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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04bd17bad7dbead504f9f9e3e78fa36cb4ecf44409e0b6d817b16e8d80498631
4
- data.tar.gz: 12d9f4b26e4876dbea235043e2fa1bb59707a5f66024c8becfa1f9ed2e037a5b
3
+ metadata.gz: a1e4077eb78db81677fa78de507e0aa13acd11a5a07a94004a4df57b3b3ee09a
4
+ data.tar.gz: 03602f3a4196b0527a164954c1015e595b7364728513843304c098f7ce440d20
5
5
  SHA512:
6
- metadata.gz: 94f7657e972697e89acda8d1a78663561a42e084170aed6cb03a2f606e1706ccce0c721495cd0270a005f1a2aa8bc0c59914fb66ccf9c03c4cd20fd71588b198
7
- data.tar.gz: 2077ecebdfcf73f02594ab93e8f96bfd4c0dc61bf27b2c9f4768a875ed9419945375423309dadd41630610732f5734218cf8304411edaae79af5c4d6d3e34c03
6
+ metadata.gz: 93388ca7c2229d29dd42e6f9d35972841a4024d9e16fc5403993289c6e48f8911d7a12ff8944b73812b15b0fc2311dbf1919e11581343c90e0dfde599ad6c8a3
7
+ data.tar.gz: c04221d3ac69bfaa0a5831830a8138352a3956a3ad9adb9b99df027b1788252b8e1085e58b7ff180d574511f91cf2b408b0405c5310e3fd11982ad9f36f6d1c1
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.10.3)
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.3.3)
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.1.5)
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.25.0)
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.1)
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.3'
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.3
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-09-26 00:00:00.000000000 Z
11
+ date: 2020-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd