Skip to content

Commit

Permalink
Upgrade Fluentd to v1.2.5 and bump gem version to v0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingling128 committed Aug 29, 2018
1 parent 8d26465 commit 1e1a9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fluent-plugin-google-cloud.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ eos
gem.homepage =
'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
gem.license = 'Apache-2.0'
gem.version = '0.6.23'
gem.version = '0.7.0'
gem.authors = ['Ling Huang', 'Igor Peshansky']
gem.email = ['stackdriver-agents@google.com']
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
Expand All @@ -19,7 +19,7 @@ eos
gem.test_files = gem.files.grep(/^(test)/)
gem.require_paths = ['lib']

gem.add_runtime_dependency 'fluentd', '~> 0.10'
gem.add_runtime_dependency 'fluentd', '~> 1.2', '>= 1.2.5'
gem.add_runtime_dependency 'googleapis-common-protos', '~> 1.3'
gem.add_runtime_dependency 'google-api-client', '~> 0.17'
gem.add_runtime_dependency 'google-cloud-logging', '~> 1.3', '>= 1.3.2'
Expand Down

0 comments on commit 1e1a9b2

Please sign in to comment.