fluent-plugin-google-cloud 0.6.0.v2.alpha.1 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 46c9cecb544f4eccc43900d70e03f2e8b50620e8
4
- data.tar.gz: d31204662ee282da827325657026fdc426d974bb
3
+ metadata.gz: 927dc2cbf24d19427cf2f48b1c663c3c0a79a517
4
+ data.tar.gz: 91abb6d0a081b66401636bff11d63695c6d330b8
5
5
  SHA512:
6
- metadata.gz: 1a058638489313253b731770cad0f296090ca9d43aca84c2514f0f1916aee1a0f9c86cce8128239fd10e40a38501768d7e2b3913313433cf4dc32f8a870782f3
7
- data.tar.gz: d227ba85e626fc49e62e9554e8bae5283acdc5fa778a3521b116d6dc3b27959b0467e02f12922ccbb39805c0f574c23cb53e4c6a166d689ffa71d6c684960dc7
6
+ metadata.gz: 17044484ee4f77fae94fa5724b2334844fc0f3293bb907e383d2061fa89fa8fb3ad97e5c8e1d059fb4f663c2ab9754f9a8a2bee37dddcb3c243165c519528e3b
7
+ data.tar.gz: f891eb04f7073b1f8b889a2be004b85d2a3d7c7f72f818788ec69212999aa6cb6ef3d207c9721d7ee6a883f275e3cae673f7c86beb93e0e49537addc2574fd0f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.6.0.v2.alpha.1)
4
+ fluent-plugin-google-cloud (0.6.0)
5
5
  fluentd (~> 0.10)
6
6
  google-api-client (~> 0.9.0)
7
7
  google-cloud-logging (~> 0.23.2)
@@ -23,7 +23,7 @@ GEM
23
23
  safe_yaml (~> 1.0.0)
24
24
  faraday (0.11.0)
25
25
  multipart-post (>= 1.2, < 3)
26
- fluentd (0.14.12)
26
+ fluentd (0.14.13)
27
27
  cool.io (~> 1.4.5)
28
28
  http_parser.rb (>= 0.5.1, < 0.7.0)
29
29
  msgpack (>= 0.7.0, < 2.0.0)
@@ -58,8 +58,8 @@ GEM
58
58
  grpc (~> 1.0)
59
59
  rly (~> 0.2.3)
60
60
  google-protobuf (3.2.0)
61
- googleapis-common-protos (1.3.4)
62
- google-protobuf (~> 3.0)
61
+ googleapis-common-protos (1.3.5)
62
+ google-protobuf (~> 3.2)
63
63
  grpc (~> 1.0)
64
64
  googleauth (0.5.1)
65
65
  faraday (~> 0.9)
@@ -126,7 +126,7 @@ GEM
126
126
  strptime (0.1.9)
127
127
  test-unit (3.2.3)
128
128
  power_assert
129
- thread_safe (0.3.5)
129
+ thread_safe (0.3.6)
130
130
  tins (1.6.0)
131
131
  tzinfo (1.2.2)
132
132
  thread_safe (~> 0.1)
@@ -151,4 +151,4 @@ DEPENDENCIES
151
151
  webmock (~> 1.17)
152
152
 
153
153
  BUNDLED WITH
154
- 1.14.4
154
+ 1.14.5
@@ -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.6.0.v2.alpha.1'
13
+ gem.version = '0.6.0'
14
14
  gem.authors = ['Todd Derr', 'Alex Robinson']
15
15
  gem.email = ['salty@google.com']
16
16
  gem.required_ruby_version = Gem::Requirement.new('>= 2.0')
@@ -73,7 +73,7 @@ module Fluent
73
73
  Fluent::Plugin.register_output('google_cloud', self)
74
74
 
75
75
  PLUGIN_NAME = 'Fluentd Google Cloud Logging plugin'
76
- PLUGIN_VERSION = '0.6.0.v2.alpha.1'
76
+ PLUGIN_VERSION = '0.6.0'
77
77
 
78
78
  # Name of the the Google cloud logging write scope.
79
79
  LOGGING_SCOPE = 'https://www.googleapis.com/auth/logging.write'
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.6.0.v2.alpha.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Todd Derr
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-15 00:00:00.000000000 Z
12
+ date: 2017-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -221,9 +221,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
221
221
  version: '2.0'
222
222
  required_rubygems_version: !ruby/object:Gem::Requirement
223
223
  requirements:
224
- - - ">"
224
+ - - ">="
225
225
  - !ruby/object:Gem::Version
226
- version: 1.3.1
226
+ version: '0'
227
227
  requirements: []
228
228
  rubyforge_project:
229
229
  rubygems_version: 2.6.10