fluent-plugin-google-cloud 0.7.19 → 0.7.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- 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: 3d5a49758ff48df5fb9499fd2969929a06976101ba55744791f383566f5a6894
|
4
|
+
data.tar.gz: 9c8e4b89ad96bdd53e2556c7e18a25c12903bd641d8d8e568453cb76e2b9bddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8425e10d33f31d5322783e0a74653c096f9d48f6c2ad988973506808d9c60af6d4dc007489dc473ad7be530e82879b8aa158a220049fb22b14179b75a4b8ca82
|
7
|
+
data.tar.gz: edc9190d392aa9d124842ffa0991a8de832c5621aadbde82bb3038fcc8c8288cd12f875bdc19ca9b68107f4f645810b1b46729a5b01f1c46e18cae4eabb1778f
|
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.20)
|
5
5
|
fluentd (= 1.6.3)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
@@ -24,7 +24,7 @@ GEM
|
|
24
24
|
declarative (0.0.10)
|
25
25
|
declarative-option (0.1.0)
|
26
26
|
dig_rb (1.0.1)
|
27
|
-
faraday (0.
|
27
|
+
faraday (0.16.2)
|
28
28
|
multipart-post (>= 1.2, < 3)
|
29
29
|
fluentd (1.6.3)
|
30
30
|
cool.io (>= 1.4.5, < 2.0.0)
|
@@ -92,7 +92,7 @@ GEM
|
|
92
92
|
multi_json (1.13.1)
|
93
93
|
multipart-post (2.1.1)
|
94
94
|
os (1.0.1)
|
95
|
-
parser (2.6.
|
95
|
+
parser (2.6.5.0)
|
96
96
|
ast (~> 2.4.0)
|
97
97
|
power_assert (1.1.5)
|
98
98
|
powerpack (0.1.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.7.
|
13
|
+
gem.version = '0.7.20'
|
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.20
|
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-
|
11
|
+
date: 2019-10-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|