fluent-plugin-google-cloud 0.4.16 → 0.4.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 4caeb3e6a9cec431492945788635d7e99e3a0b16
4
+ data.tar.gz: a88c1ce91b2335bac4b4a37f0c5899c864652046
5
+ SHA512:
6
+ metadata.gz: f7130260e115f6547ba0db5782534f9f890655298c37beaafa4d9f254adf1f1489bf26b0a31df225e19dc694d81954d91c60aa12a7ffbd20e0018d3cacb50603
7
+ data.tar.gz: f8dda17b58fe377783f29f91f93f71bbb2a53f7dca2c440485288efa684c3fba9b3d51e53948add7b8e991d328858972cfab0aec660f2ece1311eea58e3bfe39
@@ -3,34 +3,23 @@ PATH
3
3
  specs:
4
4
  fluent-plugin-google-cloud (0.4.16)
5
5
  fluentd (~> 0.10)
6
- google-api-client (>= 0.8.6, < 0.9)
6
+ google-api-client (> 0.9)
7
7
  googleauth (~> 0.4)
8
8
  json (~> 1.8)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (4.2.4)
14
- i18n (~> 0.7)
15
- json (~> 1.7, >= 1.7.7)
16
- minitest (~> 5.1)
17
- thread_safe (~> 0.3, >= 0.3.4)
18
- tzinfo (~> 1.1)
19
- addressable (2.3.8)
20
- ast (2.1.0)
13
+ addressable (2.4.0)
14
+ ast (2.2.0)
21
15
  astrolabe (1.3.1)
22
16
  parser (~> 2.2)
23
- autoparse (0.3.3)
24
- addressable (>= 2.3.1)
25
- extlib (>= 0.9.15)
26
- multi_json (>= 1.0.0)
27
- cool.io (1.4.1)
28
- crack (0.4.2)
17
+ cool.io (1.4.3)
18
+ crack (0.4.3)
29
19
  safe_yaml (~> 1.0.0)
30
- extlib (0.9.16)
31
20
  faraday (0.9.2)
32
21
  multipart-post (>= 1.2, < 3)
33
- fluentd (0.12.16)
22
+ fluentd (0.12.22)
34
23
  cool.io (>= 1.2.2, < 2.0.0)
35
24
  http_parser.rb (>= 0.5.1, < 0.7.0)
36
25
  json (>= 1.4.3)
@@ -40,74 +29,79 @@ GEM
40
29
  tzinfo (>= 1.0.0)
41
30
  tzinfo-data (>= 1.0.0)
42
31
  yajl-ruby (~> 1.0)
43
- google-api-client (0.8.6)
44
- activesupport (>= 3.2)
32
+ google-api-client (0.9.5)
45
33
  addressable (~> 2.3)
46
- autoparse (~> 0.3)
47
- extlib (~> 0.9)
48
- faraday (~> 0.9)
49
- googleauth (~> 0.3)
50
- launchy (~> 2.4)
51
- multi_json (~> 1.10)
52
- retriable (~> 1.4)
53
- signet (~> 0.6)
54
- googleauth (0.4.2)
34
+ googleauth (~> 0.5)
35
+ httpclient (~> 2.7)
36
+ hurley (~> 0.1)
37
+ memoist (~> 0.11)
38
+ mime-types (>= 1.6)
39
+ representable (~> 2.3.0)
40
+ retriable (~> 2.0)
41
+ thor (~> 0.19)
42
+ googleauth (0.5.1)
55
43
  faraday (~> 0.9)
56
44
  jwt (~> 1.4)
57
45
  logging (~> 2.0)
58
46
  memoist (~> 0.12)
59
47
  multi_json (~> 1.11)
60
- signet (~> 0.6)
61
- hashdiff (0.2.2)
48
+ os (~> 0.9)
49
+ signet (~> 0.7)
50
+ hashdiff (0.3.0)
62
51
  http_parser.rb (0.6.0)
63
- i18n (0.7.0)
52
+ httpclient (2.7.1)
53
+ hurley (0.2)
64
54
  json (1.8.3)
65
- jwt (1.5.2)
66
- launchy (2.4.3)
67
- addressable (~> 2.3)
55
+ jwt (1.5.4)
68
56
  little-plugger (1.1.4)
69
- logging (2.0.0)
57
+ logging (2.1.0)
70
58
  little-plugger (~> 1.1)
71
59
  multi_json (~> 1.10)
72
- memoist (0.12.0)
60
+ memoist (0.14.0)
73
61
  metaclass (0.0.4)
