fluent-plugin-google-cloud 0.10.7 → 0.10.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +5 -5
- data/fluent-plugin-google-cloud.gemspec +2 -2
- data/test/plugin/test_out_google_cloud_grpc.rb +8 -8
- 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: bdb89243a3a885adb16b15fe5293c5a1e791f4ab7e26f22e8ccd3f63934ebcde
|
|
4
|
+
data.tar.gz: c1ca844d4f5466f7bc3a3a4b76c35771432e157bbb0b3e11e3563e1a004bffcc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a0ed81d5df9648182b62e713ca7f420ccf6a2acf076b282e37739c84a845509b2fcf4d41bb0e052abf495a591057bf75acdb7bd2256a6dbed97992d8b1c1d20
|
|
7
|
+
data.tar.gz: c004d81fcb8d413e630c0918714f9601cbddf2e2982c564bb99410d1a85be8e8d346af1f0645fec4eb6a0e4bedbf4cca79940efff96176f09bf6fc9c4801af11
|
data/Gemfile.lock
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-google-cloud (0.10.
|
|
4
|
+
fluent-plugin-google-cloud (0.10.8)
|
|
5
5
|
fluentd (= 1.11.2)
|
|
6
6
|
google-api-client (= 0.30.8)
|
|
7
7
|
google-cloud-logging (= 1.6.6)
|
|
8
|
-
google-protobuf (= 3.
|
|
8
|
+
google-protobuf (= 3.15.8)
|
|
9
9
|
googleapis-common-protos (= 1.3.10)
|
|
10
10
|
googleauth (= 0.9.0)
|
|
11
11
|
grpc (= 1.31.1)
|
|
@@ -92,7 +92,7 @@ GEM
|
|
|
92
92
|
googleauth (~> 0.9)
|
|
93
93
|
grpc (~> 1.24)
|
|
94
94
|
rly (~> 0.2.3)
|
|
95
|
-
google-protobuf (3.
|
|
95
|
+
google-protobuf (3.15.8)
|
|
96
96
|
googleapis-common-protos (1.3.10)
|
|
97
97
|
google-protobuf (~> 3.11)
|
|
98
98
|
googleapis-common-protos-types (>= 1.0.5, < 2.0)
|
|
@@ -116,7 +116,7 @@ GEM
|
|
|
116
116
|
jwt (2.2.2)
|
|
117
117
|
memoist (0.16.2)
|
|
118
118
|
metaclass (0.0.4)
|
|
119
|
-
mini_mime (1.0
|
|
119
|
+
mini_mime (1.1.0)
|
|
120
120
|
mocha (1.9.0)
|
|
121
121
|
metaclass (~> 0.0.1)
|
|
122
122
|
msgpack (1.4.2)
|
|
@@ -145,7 +145,7 @@ GEM
|
|
|
145
145
|
declarative-option (< 0.2.0)
|
|
146
146
|
uber (< 0.2.0)
|
|
147
147
|
retriable (3.1.2)
|
|
148
|
-
rexml (3.2.
|
|
148
|
+
rexml (3.2.5)
|
|
149
149
|
rly (0.2.3)
|
|
150
150
|
rubocop (0.39.0)
|
|
151
151
|
parser (>= 2.3.0.7, < 3.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.10.
|
|
13
|
+
gem.version = '0.10.8'
|
|
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')
|
|
@@ -24,7 +24,7 @@ eos
|
|
|
24
24
|
gem.add_runtime_dependency 'googleauth', '0.9.0'
|
|
25
25
|
gem.add_runtime_dependency 'google-api-client', '0.30.8'
|
|
26
26
|
gem.add_runtime_dependency 'google-cloud-logging', '1.6.6'
|
|
27
|
-
gem.add_runtime_dependency 'google-protobuf', '3.
|
|
27
|
+
gem.add_runtime_dependency 'google-protobuf', '3.15.8'
|
|
28
28
|
gem.add_runtime_dependency 'grpc', '1.31.1'
|
|
29
29
|
gem.add_runtime_dependency 'json', '2.2.0'
|
|
30
30
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
|
@@ -271,19 +271,19 @@ class GoogleCloudOutputGRPCTest < Test::Unit::TestCase
|
|
|
271
271
|
{
|
|
272
272
|
'32 s' => '32s',
|
|
273
273
|
'32s' => '32s',
|
|
274
|
-
'0.32s' => '0.
|
|
274
|
+
'0.32s' => '0.320s',
|
|
275
275
|
' 123 s ' => '123s',
|
|
276
|
-
'1.3442 s' => '1.
|
|
276
|
+
'1.3442 s' => '1.344200s',
|
|
277
277
|
|
|
278
278
|
# Test whitespace.
|
|
279
279
|
# \t: tab. \r: carriage return. \n: line break.
|
|
280
280
|
# \v: vertical whitespace. \f: form feed.
|
|
281
|
-
"\t123.5\ts\t" => '123.
|
|
282
|
-
"\r123.5\rs\r" => '123.
|
|
283
|
-
"\n123.5\ns\n" => '123.
|
|
284
|
-
"\v123.5\vs\v" => '123.
|
|
285
|
-
"\f123.5\fs\f" => '123.
|
|
286
|
-
"\r123.5\ts\f" => '123.
|
|
281
|
+
"\t123.5\ts\t" => '123.500s',
|
|
282
|
+
"\r123.5\rs\r" => '123.500s',
|
|
283
|
+
"\n123.5\ns\n" => '123.500s',
|
|
284
|
+
"\v123.5\vs\v" => '123.500s',
|
|
285
|
+
"\f123.5\fs\f" => '123.500s',
|
|
286
|
+
"\r123.5\ts\f" => '123.500s'
|
|
287
287
|
}
|
|
288
288
|
end
|
|
289
289
|
|
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.10.
|
|
4
|
+
version: 0.10.8
|
|
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: 2021-
|
|
11
|
+
date: 2021-04-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -86,14 +86,14 @@ dependencies:
|
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 3.
|
|
89
|
+
version: 3.15.8
|
|
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.15.8
|
|
97
97
|
- !ruby/object:Gem::Dependency
|
|
98
98
|
name: grpc
|
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|