fluent-plugin-google-cloud 0.10.3 → 0.10.4
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: a1e4077eb78db81677fa78de507e0aa13acd11a5a07a94004a4df57b3b3ee09a
|
4
|
+
data.tar.gz: 03602f3a4196b0527a164954c1015e595b7364728513843304c098f7ce440d20
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 93388ca7c2229d29dd42e6f9d35972841a4024d9e16fc5403993289c6e48f8911d7a12ff8944b73812b15b0fc2311dbf1919e11581343c90e0dfde599ad6c8a3
|
7
|
+
data.tar.gz: c04221d3ac69bfaa0a5831830a8138352a3956a3ad9adb9b99df027b1788252b8e1085e58b7ff180d574511f91cf2b408b0405c5310e3fd11982ad9f36f6d1c1
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.10.
|
4
|
+
fluent-plugin-google-cloud (0.10.4)
|
5
5
|
fluentd (= 1.11.2)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
@@ -60,7 +60,7 @@ GEM
|
|
60
60
|
google-cloud-core (1.5.0)
|
61
61
|
google-cloud-env (~> 1.0)
|
62
62
|
google-cloud-errors (~> 1.0)
|
63
|
-
google-cloud-env (1.
|
63
|
+
google-cloud-env (1.4.0)
|
64
64
|
faraday (>= 0.17.3, < 2.0)
|
65
65
|
google-cloud-errors (1.0.1)
|
66
66
|
google-cloud-logging (1.6.6)
|
@@ -128,7 +128,7 @@ GEM
|
|
128
128
|
google-cloud-trace (~> 0.35)
|
129
129
|
opencensus (~> 0.5)
|
130
130
|
os (1.1.1)
|
131
|
-
parser (2.7.
|
131
|
+
parser (2.7.2.0)
|
132
132
|
ast (~> 2.4.1)
|
133
133
|
power_assert (1.2.0)
|
134
134
|
powerpack (0.1.2)
|
@@ -174,11 +174,11 @@ GEM
|
|
174
174
|
test-unit (3.3.3)
|
175
175
|
power_assert
|
176
176
|
thor (1.0.1)
|
177
|
-
tins (1.
|
177
|
+
tins (1.26.0)
|
178
178
|
sync
|
179
179
|
tzinfo (2.0.2)
|
180
180
|
concurrent-ruby (~> 1.0)
|
181
|
-
tzinfo-data (1.2020.
|
181
|
+
tzinfo-data (1.2020.4)
|
182
182
|
tzinfo (>= 1.0.0)
|
183
183
|
uber (0.1.0)
|
184
184
|
unicode-display_width (1.7.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.10.
|
13
|
+
gem.version = '0.10.4'
|
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.10.
|
4
|
+
version: 0.10.4
|
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-
|
11
|
+
date: 2020-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|