fluent-plugin-google-cloud 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +10 -10
- data/fluent-plugin-google-cloud.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97dc07c8c96a6f2901e76e22b62da38e809a843591df62536cfeddba7311775c
|
4
|
+
data.tar.gz: 4ae7ec58daa1232a7c9a4c8d7462da636801059c21d3e958e305432133bb267b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '089da19a00151839f4c0cd037cd446e8a34591a0cb739aa658d7aa1364d582ba236ce5a5c0433e84660b18410cda81bbc166596486f530cd8c0c302513f26e57'
|
7
|
+
data.tar.gz: 2ec8ca875f52f62bec8003cd458cf3b009061faf8c72965f3d9d4ae2b2b09be00c223a673013ae10750ab7bfff20b30b31a3d6af3f2be62d2f310a9040aea9f9
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.8.
|
4
|
+
fluent-plugin-google-cloud (0.8.5)
|
5
5
|
fluentd (= 1.7.4)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
@@ -116,14 +116,14 @@ GEM
|
|
116
116
|
google-cloud-monitoring (~> 0.32)
|
117
117
|
google-cloud-trace (~> 0.35)
|
118
118
|
opencensus (~> 0.5)
|
119
|
-
os (1.0
|
120
|
-
parser (2.7.
|
119
|
+
os (1.1.0)
|
120
|
+
parser (2.7.1.2)
|
121
121
|
ast (~> 2.4.0)
|
122
|
-
power_assert (1.
|
122
|
+
power_assert (1.2.0)
|
123
123
|
powerpack (0.1.2)
|
124
124
|
prometheus-client (0.9.0)
|
125
125
|
quantile (~> 0.2.1)
|
126
|
-
public_suffix (4.0.
|
126
|
+
public_suffix (4.0.5)
|
127
127
|
quantile (0.2.1)
|
128
128
|
rainbow (2.2.2)
|
129
129
|
rake
|
@@ -145,7 +145,7 @@ GEM
|
|
145
145
|
serverengine (2.2.1)
|
146
146
|
sigdump (~> 0.2.2)
|
147
147
|
sigdump (0.2.4)
|
148
|
-
signet (0.
|
148
|
+
signet (0.14.0)
|
149
149
|
addressable (~> 2.3)
|
150
150
|
faraday (>= 0.17.3, < 2.0)
|
151
151
|
jwt (>= 1.5, < 3.0)
|
@@ -157,7 +157,7 @@ GEM
|
|
157
157
|
simplecov-html (0.10.2)
|
158
158
|
stackdriver-core (1.4.0)
|
159
159
|
google-cloud-core (~> 1.2)
|
160
|
-
strptime (0.2.
|
160
|
+
strptime (0.2.4)
|
161
161
|
sync (0.5.0)
|
162
162
|
term-ansicolor (1.7.1)
|
163
163
|
tins (~> 1.0)
|
@@ -166,9 +166,9 @@ GEM
|
|
166
166
|
thor (1.0.1)
|
167
167
|
tins (1.24.1)
|
168
168
|
sync
|
169
|
-
tzinfo (2.0.
|
169
|
+
tzinfo (2.0.2)
|
170
170
|
concurrent-ruby (~> 1.0)
|
171
|
-
tzinfo-data (1.
|
171
|
+
tzinfo-data (1.2020.1)
|
172
172
|
tzinfo (>= 1.0.0)
|
173
173
|
uber (0.1.0)
|
174
174
|
unicode-display_width (1.7.0)
|
@@ -192,4 +192,4 @@ DEPENDENCIES
|
|
192
192
|
webmock (= 3.6.2)
|
193
193
|
|
194
194
|
BUNDLED WITH
|
195
|
-
2.1.
|
195
|
+
2.1.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.8.
|
13
|
+
gem.version = '0.8.5'
|
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.8.
|
4
|
+
version: 0.8.5
|
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-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -302,7 +302,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
302
302
|
- !ruby/object:Gem::Version
|
303
303
|
version: '0'
|
304
304
|
requirements: []
|
305
|
-
rubygems_version: 3.0.
|
305
|
+
rubygems_version: 3.0.8
|
306
306
|
signing_key:
|
307
307
|
specification_version: 4
|
308
308
|
summary: fluentd plugins for the Stackdriver Logging API
|