fluent-plugin-google-cloud 0.4.13 → 0.4.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ eos
10
10
  gem.homepage = \
11
11
  'https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud'
12
12
  gem.license = 'Apache 2.0'
13
- gem.version = '0.4.13'
13
+ gem.version = '0.4.14'
14
14
  gem.authors = ['Todd Derr', 'Alex Robinson']
15
15
  gem.email = ['salty@google.com']
16
16
 
@@ -19,7 +19,7 @@ eos
19
19
  gem.require_paths = ['lib']
20
20
 
21
21
  gem.add_runtime_dependency 'fluentd', '~> 0.10'
22
- gem.add_runtime_dependency 'google-api-client', '>= 0.8.6', '<= 0.9'
22
+ gem.add_runtime_dependency 'google-api-client', '>= 0.8.6', '< 0.9'
23
23
  gem.add_runtime_dependency 'googleauth', '~> 0.4'
24
24
  gem.add_runtime_dependency 'json', '~> 1.8'
25
25
 
@@ -787,7 +787,7 @@ module Fluent
787
787
  def init_api_client
788
788
  @client = Google::APIClient.new(
789
789
  application_name: 'Fluentd Google Cloud Logging plugin',
790
- application_version: '0.4.13',
790
+ application_version: '0.4.14',
791
791
  retries: 1)
792
792
 
793
793
  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.13
4
+ version: 0.4.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-12-17 00:00:00.000000000 Z
13
+ date: 2016-01-27 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: fluentd
@@ -36,7 +36,7 @@ dependencies:
36
36
  - - ! '>='
37
37
  - !ruby/object:Gem::Version
38
38
  version: 0.8.6
39
- - - <=
39
+ - - <
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0.9'
42
42
  type: :runtime
@@ -47,7 +47,7 @@ dependencies:
47
47
  - - ! '>='
48
48
  - !ruby/object:Gem::Version
49
49
  version: 0.8.6
50
- - - <=
50
+ - - <
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0.9'
53
53
  - !ruby/object:Gem::Dependency