fluent-plugin-google-cloud 0.7.8 → 0.7.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/fluent-plugin-google-cloud.gemspec +1 -1
- metadata +2 -3
- data/CUSTOM_SPONGE_CONFIG +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0736993d9de4a30e10ab54e857113dcc165d9afc78457ee671d16ce4ef2c0be
|
4
|
+
data.tar.gz: f96060b195fe33ad986a4c60478f40cecc3db4ddcbfb3e12caf1dc1e9d8534bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc614a33c60e966acc4873bc58b3d9a6c59d1094df71ae363f221ed275b48bb6f0715898fde3de810a17cb570f8f3c22327e87132b076dd4f0ab540273b0385d
|
7
|
+
data.tar.gz: efe8cae8f8a58d74969c00add72bc415f0800e62bf943b6daa3c297a71c5cb94ae261c4d5a477a9e8266939a1c409af36229c7d36cb096c1fc4a872a77407035
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
fluent-plugin-google-cloud (0.7.
|
4
|
+
fluent-plugin-google-cloud (0.7.9)
|
5
5
|
fluentd (= 1.2.5)
|
6
6
|
google-api-client (= 0.28.4)
|
7
7
|
google-cloud-logging (= 1.6.0)
|
@@ -90,11 +90,11 @@ GEM
|
|
90
90
|
mime-types-data (3.2019.0331)
|
91
91
|
mocha (1.8.0)
|
92
92
|
metaclass (~> 0.0.1)
|
93
|
-
msgpack (1.2.
|
93
|
+
msgpack (1.2.10)
|
94
94
|
multi_json (1.13.1)
|
95
95
|
multipart-post (2.0.0)
|
96
96
|
os (1.0.0)
|
97
|
-
parser (2.6.2.
|
97
|
+
parser (2.6.2.1)
|
98
98
|
ast (~> 2.4.0)
|
99
99
|
power_assert (1.1.4)
|
100
100
|
powerpack (0.1.2)
|
@@ -130,7 +130,7 @@ GEM
|
|
130
130
|
stackdriver-core (1.3.3)
|
131
131
|
google-cloud-core (~> 1.2)
|
132
132
|
strptime (0.2.3)
|
133
|
-
test-unit (3.3.
|
133
|
+
test-unit (3.3.2)
|
134
134
|
power_assert
|
135
135
|
thread_safe (0.3.6)
|
136
136
|
tzinfo (1.2.5)
|
@@ -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.
|
13
|
+
gem.version = '0.7.9'
|
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.
|
4
|
+
version: 0.7.9
|
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-04-
|
11
|
+
date: 2019-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|
@@ -218,7 +218,6 @@ extensions: []
|
|
218
218
|
extra_rdoc_files: []
|
219
219
|
files:
|
220
220
|
- CONTRIBUTING
|
221
|
-
- CUSTOM_SPONGE_CONFIG
|
222
221
|
- Gemfile
|
223
222
|
- Gemfile.lock
|
224
223
|
- LICENSE
|
data/CUSTOM_SPONGE_CONFIG
DELETED
File without changes
|