fluent-plugin-google-cloud 0.13.0 → 0.13.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +17 -15
- data/fluent-plugin-google-cloud.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9e2068fdf6e41a45b160c309d16a3fa0dd58ef555f19c76c93e798f0da03815
|
4
|
+
data.tar.gz: f9902899c11ecf784433b7437d9efcd0ebda4ff812aeaee7edb6e7aeffbc6d66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39777bfde0e2c738c2d50506660604209e0860bd89a6669acfa1cc94bae5696d6bfae1089f17c7b197fa807ff6db8caac5e278a94b3c7db35b44366cf31c8d40
|
7
|
+
data.tar.gz: 71ded0ece74b31da78d665862a1fcd54c9ef0407c6b0f6bbd4eff26cfbe49072d8f17d84c9c86af8a97b14a3c380756df2578f88eb3beefacce2278724e02be5
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.13.
|
4
|
+
fluent-plugin-google-cloud (0.13.1)
|
5
5
|
fluentd (= 1.13.3)
|
6
6
|
google-api-client (= 0.53.0)
|
7
7
|
google-cloud-logging (= 2.3.2)
|
@@ -9,7 +9,7 @@ PATH
|
|
9
9
|
google-protobuf (= 3.22.1)
|
10
10
|
googleapis-common-protos (= 1.4.0)
|
11
11
|
googleauth (= 1.3.0)
|
12
|
-
grpc (= 1.
|
12
|
+
grpc (= 1.53.0)
|
13
13
|
json (= 2.6.3)
|
14
14
|
opencensus (= 0.5.0)
|
15
15
|
opencensus-stackdriver (= 0.4.1)
|
@@ -17,7 +17,7 @@ PATH
|
|
17
17
|
GEM
|
18
18
|
remote: https://rubygems.org/
|
19
19
|
specs:
|
20
|
-
activesupport (7.0.
|
20
|
+
activesupport (7.0.6)
|
21
21
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
22
22
|
i18n (>= 1.6, < 2)
|
23
23
|
minitest (>= 5.1)
|
@@ -37,7 +37,7 @@ GEM
|
|
37
37
|
rexml
|
38
38
|
declarative (0.0.20)
|
39
39
|
docile (1.4.0)
|
40
|
-
faraday (2.7.
|
40
|
+
faraday (2.7.10)
|
41
41
|
faraday-net_http (>= 2.0, < 3.1)
|
42
42
|
ruby2_keywords (>= 0.0.4)
|
43
43
|
faraday-net_http (3.0.2)
|
@@ -95,14 +95,14 @@ GEM
|
|
95
95
|
google-cloud-core (~> 1.5)
|
96
96
|
google-cloud-logging-v2 (~> 0.0)
|
97
97
|
stackdriver-core (~> 1.3)
|
98
|
-
google-cloud-logging-v2 (0.10.
|
99
|
-
gapic-common (>= 0.19.
|
98
|
+
google-cloud-logging-v2 (0.10.1)
|
99
|
+
gapic-common (>= 0.19.1, < 2.a)
|
100
100
|
google-cloud-errors (~> 1.0)
|
101
101
|
google-cloud-monitoring-v3 (0.10.0)
|
102
102
|
gapic-common (>= 0.16.0, < 2.a)
|
103
103
|
google-cloud-errors (~> 1.0)
|
104
|
-
google-cloud-trace-v2 (0.6.
|
105
|
-
gapic-common (>= 0.19.
|
104
|
+
google-cloud-trace-v2 (0.6.1)
|
105
|
+
gapic-common (>= 0.19.1, < 2.a)
|
106
106
|
google-cloud-errors (~> 1.0)
|
107
107
|
google-protobuf (3.22.1)
|
108
108
|
googleapis-common-protos (1.4.0)
|
@@ -118,7 +118,7 @@ GEM
|
|
118
118
|
multi_json (~> 1.11)
|
119
119
|
os (>= 0.9, < 2.0)
|
120
120
|
signet (>= 0.16, < 2.a)
|
121
|
-
grpc (1.
|
121
|
+
grpc (1.53.0)
|
122
122
|
google-protobuf (~> 3.21)
|
123
123
|
googleapis-common-protos-types (~> 1.0)
|
124
124
|
hashdiff (1.0.1)
|
@@ -127,11 +127,11 @@ GEM
|
|
127
127
|
i18n (1.14.1)
|
128
128
|
concurrent-ruby (~> 1.0)
|
129
129
|
json (2.6.3)
|
130
|
-
jwt (2.7.
|
130
|
+
jwt (2.7.1)
|
131
131
|
memoist (0.16.2)
|
132
132
|
metaclass (0.0.4)
|
133
133
|
mini_mime (1.1.2)
|
134
|
-
minitest (5.18.
|
134
|
+
minitest (5.18.1)
|
135
135
|
mocha (1.9.0)
|
136
136
|
metaclass (~> 0.0.1)
|
137
137
|
msgpack (1.7.1)
|
@@ -145,16 +145,18 @@ GEM
|
|
145
145
|
opencensus (~> 0.5)
|
146
146
|
os (1.1.4)
|
147
147
|
parallel (1.23.0)
|
148
|
-
parser (3.2.2.
|
148
|
+
parser (3.2.2.3)
|
149
149
|
ast (~> 2.4.1)
|
150
|
+
racc
|
150
151
|
power_assert (2.0.3)
|
151
152
|
prometheus-client (0.9.0)
|
152
153
|
quantile (~> 0.2.1)
|
153
|
-
public_suffix (5.0.
|
154
|
+
public_suffix (5.0.3)
|
154
155
|
quantile (0.2.1)
|
156
|
+
racc (1.7.1)
|
155
157
|
rainbow (3.1.1)
|
156
158
|
rake (13.0.6)
|
157
|
-
regexp_parser (2.8.
|
159
|
+
regexp_parser (2.8.1)
|
158
160
|
representable (3.2.0)
|
159
161
|
declarative (< 0.1.0)
|
160
162
|
trailblazer-option (>= 0.1.1, < 0.2.0)
|
@@ -177,7 +179,7 @@ GEM
|
|
177
179
|
ruby2_keywords (0.0.5)
|
178
180
|
serverengine (2.3.2)
|
179
181
|
sigdump (~> 0.2.2)
|
180
|
-
sigdump (0.2.
|
182
|
+
sigdump (0.2.5)
|
181
183
|
signet (0.17.0)
|
182
184
|
addressable (~> 2.8)
|
183
185
|
faraday (>= 0.17.5, < 3.a)
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
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.13.
|
13
|
+
gem.version = '0.13.1'
|
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.6')
|
@@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
|
|
29
29
|
gem.add_runtime_dependency 'google-cloud-logging', '2.3.2'
|
30
30
|
gem.add_runtime_dependency 'google-cloud-monitoring-v3', '0.10.0'
|
31
31
|
gem.add_runtime_dependency 'google-protobuf', '3.22.1'
|
32
|
-
gem.add_runtime_dependency 'grpc', '1.
|
32
|
+
gem.add_runtime_dependency 'grpc', '1.53.0'
|
33
33
|
gem.add_runtime_dependency 'json', '2.6.3'
|
34
34
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
35
35
|
gem.add_runtime_dependency 'opencensus-stackdriver', '0.4.1'
|
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.13.
|
4
|
+
version: 0.13.1
|
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-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - '='
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 1.
|
117
|
+
version: 1.53.0
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - '='
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 1.
|
124
|
+
version: 1.53.0
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: json
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|