Skip to content

Commit

Permalink
Merge pull request #6 from monasca/bugfix/upgrade_rest_client
Browse files Browse the repository at this point in the history
Upgrade rest-client library
  • Loading branch information
dougszumski authored Jan 6, 2021
2 parents 6114c4b + a131687 commit 8eec642
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ There is currently no support for looking up a logging endpoint from the Keyston
- Support posting logs to the unified Monasca API
- Remove support for posting logs to Monasca Log API
### 1.0.1
- Swith to yajl JSON parser to fix issue parsing some logs
- Switch to yajl JSON parser to fix issue parsing some logs
### 1.0.2
- Upgrade rest-client library to work with openssl 2.x
4 changes: 2 additions & 2 deletions fluentd-monasca-output.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |spec|
spec.name = 'fluentd-monasca-output'
spec.version = '1.0.1'
spec.version = '1.0.2'
spec.licenses = ['Apache-2.0']
spec.authors = ['Fujitsu Enabling Software Technology GmbH']
spec.email = ['atanas.mirchev@est.fujitsu.com']
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'fluentd', '>= 0.10.43', '<0.14'
spec.add_runtime_dependency 'rest-client', '~> 1.8'
spec.add_runtime_dependency 'rest-client', '~> 2.0'
spec.add_runtime_dependency 'yajl-ruby', '~> 1.4', '>= 1.4.1'

spec.add_development_dependency 'rake'
Expand Down

0 comments on commit 8eec642

Please # to comment.