74
- minitest (5.8.2)
62
+ mime-types (3.0)
63
+ mime-types-data (~> 3.2015)
64
+ mime-types-data (3.2016.0221)
75
65
  mocha (1.1.0)
76
66
  metaclass (~> 0.0.1)
77
67
  msgpack (0.5.12)
78
68
  multi_json (1.11.2)
79
69
  multipart-post (2.0.0)
80
- parser (2.2.3.0)
81
- ast (>= 1.1, < 3.0)
82
- power_assert (0.2.5)
70
+ os (0.9.6)
71
+ parser (2.3.0.7)
72
+ ast (~> 2.2)
73
+ power_assert (0.2.7)
83
74
  powerpack (0.1.1)
84
- rainbow (2.0.0)
85
- rake (10.4.2)
86
- retriable (1.4.1)
87
- rubocop (0.34.2)
75
+ rainbow (2.1.0)
76
+ rake (10.5.0)
77
+ representable (2.3.0)
78
+ uber (~> 0.0.7)
79
+ retriable (2.1.0)
80
+ rubocop (0.35.0)
88
81
  astrolabe (~> 1.3)
89
- parser (>= 2.2.2.5, < 3.0)
82
+ parser (>= 2.2.3.0, < 3.0)
90
83
  powerpack (~> 0.1)
91
84
  rainbow (>= 1.99.1, < 3.0)
92
- ruby-progressbar (~> 1.4)
85
+ ruby-progressbar (~> 1.7)
93
86
  ruby-progressbar (1.7.5)
94
87
  safe_yaml (1.0.4)
95
- sigdump (0.2.3)
96
- signet (0.6.1)
88
+ sigdump (0.2.4)
89
+ signet (0.7.2)
97
90
  addressable (~> 2.3)
98
- extlib (~> 0.9)
99
91
  faraday (~> 0.9)
100
92
  jwt (~> 1.5)
101
93
  multi_json (~> 1.10)
102
94
  string-scrub (0.0.5)
103
- test-unit (3.1.5)
95
+ test-unit (3.1.8)
104
96
  power_assert
97
+ thor (0.19.1)
105
98
  thread_safe (0.3.5)
106
99
  tzinfo (1.2.2)
107
100
  thread_safe (~> 0.1)
108
- tzinfo-data (1.2015.7)
101
+ tzinfo-data (1.2016.4)
109
102
  tzinfo (>= 1.0.0)
110
- webmock (1.22.3)
103
+ uber (0.0.15)
104
+ webmock (1.24.3)
111
105
  addressable (>= 2.3.6)
112
106
  crack (>= 0.3.2)
113
107
  hashdiff
@@ -120,9 +114,9 @@ DEPENDENCIES
120
114
  fluent-plugin-google-cloud!
121
115
  mocha (~> 1.1)
122
116
  rake (~> 10.3)
123
- rubocop (= 0.34.2)
117
+ rubocop (= 0.35.0)
124
118
  test-unit (~> 3.0)
125
119
  webmock (~> 1.17)
126
120
 
127
121
  BUNDLED WITH
128
- 1.10.6
122
+ 1.11.2
@@ -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.4.16'
13
+ gem.version = '0.4.17'
14
14
  gem.authors = ['Todd Derr', 'Alex Robinson']
15
15
  gem.email = ['salty@google.com']
16
16
 
@@ -26,7 +26,7 @@ module Fluent
26
26
  Fluent::Plugin.register_output('google_cloud', self)
27
27
 
28
28
  PLUGIN_NAME = 'Fluentd Google Cloud Logging plugin'
29
- PLUGIN_VERSION = '0.4.16'
29
+ PLUGIN_VERSION = '0.4.17'
30
30
 
31
31
  # Constants for service names.
32
32
  APPENGINE_SERVICE = 'appengine.googleapis.com'
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-google-cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.16
5
- prerelease:
4
+ version: 0.4.17
6
5
  platform: ruby
7
6
  authors:
8
7
  - Todd Derr
@@ -10,130 +9,115 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2016-04-11 00:00:00.000000000 Z
12
+ date: 2016-04-19 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: fluentd
17
16
  requirement: !ruby/object:Gem::Requirement
18
- none: false
19
17
  requirements:
20
- - - ~>
18
+ - - "~>"
21
19
  - !ruby/object:Gem::Version
22
20
  version: '0.10'
23
21
  type: :runtime
24
22
  prerelease: false
25
23
  version_requirements: !ruby/object:Gem::Requirement
