fluent-plugin-google-cloud 0.6.8.pre.2 → 0.6.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/fluent-plugin-google-cloud.gemspec +1 -1
- data/lib/fluent/plugin/out_google_cloud.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5e8ef1f49a71df9fe1f3d06422ab70861af8b236
|
4
|
+
data.tar.gz: 75944aae3e5ea94e1d90ddf17e4ebda82eb2a75a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 859c5b09cf8130aebdba203a2683d13e7f605eaebff7978b829d7f128e16999e4bc1272282f85ab79b8209eef175bae62e523941dcf3947b8cc9da030bd51f84
|
7
|
+
data.tar.gz: 38987eb08a7d895d830a0d586a5fcd7bbc2594ef3863977e9518db7bad085e241857e1852f485027dddcce039c48e880cc58ae565734efa5bc1b093c798a7df2
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.6.8
|
4
|
+
fluent-plugin-google-cloud (0.6.8)
|
5
5
|
fluentd (~> 0.10)
|
6
6
|
google-api-client (~> 0.9.0)
|
7
7
|
google-cloud-logging (= 0.24.1)
|
@@ -55,7 +55,7 @@ GEM
|
|
55
55
|
googleauth (~> 0.5.1)
|
56
56
|
grpc (~> 1.0)
|
57
57
|
rly (~> 0.2.3)
|
58
|
-
google-protobuf (3.4.1.1
|
58
|
+
google-protobuf (3.4.1.1)
|
59
59
|
googleapis-common-protos (1.3.6)
|
60
60
|
google-protobuf (~> 3.0)
|
61
61
|
googleapis-common-protos-types (~> 1.0)
|
@@ -70,7 +70,7 @@ GEM
|
|
70
70
|
multi_json (~> 1.11)
|
71
71
|
os (~> 0.9)
|
72
72
|
signet (~> 0.7)
|
73
|
-
grpc (1.2.5
|
73
|
+
grpc (1.2.5)
|
74
74
|
google-protobuf (~> 3.1)
|
75
75
|
googleauth (~> 0.5.1)
|
76
76
|
hashdiff (0.3.6)
|
@@ -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.8
|
13
|
+
gem.version = '0.6.8'
|
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')
|
@@ -177,7 +177,7 @@ module Fluent
|
|
177
177
|
Fluent::Plugin.register_output('google_cloud', self)
|
178
178
|
|
179
179
|
PLUGIN_NAME = 'Fluentd Google Cloud Logging plugin'
|
180
|
-
PLUGIN_VERSION = '0.6.8
|
180
|
+
PLUGIN_VERSION = '0.6.8'
|
181
181
|
|
182
182
|
# Name of the the Google cloud logging write scope.
|
183
183
|
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.8
|
4
|
+
version: 0.6.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Todd Derr
|
@@ -249,9 +249,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
249
249
|
version: '2.0'
|
250
250
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
251
251
|
requirements:
|
252
|
-
- - "
|
252
|
+
- - ">="
|
253
253
|
- !ruby/object:Gem::Version
|
254
|
-
version:
|
254
|
+
version: '0'
|
255
255
|
requirements: []
|
256
256
|
rubyforge_project:
|
257
257
|
rubygems_version: 2.4.8
|