From 1e1a9b2733c5b567ec312b0f6113cc86c3374f75 Mon Sep 17 00:00:00 2001 From: Ling Huang Date: Fri, 24 Aug 2018 14:14:46 -0400 Subject: [PATCH] Upgrade Fluentd to v1.2.5 and bump gem version to v0.7.0. --- fluent-plugin-google-cloud.gemspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-plugin-google-cloud.gemspec b/fluent-plugin-google-cloud.gemspec index da309815..76738873 100644 --- a/fluent-plugin-google-cloud.gemspec +++ b/fluent-plugin-google-cloud.gemspec @@ -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') @@ -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'