26
- none: false
27
24
  requirements:
28
- - - ~>
25
+ - - "~>"
29
26
  - !ruby/object:Gem::Version
30
27
  version: '0.10'
31
28
  - !ruby/object:Gem::Dependency
32
29
  name: google-api-client
33
30
  requirement: !ruby/object:Gem::Requirement
34
- none: false
35
31
  requirements:
36
- - - ! '>='
32
+ - - ">="
37
33
  - !ruby/object:Gem::Version
38
34
  version: 0.8.6
39
- - - <
35
+ - - "<"
40
36
  - !ruby/object:Gem::Version
41
37
  version: '0.9'
42
38
  type: :runtime
43
39
  prerelease: false
44
40
  version_requirements: !ruby/object:Gem::Requirement
45
- none: false
46
41
  requirements:
47
- - - ! '>='
42
+ - - ">="
48
43
  - !ruby/object:Gem::Version
49
44
  version: 0.8.6
50
- - - <
45
+ - - "<"
51
46
  - !ruby/object:Gem::Version
52
47
  version: '0.9'
53
48
  - !ruby/object:Gem::Dependency
54
49
  name: googleauth
55
50
  requirement: !ruby/object:Gem::Requirement
56
- none: false
57
51
  requirements:
58
- - - ~>
52
+ - - "~>"
59
53
  - !ruby/object:Gem::Version
60
54
  version: '0.4'
61
55
  type: :runtime
62
56
  prerelease: false
63
57
  version_requirements: !ruby/object:Gem::Requirement
64
- none: false
65
58
  requirements:
66
- - - ~>
59
+ - - "~>"
67
60
  - !ruby/object:Gem::Version
68
61
  version: '0.4'
69
62
  - !ruby/object:Gem::Dependency
70
63
  name: json
71
64
  requirement: !ruby/object:Gem::Requirement
72
- none: false
73
65
  requirements:
74
- - - ~>
66
+ - - "~>"
75
67
  - !ruby/object:Gem::Version
76
68
  version: '1.8'
77
69
  type: :runtime
78
70
  prerelease: false
79
71
  version_requirements: !ruby/object:Gem::Requirement
80
- none: false
81
72
  requirements:
82
- - - ~>
73
+ - - "~>"
83
74
  - !ruby/object:Gem::Version
84
75
  version: '1.8'
85
76
  - !ruby/object:Gem::Dependency
86
77
  name: jwt
87
78
  requirement: !ruby/object:Gem::Requirement
88
- none: false
89
79
  requirements:
90
- - - <
80
+ - - "<"
91
81
  - !ruby/object:Gem::Version
92
82
  version: 1.5.3
93
83
  type: :runtime
94
84
  prerelease: false
95
85
  version_requirements: !ruby/object:Gem::Requirement
96
- none: false
97
86
  requirements:
98
- - - <
87
+ - - "<"
99
88
  - !ruby/object:Gem::Version
100
89
  version: 1.5.3
101
90
  - !ruby/object:Gem::Dependency
102
91
  name: mocha
103
92
  requirement: !ruby/object:Gem::Requirement
104
- none: false
105
93
  requirements:
106
- - - ~>
94
+ - - "~>"
107
95
  - !ruby/object:Gem::Version
108
96
  version: '1.1'
109
97
  type: :development
110
98
  prerelease: false
111
99
  version_requirements: !ruby/object:Gem::Requirement
112
- none: false
113
100
  requirements:
114
- - - ~>
101
+ - - "~>"
115
102
  - !ruby/object:Gem::Version
116
103
  version: '1.1'
117
104
  - !ruby/object:Gem::Dependency
118
105
  name: rake
119
106
  requirement: !ruby/object:Gem::Requirement
120
- none: false
121
107
  requirements:
122
- - - ~>
108
+ - - "~>"
123
109
  - !ruby/object:Gem::Version
124
110
  version: '10.3'
125
111
  type: :development
126
112
  prerelease: false
127
113
  version_requirements: !ruby/object:Gem::Requirement
128
- none: false
129
114
  requirements:
130
- - - ~>
115
+ - - "~>"
131
116
  - !ruby/object:Gem::Version
132
117
  version: '10.3'
133
118
  - !ruby/object:Gem::Dependency
134
119
  name: rubocop
135
120
  requirement: !ruby/object:Gem::Requirement
136
- none: false
137
121
  requirements:
138
122
  - - '='
139
123
  - !ruby/object:Gem::Version
