fluent-plugin-google-cloud 0.7.6 → 0.7.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/fluent-plugin-google-cloud.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 879269ac20c2d076425ee263549a1d607e77cbbac7d7d892c54c6ffa8afc2ca4
|
4
|
+
data.tar.gz: bbe85ed54dfd554340cdaef53d035dc03261cccef115beef817add71cc64ef55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db71bdb463dc4ca700c7f6d8a5f243ede666c408377cd5ee4468284d746a49d1ac7a1898ddc559ea288543c2546dc57eaba92cbb068e5c3aedb1a2cf58211783
|
7
|
+
data.tar.gz: 57c6b73189a5bed30a75993c9ed1cabc7f8100d667eafd5ea3a2cd626d980a3d3da01acb583e657c069d999a206d85f5ab6e30b543e14b4399ac01b092a7626f
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.7.
|
4
|
+
fluent-plugin-google-cloud (0.7.7)
|
5
5
|
fluentd (= 1.2.5)
|
6
6
|
google-api-client (= 0.28.4)
|
7
7
|
google-cloud-logging (= 1.6.0)
|
@@ -94,9 +94,9 @@ GEM
|
|
94
94
|
multi_json (1.13.1)
|
95
95
|
multipart-post (2.0.0)
|
96
96
|
os (1.0.0)
|
97
|
-
parser (2.6.
|
97
|
+
parser (2.6.2.0)
|
98
98
|
ast (~> 2.4.0)
|
99
|
-
power_assert (1.1.
|
99
|
+
power_assert (1.1.4)
|
100
100
|
powerpack (0.1.2)
|
101
101
|
prometheus-client (0.7.1)
|
102
102
|
quantile (~> 0.2.0)
|
@@ -130,12 +130,12 @@ GEM
|
|
130
130
|
stackdriver-core (1.3.3)
|
131
131
|
google-cloud-core (~> 1.2)
|
132
132
|
strptime (0.2.3)
|
133
|
-
test-unit (3.3.
|
133
|
+
test-unit (3.3.1)
|
134
134
|
power_assert
|
135
135
|
thread_safe (0.3.6)
|
136
136
|
tzinfo (1.2.5)
|
137
137
|
thread_safe (~> 0.1)
|
138
|
-
tzinfo-data (1.
|
138
|
+
tzinfo-data (1.2019.1)
|
139
139
|
tzinfo (>= 1.0.0)
|
140
140
|
uber (0.1.0)
|
141
141
|
unicode-display_width (1.5.0)
|
@@ -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.7.
|
13
|
+
gem.version = '0.7.7'
|
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')
|
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.7.
|
4
|
+
version: 0.7.7
|
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: 2019-03-
|
11
|
+
date: 2019-03-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|