fluent-plugin-google-cloud 0.9.0 → 0.9.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 +19 -8
- 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: f873763395e9eff23e78cf7d645e42277be2b12e022334954b97d5a8b1a96f73
|
4
|
+
data.tar.gz: 26a2146530ef1bce151f6ee4d4fe0625f7dfec6019108cb96f68390c1aef6288
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '051824ee94d4a2de635afe4b28e91475e422767d66407d2040e9d315f6a822d7cdaece7014ab2e6ab7211817b948f51fc385779182258d180e1a5492974f0ac1'
|
7
|
+
data.tar.gz: 8d373bb349402697ab45a3ec11186b0970fadb8ac66ddf25190bf68c4a6ccf0939b627ceb151922d4d8871e361b20ba3fadcfb254e7422c9d0f10b0ade7cb68b
|
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.9.
|
4
|
+
fluent-plugin-google-cloud (0.9.1)
|
5
5
|
fluentd (= 1.7.4)
|
6
6
|
google-api-client (= 0.30.8)
|
7
7
|
google-cloud-logging (= 1.6.6)
|
8
8
|
google-protobuf (= 3.12.2)
|
9
9
|
googleapis-common-protos (= 1.3.9)
|
10
10
|
googleauth (= 0.9.0)
|
11
|
-
grpc (= 1.30.
|
11
|
+
grpc (= 1.30.2)
|
12
12
|
json (= 2.2.0)
|
13
13
|
opencensus (= 0.5.0)
|
14
14
|
opencensus-stackdriver (= 0.3.2)
|
@@ -46,6 +46,12 @@ GEM
|
|
46
46
|
tzinfo (~> 2.0)
|
47
47
|
tzinfo-data (~> 1.0)
|
48
48
|
yajl-ruby (~> 1.0)
|
49
|
+
gapic-common (0.3.1)
|
50
|
+
google-protobuf (~> 3.12, >= 3.12.2)
|
51
|
+
googleapis-common-protos (>= 1.3.9, < 2.0)
|
52
|
+
googleapis-common-protos-types (>= 1.0.4, < 2.0)
|
53
|
+
googleauth (~> 0.9)
|
54
|
+
grpc (~> 1.25)
|
49
55
|
google-api-client (0.30.8)
|
50
56
|
addressable (~> 2.5, >= 2.5.1)
|
51
57
|
googleauth (>= 0.5, < 0.10.0)
|
@@ -70,13 +76,18 @@ GEM
|
|
70
76
|
google-gax (~> 1.8)
|
71
77
|
googleapis-common-protos (>= 1.3.9, < 2.0)
|
72
78
|
googleapis-common-protos-types (>= 1.0.4, < 2.0)
|
73
|
-
google-cloud-trace (0.
|
79
|
+
google-cloud-trace (0.40.0)
|
74
80
|
concurrent-ruby (~> 1.1)
|
75
|
-
google-cloud-core (~> 1.
|
76
|
-
google-
|
77
|
-
|
78
|
-
googleapis-common-protos-types (>= 1.0.4, < 2.0)
|
81
|
+
google-cloud-core (~> 1.5)
|
82
|
+
google-cloud-trace-v1 (~> 0.0)
|
83
|
+
google-cloud-trace-v2 (~> 0.0)
|
79
84
|
stackdriver-core (~> 1.3)
|
85
|
+
google-cloud-trace-v1 (0.1.0)
|
86
|
+
gapic-common (~> 0.3)
|
87
|
+
google-cloud-errors (~> 1.0)
|
88
|
+
google-cloud-trace-v2 (0.1.0)
|
89
|
+
gapic-common (~> 0.3)
|
90
|
+
google-cloud-errors (~> 1.0)
|
80
91
|
google-gax (1.8.1)
|
81
92
|
google-protobuf (~> 3.9)
|
82
93
|
googleapis-common-protos (>= 1.3.9, < 2.0)
|
@@ -97,7 +108,7 @@ GEM
|
|
97
108
|
multi_json (~> 1.11)
|
98
109
|
os (>= 0.9, < 2.0)
|
99
110
|
signet (~> 0.7)
|
100
|
-
grpc (1.30.
|
111
|
+
grpc (1.30.2)
|
101
112
|
google-protobuf (~> 3.12)
|
102
113
|
googleapis-common-protos-types (~> 1.0)
|
103
114
|
hashdiff (1.0.1)
|
@@ -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.9.
|
13
|
+
gem.version = '0.9.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')
|
@@ -25,7 +25,7 @@ eos
|
|
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
27
|
gem.add_runtime_dependency 'google-protobuf', '3.12.2'
|
28
|
-
gem.add_runtime_dependency 'grpc', '1.30.
|
28
|
+
gem.add_runtime_dependency 'grpc', '1.30.2'
|
29
29
|
gem.add_runtime_dependency 'json', '2.2.0'
|
30
30
|
gem.add_runtime_dependency 'opencensus', '0.5.0'
|
31
31
|
gem.add_runtime_dependency 'opencensus-stackdriver', '0.3.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.9.
|
4
|
+
version: 0.9.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: 2020-07-
|
11
|
+
date: 2020-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - '='
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: 1.30.
|
103
|
+
version: 1.30.2
|
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.30.
|
110
|
+
version: 1.30.2
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: json
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|