fluent-plugin-google-cloud 0.11.1 → 0.12.0
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 +9 -6
- 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: 72dad6d31b93b8708e90dab099f61444ac5c5d8ceba0d76dcc52a6ceb6ed337a
|
|
4
|
+
data.tar.gz: 6a0f1b3050c4b419aa099b2e7f2aba7536aaa8e91769c50be6b03471593a7098
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4d3dbbedf3ba8a16c236d4c1c1f427aafaa36bf2ac5f5b072508e7e449e533af23be07e8c338fb57ff027787c1a6d9bf050c560bf048cb0f0331bcb255c90da
|
|
7
|
+
data.tar.gz: 36ce31963727dbeda95081b9b1548c7867f7631656e7345f5e77ea9f48b340ebed8405378e5e0e14bf7ed0f535bbd3ace3f30a077e3ac68396f46403803467d1
|
data/Gemfile.lock
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
fluent-plugin-google-cloud (0.
|
|
5
|
-
fluentd (= 1.
|
|
4
|
+
fluent-plugin-google-cloud (0.12.0)
|
|
5
|
+
fluentd (= 1.13.3)
|
|
6
6
|
google-api-client (= 0.30.8)
|
|
7
7
|
google-cloud-logging (= 1.6.6)
|
|
8
8
|
google-protobuf (= 3.15.8)
|
|
@@ -33,15 +33,17 @@ GEM
|
|
|
33
33
|
docile (1.4.0)
|
|
34
34
|
faraday (0.17.4)
|
|
35
35
|
multipart-post (>= 1.2, < 3)
|
|
36
|
-
fluentd (1.
|
|
36
|
+
fluentd (1.13.3)
|
|
37
|
+
bundler
|
|
37
38
|
cool.io (>= 1.4.5, < 2.0.0)
|
|
38
|
-
http_parser.rb (>= 0.5.1, < 0.
|
|
39
|
+
http_parser.rb (>= 0.5.1, < 0.8.0)
|
|
39
40
|
msgpack (>= 1.3.1, < 2.0.0)
|
|
40
|
-
serverengine (>= 2.
|
|
41
|
+
serverengine (>= 2.2.2, < 3.0.0)
|
|
41
42
|
sigdump (~> 0.2.2)
|
|
42
43
|
strptime (>= 0.2.2, < 1.0.0)
|
|
43
44
|
tzinfo (>= 1.0, < 3.0)
|
|
44
45
|
tzinfo-data (~> 1.0)
|
|
46
|
+
webrick (>= 1.4.2, < 1.8.0)
|
|
45
47
|
yajl-ruby (~> 1.0)
|
|
46
48
|
gapic-common (0.3.4)
|
|
47
49
|
google-protobuf (~> 3.12, >= 3.12.2)
|
|
@@ -109,7 +111,7 @@ GEM
|
|
|
109
111
|
google-protobuf (~> 3.12)
|
|
110
112
|
googleapis-common-protos-types (~> 1.0)
|
|
111
113
|
hashdiff (1.0.1)
|
|
112
|
-
http_parser.rb (0.
|
|
114
|
+
http_parser.rb (0.7.0)
|
|
113
115
|
httpclient (2.8.3)
|
|
114
116
|
json (2.2.0)
|
|
115
117
|
jwt (2.2.3)
|
|
@@ -188,6 +190,7 @@ GEM
|
|
|
188
190
|
addressable (>= 2.3.6)
|
|
189
191
|
crack (>= 0.3.2)
|
|
190
192
|
hashdiff (>= 0.4.0, < 2.0.0)
|
|
193
|
+
webrick (1.7.0)
|
|
191
194
|
yajl-ruby (1.4.1)
|
|
192
195
|
|
|
193
196
|
PLATFORMS
|
|
@@ -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.
|
|
13
|
+
gem.version = '0.12.0'
|
|
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')
|
|
@@ -22,7 +22,7 @@ eos
|
|
|
22
22
|
# Note: In order to update the Fluentd version, please update both here and
|
|
23
23
|
# also the fluentd version in
|
|
24
24
|
# https://github.com/GoogleCloudPlatform/google-fluentd/blob/master/config/software/fluentd.rb.
|
|
25
|
-
gem.add_runtime_dependency 'fluentd', '1.
|
|
25
|
+
gem.add_runtime_dependency 'fluentd', '1.13.3'
|
|
26
26
|
gem.add_runtime_dependency 'googleapis-common-protos', '1.3.10'
|
|
27
27
|
gem.add_runtime_dependency 'googleauth', '0.9.0'
|
|
28
28
|
gem.add_runtime_dependency 'google-api-client', '0.30.8'
|
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.
|
|
4
|
+
version: 0.12.0
|
|
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-08-
|
|
11
|
+
date: 2021-08-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.13.3
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: 1.13.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: googleapis-common-protos
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|