fluent-plugin-google-cloud 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@ Gem::Specification.new do |gem|
4
4
  gem.summary = %q{Fluentd plugin to stream logs to the Google Cloud Platform's logging API}
5
5
  gem.homepage = 'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
6
6
  gem.license = 'Apache 2.0'
7
- gem.version = '0.4.0'
7
+ gem.version = '0.4.1'
8
8
  gem.authors = ['Todd Derr', 'Alex Robinson']
9
9
  gem.email = ['salty@google.com']
10
10
 
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
15
15
  gem.add_runtime_dependency 'fluentd', '>= 0.10'
16
16
  gem.add_runtime_dependency 'google-api-client', '>= 0.8'
17
17
  gem.add_runtime_dependency 'googleauth', '~> 0.4'
18
- gem.add_runtime_dependency 'json', '~> 1.8.3'
18
+ gem.add_runtime_dependency 'json', '~> 1.8.2'
19
19
  gem.add_development_dependency "rake", '>= 10.3.2'
20
20
  gem.add_development_dependency "webmock", '>= 1.17.0'
21
21
  gem.add_development_dependency "test-unit", "~> 3.0.2"
@@ -461,7 +461,7 @@ module Fluent
461
461
  def init_api_client
462
462
  @client = Google::APIClient.new(
463
463
  :application_name => 'Fluentd Google Cloud Logging plugin',
464
- :application_version => '0.4.0',
464
+ :application_version => '0.4.1',
465
465
  :retries => 1)
466
466
 
467
467
  if @auth_method == 'private_key'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-google-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -67,7 +67,7 @@ dependencies:
67
67
  requirements:
68
68
  - - ~>
69
69
  - !ruby/object:Gem::Version
70
- version: 1.8.3
70
+ version: 1.8.2
71
71
  type: :runtime
72
72
  prerelease: false
73
73
  version_requirements: !ruby/object:Gem::Requirement
@@ -75,7 +75,7 @@ dependencies:
75
75
  requirements:
76
76
  - - ~>
77
77
  - !ruby/object:Gem::Version
78
- version: 1.8.3
78
+ version: 1.8.2
79
79
  - !ruby/object:Gem::Dependency
80
80
  name: rake
81
81
  requirement: !ruby/object:Gem::Requirement