fluent-plugin-google-cloud 0.7.5.pre.multiworkers → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CUSTOM_SPONGE_CONFIG +0 -0
- data/Gemfile.lock +160 -0
- data/fluent-plugin-google-cloud.gemspec +1 -1
- data/lib/fluent/plugin/out_google_cloud.rb +0 -4
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 0c8f41809aee8029c651ce49f3214853c27afa693e8396759cc51a940aa8474b
|
4
|
+
data.tar.gz: 595f84df87e4d92c2b554091731eb677bf5ef22f82e3a4b80a91468a9a404882
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34479043c6ad5f90f4859f8fc08e916a09ec70330cb81e5a3762c77d2db2a9daba743a985415de9ae3b1419150a2ad19c09c2935009988110130b7b325a9937f
|
7
|
+
data.tar.gz: f7f1826c54523041287c1ac1fd6cf5620c5eeb40d08d0a0988845d263ba4f71d8d57aa655e8afb8b33ca2003a9ba19eca407f3d15ebd6777e5a63de532de1877
|
File without changes
|
data/Gemfile.lock
ADDED
@@ -0,0 +1,160 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
fluent-plugin-google-cloud (0.7.5)
|
5
|
+
fluentd (= 1.2.5)
|
6
|
+
google-api-client (= 0.23.9)
|
7
|
+
google-cloud-logging (= 1.5.4)
|
8
|
+
google-protobuf (= 3.6.1)
|
9
|
+
googleapis-common-protos (= 1.3.7)
|
10
|
+
googleauth (= 0.6.6)
|
11
|
+
grpc (= 1.8.3)
|
12
|
+
json (= 2.1.0)
|
13
|
+
|
14
|
+
GEM
|
15
|
+
remote: https://rubygems.org/
|
16
|
+
specs:
|
17
|
+
addressable (2.6.0)
|
18
|
+
public_suffix (>= 2.0.2, < 4.0)
|
19
|
+
ast (2.4.0)
|
20
|
+
cool.io (1.5.3)
|
21
|
+
crack (0.4.3)
|
22
|
+
safe_yaml (~> 1.0.0)
|
23
|
+
declarative (0.0.10)
|
24
|
+
declarative-option (0.1.0)
|
25
|
+
dig_rb (1.0.1)
|
26
|
+
faraday (0.15.4)
|
27
|
+
multipart-post (>= 1.2, < 3)
|
28
|
+
fluentd (1.2.5)
|
29
|
+
cool.io (>= 1.4.5, < 2.0.0)
|
30
|
+
dig_rb (~> 1.0.0)
|
31
|
+
http_parser.rb (>= 0.5.1, < 0.7.0)
|
32
|
+
msgpack (>= 0.7.0, < 2.0.0)
|
33
|
+
serverengine (>= 2.0.4, < 3.0.0)
|
34
|
+
sigdump (~> 0.2.2)
|
35
|
+
strptime (>= 0.2.2, < 1.0.0)
|
36
|
+
tzinfo (~> 1.0)
|
37
|
+
tzinfo-data (~> 1.0)
|
38
|
+
yajl-ruby (~> 1.0)
|
39
|
+
google-api-client (0.23.9)
|
40
|
+
addressable (~> 2.5, >= 2.5.1)
|
41
|
+
googleauth (>= 0.5, < 0.7.0)
|
42
|
+
httpclient (>= 2.8.1, < 3.0)
|
43
|
+
mime-types (~> 3.0)
|
44
|
+
representable (~> 3.0)
|
45
|
+
retriable (>= 2.0, < 4.0)
|
46
|
+
signet (~> 0.9)
|
47
|
+
google-cloud-core (1.3.0)
|
48
|
+
google-cloud-env (~> 1.0)
|
49
|
+
google-cloud-env (1.0.5)
|
50
|
+
faraday (~> 0.11)
|
51
|
+
google-cloud-logging (1.5.4)
|
52
|
+
google-cloud-core (~> 1.2)
|
53
|
+
google-gax (~> 1.3)
|
54
|
+
googleapis-common-protos-types (>= 1.0.2)
|
55
|
+
stackdriver-core (~> 1.3)
|
56
|
+
google-gax (1.5.0)
|
57
|
+
google-protobuf (~> 3.2)
|
58
|
+
googleapis-common-protos (>= 1.3.5, < 2.0)
|
59
|
+
googleauth (>= 0.6.2, < 0.10.0)
|
60
|
+
grpc (>= 1.7.2, < 2.0)
|
61
|
+
rly (~> 0.2.3)
|
62
|
+
google-protobuf (3.6.1)
|
63
|
+
googleapis-common-protos (1.3.7)
|
64
|
+
google-protobuf (~> 3.0)
|
65
|
+
googleapis-common-protos-types (~> 1.0)
|
66
|
+
grpc (~> 1.0)
|
67
|
+
googleapis-common-protos-types (1.0.3)
|
68
|
+
google-protobuf (~> 3.0)
|
69
|
+
googleauth (0.6.6)
|
70
|
+
faraday (~> 0.12)
|
71
|
+
jwt (>= 1.4, < 3.0)
|
72
|
+
memoist (~> 0.12)
|
73
|
+
multi_json (~> 1.11)
|
74
|
+
os (>= 0.9, < 2.0)
|
75
|
+
signet (~> 0.7)
|
76
|
+
grpc (1.8.3)
|
77
|
+
google-protobuf (~> 3.1)
|
78
|
+
googleapis-common-protos-types (~> 1.0.0)
|
79
|
+
googleauth (>= 0.5.1, < 0.7)
|
80
|
+
hashdiff (0.3.8)
|
81
|
+
http_parser.rb (0.6.0)
|
82
|
+
httpclient (2.8.3)
|
83
|
+
json (2.1.0)
|
84
|
+
jwt (2.1.0)
|
85
|
+
memoist (0.16.0)
|
86
|
+
metaclass (0.0.4)
|
87
|
+
mime-types (3.2.2)
|
88
|
+
mime-types-data (~> 3.2015)
|
89
|
+
mime-types-data (3.2018.0812)
|
90
|
+
mocha (1.8.0)
|
91
|
+
metaclass (~> 0.0.1)
|
92
|
+
msgpack (1.2.6)
|
93
|
+
multi_json (1.13.1)
|
94
|
+
multipart-post (2.0.0)
|
95
|
+
os (1.0.0)
|
96
|
+
parser (2.6.0.0)
|
97
|
+
ast (~> 2.4.0)
|
98
|
+
power_assert (1.1.3)
|
99
|
+
powerpack (0.1.2)
|
100
|
+
prometheus-client (0.7.1)
|
101
|
+
quantile (~> 0.2.0)
|
102
|
+
public_suffix (3.0.3)
|
103
|
+
quantile (0.2.1)
|
104
|
+
rainbow (2.2.2)
|
105
|
+
rake
|
106
|
+
rake (10.5.0)
|
107
|
+
representable (3.0.4)
|
108
|
+
declarative (< 0.1.0)
|
109
|
+
declarative-option (< 0.2.0)
|
110
|
+
uber (< 0.2.0)
|
111
|
+
retriable (3.1.2)
|
112
|
+
rly (0.2.3)
|
113
|
+
rubocop (0.39.0)
|
114
|
+
parser (>= 2.3.0.7, < 3.0)
|
115
|
+
powerpack (~> 0.1)
|
116
|
+
rainbow (>= 1.99.1, < 3.0)
|
117
|
+
ruby-progressbar (~> 1.7)
|
118
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
119
|
+
ruby-progressbar (1.10.0)
|
120
|
+
safe_yaml (1.0.4)
|
121
|
+
serverengine (2.1.0)
|
122
|
+
sigdump (~> 0.2.2)
|
123
|
+
sigdump (0.2.4)
|
124
|
+
signet (0.11.0)
|
125
|
+
addressable (~> 2.3)
|
126
|
+
faraday (~> 0.9)
|
127
|
+
jwt (>= 1.5, < 3.0)
|
128
|
+
multi_json (~> 1.10)
|
129
|
+
stackdriver-core (1.3.3)
|
130
|
+
google-cloud-core (~> 1.2)
|
131
|
+
strptime (0.2.3)
|
132
|
+
test-unit (3.3.0)
|
133
|
+
power_assert
|
134
|
+
thread_safe (0.3.6)
|
135
|
+
tzinfo (1.2.5)
|
136
|
+
thread_safe (~> 0.1)
|
137
|
+
tzinfo-data (1.2018.9)
|
138
|
+
tzinfo (>= 1.0.0)
|
139
|
+
uber (0.1.0)
|
140
|
+
unicode-display_width (1.4.1)
|
141
|
+
webmock (2.3.2)
|
142
|
+
addressable (>= 2.3.6)
|
143
|
+
crack (>= 0.3.2)
|
144
|
+
hashdiff
|
145
|
+
yajl-ruby (1.4.1)
|
146
|
+
|
147
|
+
PLATFORMS
|
148
|
+
ruby
|
149
|
+
|
150
|
+
DEPENDENCIES
|
151
|
+
fluent-plugin-google-cloud!
|
152
|
+
mocha (~> 1.1)
|
153
|
+
prometheus-client (~> 0.7.1)
|
154
|
+
rake (~> 10.3)
|
155
|
+
rubocop (~> 0.39.0)
|
156
|
+
test-unit (~> 3.0)
|
157
|
+
webmock (~> 2.3.1)
|
158
|
+
|
159
|
+
BUNDLED WITH
|
160
|
+
1.16.6
|
@@ -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.7.5
|
13
|
+
gem.version = '0.7.5'
|
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')
|
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.7.5
|
4
|
+
version: 0.7.5
|
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: 2019-02-
|
11
|
+
date: 2019-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -218,7 +218,9 @@ extensions: []
|
|
218
218
|
extra_rdoc_files: []
|
219
219
|
files:
|
220
220
|
- CONTRIBUTING
|
221
|
+
- CUSTOM_SPONGE_CONFIG
|
221
222
|
- Gemfile
|
223
|
+
- Gemfile.lock
|
222
224
|
- LICENSE
|
223
225
|
- README.rdoc
|
224
226
|
- Rakefile
|
@@ -253,12 +255,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
253
255
|
version: '2.2'
|
254
256
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
255
257
|
requirements:
|
256
|
-
- - "
|
258
|
+
- - ">="
|
257
259
|
- !ruby/object:Gem::Version
|
258
|
-
version:
|
260
|
+
version: '0'
|
259
261
|
requirements: []
|
260
262
|
rubyforge_project:
|
261
|
-
rubygems_version: 2.
|
263
|
+
rubygems_version: 2.7.8
|
262
264
|
signing_key:
|
263
265
|
specification_version: 4
|
264
266
|
summary: fluentd plugins for the Stackdriver Logging API
|