fluent-plugin-google-cloud 0.12.2 → 0.12.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- 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: 1f81ac1b8d10df6dab98b196f5992f136f18cd136fb53d023bb50d4d80a54d5b
|
4
|
+
data.tar.gz: 371256727bba42012e6c247ffb43e76c29571dc8e2ef37487d184c8543c28fb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2e3d8d5f87cf12adc5c459bd209e488261fb11395e51db8709beab05cff3f533838b6ce02a1b7dabec5bc087b3ee2c8a29b2c286e331fcd124b651cc0c70e3a
|
7
|
+
data.tar.gz: baa38cf26e993d4df5b76e18220091a382397c9ba7a1015ebbf3bacba6855c6da70e19795c7e0746d32e4019f6ec500822b10c41efc203400d68cf18bd642fb3
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.12.
|
4
|
+
fluent-plugin-google-cloud (0.12.3)
|
5
5
|
fluentd (= 1.13.3)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
@@ -147,7 +147,7 @@ GEM
|
|
147
147
|
ruby-progressbar (~> 1.7)
|
148
148
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
149
149
|
ruby-progressbar (1.11.0)
|
150
|
-
serverengine (2.2.
|
150
|
+
serverengine (2.2.5)
|
151
151
|
sigdump (~> 0.2.2)
|
152
152
|
sigdump (0.2.4)
|
153
153
|
signet (0.16.0)
|
@@ -168,8 +168,8 @@ GEM
|
|
168
168
|
tins (~> 1.0)
|
169
169
|
test-unit (3.3.3)
|
170
170
|
power_assert
|
171
|
-
thor (1.1
|
172
|
-
tins (1.
|
171
|
+
thor (1.2.1)
|
172
|
+
tins (1.31.0)
|
173
173
|
sync
|
174
174
|
trailblazer-option (0.1.2)
|
175
175
|
tzinfo (2.0.4)
|
@@ -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.12.
|
13
|
+
gem.version = '0.12.3'
|
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.12.
|
4
|
+
version: 0.12.3
|
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:
|
11
|
+
date: 2022-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|