fluent-plugin-google-cloud 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +8 -9
- data/fluent-plugin-google-cloud.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 574fc6e00d75dccbfc4e23932c57c8ad571f5dad4481f46853c4184b5cf5974d
|
4
|
+
data.tar.gz: 352d3d7c58e67a3e2c942aa5c676dc1ed3c78c3d3165c873e5e453559ca5409a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d55720d7d17e3e981fe16a4f5ffd1b3f7b8c457c372a8a7268e9a42239a9ddcfacc6b6b49561f267dd140484b6ea4995870e2ebd8a48307d1a913842aac2931
|
7
|
+
data.tar.gz: fad13a8638736db1866f345484f469df9ad2298b79ca1f19f14d74345288edc1f1e9a50cd394a30ae5c46c66cef14ccf45c59e72323497b484806fa88491faf2
|
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.8.
|
5
|
-
fluentd (= 1.
|
4
|
+
fluent-plugin-google-cloud (0.8.2)
|
5
|
+
fluentd (= 1.7.4)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
8
8
|
google-protobuf (= 3.9.0)
|
@@ -35,15 +35,15 @@ GEM
|
|
35
35
|
docile (1.3.2)
|
36
36
|
faraday (0.17.3)
|
37
37
|
multipart-post (>= 1.2, < 3)
|
38
|
-
fluentd (1.
|
38
|
+
fluentd (1.7.4)
|
39
39
|
cool.io (>= 1.4.5, < 2.0.0)
|
40
40
|
dig_rb (~> 1.0.0)
|
41
41
|
http_parser.rb (>= 0.5.1, < 0.7.0)
|
42
|
-
msgpack (>=
|
42
|
+
msgpack (>= 1.2.0, < 2.0.0)
|
43
43
|
serverengine (>= 2.0.4, < 3.0.0)
|
44
44
|
sigdump (~> 0.2.2)
|
45
45
|
strptime (>= 0.2.2, < 1.0.0)
|
46
|
-
tzinfo (~>
|
46
|
+
tzinfo (~> 2.0)
|
47
47
|
tzinfo-data (~> 1.0)
|
48
48
|
yajl-ruby (~> 1.0)
|
49
49
|
google-api-client (0.30.8)
|
@@ -164,15 +164,14 @@ GEM
|
|
164
164
|
test-unit (3.3.3)
|
165
165
|
power_assert
|
166
166
|
thor (1.0.1)
|
167
|
-
thread_safe (0.3.6)
|
168
167
|
tins (1.24.1)
|
169
168
|
sync
|
170
|
-
tzinfo (
|
171
|
-
|
169
|
+
tzinfo (2.0.1)
|
170
|
+
concurrent-ruby (~> 1.0)
|
172
171
|
tzinfo-data (1.2019.3)
|
173
172
|
tzinfo (>= 1.0.0)
|
174
173
|
uber (0.1.0)
|
175
|
-
unicode-display_width (1.
|
174
|
+
unicode-display_width (1.7.0)
|
176
175
|
webmock (3.6.2)
|
177
176
|
addressable (>= 2.3.6)
|
178
177
|
crack (>= 0.3.2)
|
@@ -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.8.
|
13
|
+
gem.version = '0.8.2'
|
14
14
|
gem.authors = ['Stackdriver Agents Team']
|
15
15
|
gem.email = ['stackdriver-agents@google.com']
|
16
16
|
gem.required_ruby_version = Gem::Requirement.new('>= 2.2')
|
@@ -19,7 +19,7 @@ eos
|
|
19
19
|
gem.test_files = gem.files.grep(/^(test)/)
|
20
20
|
gem.require_paths = ['lib']
|
21
21
|
|
22
|
-
gem.add_runtime_dependency 'fluentd', '1.
|
22
|
+
gem.add_runtime_dependency 'fluentd', '1.7.4'
|
23
23
|
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.9'
|
24
24
|
gem.add_runtime_dependency 'googleauth', '0.9.0'
|
25
25
|
gem.add_runtime_dependency 'google-api-client', '0.30.8'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fluent-plugin-google-cloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stackdriver Agents Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-03-
|
11
|
+
date: 2020-03-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.7.4
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.7.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: googleapis-common-protos
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|