fluent-plugin-google-cloud 0.12.9 → 0.12.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +9 -9
- 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: 3bbc10ef9a5f3f10b7a2557bf3876dd63a613423f1294504fdda212bc986ed6d
|
4
|
+
data.tar.gz: ae2e397ebc1fc18b2e97c1e1553a8eee3d782bc2160850344bb7bf4126c6263c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1363d1c35d8a1dc951f8c4c373d59a7c893fba8e8fcc0bf3d4d0f5463b3f00ff407351e7fd21f1fbc7a2c89481f273b59a2b3e1ae7035417dc74cdcce5bc9ced
|
7
|
+
data.tar.gz: edb5f975479e4aa0a814fe51808bfeb3d875842aea757f162da8f807c49d974905f6d27c6eae7d0185bb5b5a63f942326156e7e9b3e0f2d08f5f738f0c4e8f24
|
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.10)
|
5
5
|
fluentd (= 1.13.3)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
@@ -19,7 +19,7 @@ GEM
|
|
19
19
|
addressable (2.8.1)
|
20
20
|
public_suffix (>= 2.0.2, < 6.0)
|
21
21
|
ast (2.4.2)
|
22
|
-
concurrent-ruby (1.
|
22
|
+
concurrent-ruby (1.2.2)
|
23
23
|
cool.io (1.7.1)
|
24
24
|
coveralls (0.8.23)
|
25
25
|
json (>= 1.8, < 3)
|
@@ -64,7 +64,7 @@ GEM
|
|
64
64
|
google-cloud-errors (~> 1.0)
|
65
65
|
google-cloud-env (1.6.0)
|
66
66
|
faraday (>= 0.17.3, < 3.0)
|
67
|
-
google-cloud-errors (1.3.
|
67
|
+
google-cloud-errors (1.3.1)
|
68
68
|
google-cloud-logging (1.6.6)
|
69
69
|
concurrent-ruby (~> 1.1)
|
70
70
|
google-cloud-core (~> 1.2)
|
@@ -105,15 +105,15 @@ GEM
|
|
105
105
|
http_parser.rb (0.7.0)
|
106
106
|
httpclient (2.8.3)
|
107
107
|
json (2.2.0)
|
108
|
-
jwt (2.
|
108
|
+
jwt (2.7.0)
|
109
109
|
memoist (0.16.2)
|
110
110
|
metaclass (0.0.4)
|
111
111
|
mini_mime (1.1.2)
|
112
112
|
mocha (1.9.0)
|
113
113
|
metaclass (~> 0.0.1)
|
114
|
-
msgpack (1.6.
|
114
|
+
msgpack (1.6.1)
|
115
115
|
multi_json (1.15.0)
|
116
|
-
multipart-post (2.
|
116
|
+
multipart-post (2.3.0)
|
117
117
|
opencensus (0.5.0)
|
118
118
|
opencensus-stackdriver (0.4.1)
|
119
119
|
concurrent-ruby (~> 1.0)
|
@@ -146,8 +146,8 @@ GEM
|
|
146
146
|
rainbow (>= 1.99.1, < 3.0)
|
147
147
|
ruby-progressbar (~> 1.7)
|
148
148
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
149
|
-
ruby-progressbar (1.
|
150
|
-
serverengine (2.3.
|
149
|
+
ruby-progressbar (1.13.0)
|
150
|
+
serverengine (2.3.2)
|
151
151
|
sigdump (~> 0.2.2)
|
152
152
|
sigdump (0.2.4)
|
153
153
|
signet (0.17.0)
|
@@ -172,7 +172,7 @@ GEM
|
|
172
172
|
tins (1.32.1)
|
173
173
|
sync
|
174
174
|
trailblazer-option (0.1.2)
|
175
|
-
tzinfo (2.0.
|
175
|
+
tzinfo (2.0.6)
|
176
176
|
concurrent-ruby (~> 1.0)
|
177
177
|
tzinfo-data (1.2022.7)
|
178
178
|
tzinfo (>= 1.0.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.12.
|
13
|
+
gem.version = '0.12.10'
|
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.10
|
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: 2023-
|
11
|
+
date: 2023-03-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|