fluent-plugin-google-cloud 0.6.25.pre.4 → 0.6.25.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7296f9b00c9eaa7eb1f7f1cd5d2b1ba697fe1a5f
4
- data.tar.gz: 33565190d0981006eeaab6ba51532d6e7bf799fc
3
+ metadata.gz: bb53a82f49086e32adb57a617f0ad53812493815
4
+ data.tar.gz: 6964a23f146726e01f71a74378c0fa4327c5b582
5
5
  SHA512:
6
- metadata.gz: ba044a669139d932225afcd2a80cfbb0137527c34c6e272a0567593e3322aa46b01ad0a347654c48700be041dbd741b3c5c33fcc195dbda4283b9debbbd269b0
7
- data.tar.gz: c240a12403da2bd97fb9fb5afc5439bade3927852befca1c55ae575a6c7cb64241e2b47057ea90c27573811b11f4f146e65b5404aef30c0301cd0bb7b2b194b6
6
+ metadata.gz: a9074434a1978f326a44fc4651d692a1e0f524c6c8ddeebda4efe89968059df9289749f21d85983a5308ee8629a208fb3963974ac234e8462a85a5c48aab94cb
7
+ data.tar.gz: 57e333f19ca5a7e5a9dbd2bd4b4bb65e461222bde2036b9a98a0e99ed2d95159d690c718b2b6bf95fe208dbbea2c7d5c1147a68b7d2dc39ff7f7dbfed1909664
@@ -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.6.25.pre.4'
13
+ gem.version = '0.6.25.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')
metadata CHANGED
@@ -1,7 +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.6.25.pre.4
4
+ version: 0.6.25.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stackdriver Agents Team
@@ -231,7 +231,6 @@ extra_rdoc_files: []
231
231
  files:
232
232
  - CONTRIBUTING
233
233
  - Gemfile
234
- - Gemfile.lock
235
234
  - LICENSE
236
235
  - README.rdoc
237
236
  - Rakefile
@@ -266,9 +265,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
266
265
  version: '2.2'
267
266
  required_rubygems_version: !ruby/object:Gem::Requirement
268
267
  requirements:
269
- - - ">"
268
+ - - ">="
270
269
  - !ruby/object:Gem::Version
271
- version: 1.3.1
270
+ version: '0'
272
271
  requirements: []
273
272
  rubyforge_project:
274
273
  rubygems_version: 2.6.14
