fluent-plugin-google-cloud 0.12.2 → 0.12.5.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fluent-plugin-google-cloud.gemspec +3 -3
- metadata +8 -9
- data/Gemfile.lock +0 -202
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41dfb6fe18627ecd71c9ce7eee4904df26d5aa330b1eb8606efe13074cea0a10
|
4
|
+
data.tar.gz: e5812e75a6388fe291aa22432260c9fcca65b41ac22a00a55f01d020cbe38824
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d47358fb638a94f2f6aaa1ce69e21ce03711071e4e7c8cb7cddcd8d3794e2ef5d290126bcbe64b0fd87284d0d11c193c8a1ec270766eb842f5f37071c66b7023
|
7
|
+
data.tar.gz: 32a4d3a71631940d7c3c6bfeff47c5371ce78228715e31ff35d094685d21d73d2f3f8e812e7a436e4dfa27e53330c2a9204148c1c98a1bfcf4099883733c156a
|
@@ -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.5.rc.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.2')
|
@@ -27,8 +27,8 @@ eos
|
|
27
27
|
gem.add_runtime_dependency 'googleauth', '0.9.0'
|
28
28
|
gem.add_runtime_dependency 'google-api-client', '0.30.8'
|
29
29
|
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
|
30
|
-
gem.add_runtime_dependency 'google-protobuf', '3.
|
31
|
-
gem.add_runtime_dependency 'grpc', '1.
|
30
|
+
gem.add_runtime_dependency 'google-protobuf', '3.18.2'
|
31
|
+
gem.add_runtime_dependency 'grpc', '1.43.1'
|
32
32
|
gem.add_runtime_dependency 'json', '2.2.0'
|
33
33
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
34
34
|
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.12.
|
4
|
+
version: 0.12.5.rc.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:
|
11
|
+
date: 2022-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -86,28 +86,28 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - '='
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 3.
|
89
|
+
version: 3.18.2
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - '='
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 3.
|
96
|
+
version: 3.18.2
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: grpc
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 1.
|
103
|
+
version: 1.43.1
|
104
104
|
type: :runtime
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - '='
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: 1.
|
110
|
+
version: 1.43.1
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: json
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -261,7 +261,6 @@ extra_rdoc_files: []
|
|
261
261
|
files:
|
262
262
|
- CONTRIBUTING
|
263
263
|
- Gemfile
|
264
|
-
- Gemfile.lock
|
265
264
|
- LICENSE
|
266
265
|
- README.rdoc
|
267
266
|
- Rakefile
|
@@ -305,9 +304,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
305
304
|
version: '2.2'
|
306
305
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
307
306
|
requirements:
|
308
|
-
- - "
|
307
|
+
- - ">"
|
309
308
|
- !ruby/object:Gem::Version
|
310
|
-
version:
|
309
|
+
version: 1.3.1
|
311
310
|
requirements: []
|
312
311
|
rubygems_version: 3.0.8
|
313
312
|
signing_key:
|
data/Gemfile.lock
DELETED
@@ -1,202 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
fluent-plugin-google-cloud (0.12.2)
|
5
|
-
fluentd (= 1.13.3)
|
6
|
-
google-api-client (= 0.30.8)
|
7
|
-
google-cloud-logging (= 1.6.6)
|
8
|
-
google-protobuf (= 3.15.8)
|
9
|
-
googleapis-common-protos (= 1.3.10)
|
10
|
-
googleauth (= 0.9.0)
|
11
|
-
grpc (= 1.31.1)
|
12
|
-
json (= 2.2.0)
|
13
|
-
opencensus (= 0.5.0)
|
14
|
-
opencensus-stackdriver (= 0.4.1)
|
15
|
-
|
16
|
-
GEM
|
17
|
-
remote: https://rubygems.org/
|
18
|
-
specs:
|
19
|
-
addressable (2.8.0)
|
20
|
-
public_suffix (>= 2.0.2, < 5.0)
|
21
|
-
ast (2.4.2)
|
22
|
-
concurrent-ruby (1.1.9)
|
23
|
-
cool.io (1.7.1)
|
24
|
-
coveralls (0.8.23)
|
25
|
-
json (>= 1.8, < 3)
|
26
|
-
simplecov (~> 0.16.1)
|
27
|
-
term-ansicolor (~> 1.3)
|
28
|
-
thor (>= 0.19.4, < 2.0)
|
29
|
-
tins (~> 1.6)
|
30
|
-
crack (0.4.5)
|
31
|
-
rexml
|
32
|
-
declarative (0.0.20)
|
33
|
-
docile (1.4.0)
|
34
|
-
faraday (0.17.4)
|
35
|
-
multipart-post (>= 1.2, < 3)
|
36
|
-
fluentd (1.13.3)
|
37
|
-
bundler
|
38
|
-
cool.io (>= 1.4.5, < 2.0.0)
|
39
|
-
http_parser.rb (>= 0.5.1, < 0.8.0)
|
40
|
-
msgpack (>= 1.3.1, < 2.0.0)
|
41
|
-
serverengine (>= 2.2.2, < 3.0.0)
|
42
|
-
sigdump (~> 0.2.2)
|
43
|
-
strptime (>= 0.2.2, < 1.0.0)
|
44
|
-
tzinfo (>= 1.0, < 3.0)
|
45
|
-
tzinfo-data (~> 1.0)
|
46
|
-
webrick (>= 1.4.2, < 1.8.0)
|
47
|
-
yajl-ruby (~> 1.0)
|
48
|
-
gapic-common (0.3.4)
|
49
|
-
google-protobuf (~> 3.12, >= 3.12.2)
|
50
|
-
googleapis-common-protos (>= 1.3.9, < 2.0)
|
51
|
-
googleapis-common-protos-types (>= 1.0.4, < 2.0)
|
52
|
-
googleauth (~> 0.9)
|
53
|
-
grpc (~> 1.25)
|
54
|
-
google-api-client (0.30.8)
|
55
|
-
addressable (~> 2.5, >= 2.5.1)
|
56
|
-
googleauth (>= 0.5, < 0.10.0)
|
57
|
-
httpclient (>= 2.8.1, < 3.0)
|
58
|
-
mini_mime (~> 1.0)
|
59
|
-
representable (~> 3.0)
|
60
|
-
retriable (>= 2.0, < 4.0)
|
61
|
-
signet (~> 0.10)
|
62
|
-
google-cloud-core (1.6.0)
|
63
|
-
google-cloud-env (~> 1.0)
|
64
|
-
google-cloud-errors (~> 1.0)
|
65
|
-
google-cloud-env (1.5.0)
|
66
|
-
faraday (>= 0.17.3, < 2.0)
|
67
|
-
google-cloud-errors (1.2.0)
|
68
|
-
google-cloud-logging (1.6.6)
|
69
|
-
concurrent-ruby (~> 1.1)
|
70
|
-
google-cloud-core (~> 1.2)
|
71
|
-
google-gax (~> 1.7)
|
72
|
-
googleapis-common-protos-types (>= 1.0.2)
|
73
|
-
stackdriver-core (~> 1.3)
|
74
|
-
google-cloud-monitoring-v3 (0.3.0)
|
75
|
-
gapic-common (~> 0.3)
|
76
|
-
google-cloud-errors (~> 1.0)
|
77
|
-
google-cloud-trace-v2 (0.3.0)
|
78
|
-
gapic-common (~> 0.3)
|
79
|
-
google-cloud-errors (~> 1.0)
|
80
|
-
google-gax (1.8.2)
|
81
|
-
google-protobuf (~> 3.9)
|
82
|
-
googleapis-common-protos (>= 1.3.9, < 2.0)
|
83
|
-
googleapis-common-protos-types (>= 1.0.4, < 2.0)
|
84
|
-
googleauth (~> 0.9)
|
85
|
-
grpc (~> 1.24)
|
86
|
-
rly (~> 0.2.3)
|
87
|
-
google-protobuf (3.15.8-x86_64-linux)
|
88
|
-
googleapis-common-protos (1.3.10)
|
89
|
-
google-protobuf (~> 3.11)
|
90
|
-
googleapis-common-protos-types (>= 1.0.5, < 2.0)
|
91
|
-
grpc (~> 1.27)
|
92
|
-
googleapis-common-protos-types (1.3.0)
|
93
|
-
google-protobuf (~> 3.14)
|
94
|
-
googleauth (0.9.0)
|
95
|
-
faraday (~> 0.12)
|
96
|
-
jwt (>= 1.4, < 3.0)
|
97
|
-
memoist (~> 0.16)
|
98
|
-
multi_json (~> 1.11)
|
99
|
-
os (>= 0.9, < 2.0)
|
100
|
-
signet (~> 0.7)
|
101
|
-
grpc (1.31.1-x86_64-linux)
|
102
|
-
google-protobuf (~> 3.12)
|
103
|
-
googleapis-common-protos-types (~> 1.0)
|
104
|
-
hashdiff (1.0.1)
|
105
|
-
http_parser.rb (0.7.0)
|
106
|
-
httpclient (2.8.3)
|
107
|
-
json (2.2.0)
|
108
|
-
jwt (2.3.0)
|
109
|
-
memoist (0.16.2)
|
110
|
-
metaclass (0.0.4)
|
111
|
-
mini_mime (1.1.2)
|
112
|
-
mocha (1.9.0)
|
113
|
-
metaclass (~> 0.0.1)
|
114
|
-
msgpack (1.4.2)
|
115
|
-
multi_json (1.15.0)
|
116
|
-
multipart-post (2.1.1)
|
117
|
-
opencensus (0.5.0)
|
118
|
-
opencensus-stackdriver (0.4.1)
|
119
|
-
concurrent-ruby (~> 1.0)
|
120
|
-
google-cloud-env (~> 1.3)
|
121
|
-
google-cloud-monitoring-v3 (~> 0.1)
|
122
|
-
google-cloud-trace-v2 (~> 0.1)
|
123
|
-
opencensus (~> 0.5)
|
124
|
-
os (1.1.4)
|
125
|
-
parser (2.7.2.0)
|
126
|
-
ast (~> 2.4.1)
|
127
|
-
power_assert (2.0.1)
|
128
|
-
powerpack (0.1.3)
|
129
|
-
prometheus-client (0.9.0)
|
130
|
-
quantile (~> 0.2.1)
|
131
|
-
public_suffix (4.0.6)
|
132
|
-
quantile (0.2.1)
|
133
|
-
rainbow (2.2.2)
|
134
|
-
rake
|
135
|
-
rake (10.5.0)
|
136
|
-
representable (3.1.1)
|
137
|
-
declarative (< 0.1.0)
|
138
|
-
trailblazer-option (>= 0.1.1, < 0.2.0)
|
139
|
-
uber (< 0.2.0)
|
140
|
-
retriable (3.1.2)
|
141
|
-
rexml (3.2.5)
|
142
|
-
rly (0.2.3)
|
143
|
-
rubocop (0.39.0)
|
144
|
-
parser (>= 2.3.0.7, < 3.0)
|
145
|
-
powerpack (~> 0.1)
|
146
|
-
rainbow (>= 1.99.1, < 3.0)
|
147
|
-
ruby-progressbar (~> 1.7)
|
148
|
-
unicode-display_width (~> 1.0, >= 1.0.1)
|
149
|
-
ruby-progressbar (1.11.0)
|
150
|
-
serverengine (2.2.4)
|
151
|
-
sigdump (~> 0.2.2)
|
152
|
-
sigdump (0.2.4)
|
153
|
-
signet (0.16.0)
|
154
|
-
addressable (~> 2.8)
|
155
|
-
faraday (>= 0.17.3, < 2.0)
|
156
|
-
jwt (>= 1.5, < 3.0)
|
157
|
-
multi_json (~> 1.10)
|
158
|
-
simplecov (0.16.1)
|
159
|
-
docile (~> 1.1)
|
160
|
-
json (>= 1.8, < 3)
|
161
|
-
simplecov-html (~> 0.10.0)
|
162
|
-
simplecov-html (0.10.2)
|
163
|
-
stackdriver-core (1.5.0)
|
164
|
-
google-cloud-core (~> 1.2)
|
165
|
-
strptime (0.2.5)
|
166
|
-
sync (0.5.0)
|
167
|
-
term-ansicolor (1.7.1)
|
168
|
-
tins (~> 1.0)
|
169
|
-
test-unit (3.3.3)
|
170
|
-
power_assert
|
171
|
-
thor (1.1.0)
|
172
|
-
tins (1.29.1)
|
173
|
-
sync
|
174
|
-
trailblazer-option (0.1.2)
|
175
|
-
tzinfo (2.0.4)
|
176
|
-
concurrent-ruby (~> 1.0)
|
177
|
-
tzinfo-data (1.2021.5)
|
178
|
-
tzinfo (>= 1.0.0)
|
179
|
-
uber (0.1.0)
|
180
|
-
unicode-display_width (1.8.0)
|
181
|
-
webmock (3.6.2)
|
182
|
-
addressable (>= 2.3.6)
|
183
|
-
crack (>= 0.3.2)
|
184
|
-
hashdiff (>= 0.4.0, < 2.0.0)
|
185
|
-
webrick (1.7.0)
|
186
|
-
yajl-ruby (1.4.1)
|
187
|
-
|
188
|
-
PLATFORMS
|
189
|
-
x86_64-linux
|
190
|
-
|
191
|
-
DEPENDENCIES
|
192
|
-
coveralls (= 0.8.23)
|
193
|
-
fluent-plugin-google-cloud!
|
194
|
-
mocha (= 1.9.0)
|
195
|
-
prometheus-client (< 0.10)
|
196
|
-
rake (= 10.5.0)
|
197
|
-
rubocop (= 0.39.0)
|
198
|
-
test-unit (= 3.3.3)
|
199
|
-
webmock (= 3.6.2)
|
200
|
-
|
201
|
-
BUNDLED WITH
|
202
|
-
2.2.28
|