@@ -141,7 +125,6 @@ dependencies:
141
125
  type: :development
142
126
  prerelease: false
143
127
  version_requirements: !ruby/object:Gem::Requirement
144
- none: false
145
128
  requirements:
146
129
  - - '='
147
130
  - !ruby/object:Gem::Version
@@ -149,83 +132,79 @@ dependencies:
149
132
  - !ruby/object:Gem::Dependency
150
133
  name: webmock
151
134
  requirement: !ruby/object:Gem::Requirement
152
- none: false
153
135
  requirements:
154
- - - ~>
136
+ - - "~>"
155
137
  - !ruby/object:Gem::Version
156
138
  version: '1.17'
157
139
  type: :development
158
140
  prerelease: false
159
141
  version_requirements: !ruby/object:Gem::Requirement
160
- none: false
161
142
  requirements:
162
- - - ~>
143
+ - - "~>"
163
144
  - !ruby/object:Gem::Version
164
145
  version: '1.17'
165
146
  - !ruby/object:Gem::Dependency
166
147
  name: test-unit
167
148
  requirement: !ruby/object:Gem::Requirement
168
- none: false
169
149
  requirements:
170
- - - ~>
150
+ - - "~>"
171
151
  - !ruby/object:Gem::Version
172
152
  version: '3.0'
173
153
  type: :development
174
154
  prerelease: false
175
155
  version_requirements: !ruby/object:Gem::Requirement
176
- none: false
177
156
  requirements:
178
- - - ~>
157
+ - - "~>"
179
158
  - !ruby/object:Gem::Version
180
159
  version: '3.0'
181
- description: ! " Fluentd output plugin for the Google Cloud Logging API, which will
182
- make\n logs viewable in the Developer Console's log viewer and can optionally\n
183
- \ store them in Google Cloud Storage and/or BigQuery.\n This is an official Google
184
- Ruby gem.\n"
160
+ description: |2
161
+ Fluentd output plugin for the Google Cloud Logging API, which will make
162
+ logs viewable in the Developer Console's log viewer and can optionally
163
+ store them in Google Cloud Storage and/or BigQuery.
164
+ This is an official Google Ruby gem.
185
165
  email:
186
166
  - salty@google.com
187
167
  executables: []
188
168
  extensions: []
189
169
  extra_rdoc_files: []
190
170
  files:
171
+ - CONTRIBUTING
172
+ - Gemfile
173
+ - Gemfile.lock
174
+ - LICENSE
175
+ - README.rdoc
176
+ - Rakefile
177
+ - fluent-plugin-google-cloud.gemspec
178
+ - lib/fluent/plugin/out_google_cloud.rb
191
179
  - test/helper.rb
192
180
  - test/plugin/data/c31e573fd7f62ed495c9ca3821a5a85cb036dee1-privatekey.p12
193
181
  - test/plugin/data/credentials.json
194
182
  - test/plugin/data/iam-credentials.json
195
183
  - test/plugin/data/invalid_credentials.json
196
184
  - test/plugin/test_out_google_cloud.rb
197
- - LICENSE
198
- - Rakefile
199
- - fluent-plugin-google-cloud.gemspec
200
- - lib/fluent/plugin/out_google_cloud.rb
201
- - CONTRIBUTING
202
- - Gemfile.lock
203
- - Gemfile
204
- - README.rdoc
205
185
  homepage: https://github.com/GoogleCloudPlatform/fluent-plugin-google-cloud
206
186
  licenses:
207
187
  - Apache-2.0
188
+ metadata: {}
208
189
  post_install_message:
209
190
  rdoc_options: []
210
191
  require_paths:
211
192
  - lib
212
193
  required_ruby_version: !ruby/object:Gem::Requirement
213
- none: false
214
194
  requirements:
215
- - - ! '>='
195
+ - - ">="
216
196
  - !ruby/object:Gem::Version
217
197
  version: '0'
218
198
  required_rubygems_version: !ruby/object:Gem::Requirement
219
- none: false
220
199
  requirements:
221
- - - ! '>='
200
+ - - ">="
222
201
  - !ruby/object:Gem::Version
223
202
  version: '0'
224
203
  requirements: []
225
204
  rubyforge_project:
226
- rubygems_version: 1.8.23
205
+ rubygems_version: 2.6.3
227
206
  signing_key:
228
- specification_version: 3
207
+ specification_version: 4
229
208
  summary: fluentd output plugin for the Google Cloud Logging API
230
209
  test_files:
231
210
  - test/helper.rb