@@ -1,159 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- fluent-plugin-google-cloud (0.6.25.pre.3)
5
- fluentd (~> 0.10)
6
- google-api-client (~> 0.17)
7
- google-cloud-logging (~> 1.3, >= 1.3.2)
8
- google-protobuf (~> 3.6, >= 3.6.1)
9
- googleapis-common-protos (~> 1.3)
10
- googleauth (~> 0.6)
11
- grpc (~> 1.0)
12
- json (~> 2.1)
13
-
14
- GEM
15
- remote: https://rubygems.org/
16
- specs:
17
- addressable (2.5.2)
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
- faraday (0.15.2)
26
- multipart-post (>= 1.2, < 3)
27
- fluentd (0.14.25)
28
- cool.io (>= 1.4.5, < 2.0.0)
29
- http_parser.rb (>= 0.5.1, < 0.7.0)
30
- msgpack (>= 0.7.0, < 2.0.0)
31
- ruby_dig (~> 0.0.2)
32
- serverengine (>= 2.0.4, < 3.0.0)
33
- sigdump (~> 0.2.2)
34
- strptime (~> 0.1.7)
35
- tzinfo (~> 1.0)
36
- tzinfo-data (~> 1.0)
37
- yajl-ruby (~> 1.0)
38
- google-api-client (0.23.9)
39
- addressable (~> 2.5, >= 2.5.1)
40
- googleauth (>= 0.5, < 0.7.0)
41
- httpclient (>= 2.8.1, < 3.0)
42
- mime-types (~> 3.0)
43
- representable (~> 3.0)
44
- retriable (>= 2.0, < 4.0)
45
- signet (~> 0.9)
46
- google-cloud-core (1.2.6)
47
- google-cloud-env (~> 1.0)
48
- google-cloud-env (1.0.4)
49
- faraday (~> 0.11)
50
- google-cloud-logging (1.5.4)
51
- google-cloud-core (~> 1.2)
52
- google-gax (~> 1.3)
53
- googleapis-common-protos-types (>= 1.0.2)
54
- stackdriver-core (~> 1.3)
55
- google-gax (1.3.0)
56
- google-protobuf (~> 3.2)
57
- googleapis-common-protos (>= 1.3.5, < 2.0)
58
- googleauth (~> 0.6.2)
59
- grpc (>= 1.7.2, < 2.0)
60
- rly (~> 0.2.3)
61
- google-protobuf (3.6.1-x86_64-linux)
62
- googleapis-common-protos (1.3.7)
63
- google-protobuf (~> 3.0)
64
- googleapis-common-protos-types (~> 1.0)
65
- grpc (~> 1.0)
66
- googleapis-common-protos-types (1.0.2)
67
- google-protobuf (~> 3.0)
68
- googleauth (0.6.6)
69
- faraday (~> 0.12)
70
- jwt (>= 1.4, < 3.0)
71
- memoist (~> 0.12)
72
- multi_json (~> 1.11)
73
- os (>= 0.9, < 2.0)
74
- signet (~> 0.7)
75
- grpc (1.15.0-x86_64-linux)
76
- google-protobuf (~> 3.1)
77
- googleapis-common-protos-types (~> 1.0.0)
78
- hashdiff (0.3.7)
79
- http_parser.rb (0.6.0)
80
- httpclient (2.8.3)
81
- json (2.1.0)
82
- jwt (2.1.0)
83
- memoist (0.16.0)
84
- metaclass (0.0.4)
85
- mime-types (3.2.2)
86
- mime-types-data (~> 3.2015)
87
- mime-types-data (3.2018.0812)
88
- mocha (1.7.0)
89
- metaclass (~> 0.0.1)
90
- msgpack (1.2.4)
91
- multi_json (1.13.1)
92
- multipart-post (2.0.0)
93
- os (1.0.0)
94
- parser (2.5.1.2)
95
- ast (~> 2.4.0)
96
- power_assert (1.1.3)
97
- powerpack (0.1.2)
98
- prometheus-client (0.7.1)
99
- quantile (~> 0.2.0)
100
- public_suffix (3.0.3)
101
- quantile (0.2.1)
102
- rainbow (2.2.2)
103
- rake
104
- rake (10.5.0)
105
- representable (3.0.4)
106
- declarative (< 0.1.0)
107
- declarative-option (< 0.2.0)
108
- uber (< 0.2.0)
109
- retriable (3.1.2)
110
- rly (0.2.3)
111
- rubocop (0.39.0)
112
- parser (>= 2.3.0.7, < 3.0)
113
- powerpack (~> 0.1)
114
- rainbow (>= 1.99.1, < 3.0)
115
- ruby-progressbar (~> 1.7)
116
- unicode-display_width (~> 1.0, >= 1.0.1)
117
- ruby-progressbar (1.10.0)
118
- ruby_dig (0.0.2)
119
- safe_yaml (1.0.4)
120
- serverengine (2.0.7)
121
- sigdump (~> 0.2.2)
122
- sigdump (0.2.4)
123
- signet (0.9.1)
124
- addressable (~> 2.3)
125
- faraday (~> 0.9)
126
- jwt (>= 1.5, < 3.0)
127
- multi_json (~> 1.10)
128
- stackdriver-core (1.3.2)
129
- google-cloud-core (~> 1.2)
130
- strptime (0.1.9)
131
- test-unit (3.2.8)
132
- power_assert
133
- thread_safe (0.3.6)
134
- tzinfo (1.2.5)
135
- thread_safe (~> 0.1)
136
- tzinfo-data (1.2018.5)
137
- tzinfo (>= 1.0.0)
138
- uber (0.1.0)
139
- unicode-display_width (1.4.0)
140
- webmock (2.3.2)
141
- addressable (>= 2.3.6)
142
- crack (>= 0.3.2)
143
- hashdiff
144
- yajl-ruby (1.4.1)
145
-
146
- PLATFORMS
147
- ruby
148
-
149
- DEPENDENCIES
150
- fluent-plugin-google-cloud!
151
- mocha (~> 1.1)
152
- prometheus-client (~> 0.7.1)
153
- rake (~> 10.3)
154
- rubocop (~> 0.39.0)
155
- test-unit (~> 3.0)
156
- webmock (~> 2.3.1)
157
-
158
- BUNDLED WITH
159
- 1.16.4