fluent-plugin-google-cloud 0.12.6 → 0.12.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1b4d6631279404081dc314ddd98da830817bef170c72429c7d488c1a06f17a74
4
- data.tar.gz: fecd37afe26034a6ab476f6d68cc691b2ec9c4d40423ec3900f9b9c66455602d
3
+ metadata.gz: a167140da3b2b1512403e00ec5ad364025f45e9d2b4f58653bf6900d36115fc1
4
+ data.tar.gz: dc50c3175bbb42aac535c6974abc2a71a824f2ab2466636318ac8a452f77adde
5
5
  SHA512:
6
- metadata.gz: 7b58f32ba9746024a03cbab4dfe5851197a8c474770225b4d2c3e63885e5bdaa3ea3cbf1fc9691a9787d8f8149ae53dfdac5acbbb272210729d92f5ba9a7f05d
7
- data.tar.gz: 1efbb28b0cf631a362922c1bd7da42533ad34ac6acc9ca0f11460d7ea1c030c3e49dfc468134144564b494ff72ca20c5452aafafa9e4229cb36a0bfa1dd26770
6
+ metadata.gz: a9fc42fe75dcbba7737397de041eb10b8b086148811e6ab1b870caa349dabff60fc3a48a4c3aca614874a88f7fef51f1e70e854bc8bc7f27c96aeb3651b10bf6
7
+ data.tar.gz: 3b4c609daa0b4426f297923fdb9adf9cb1a33a06f2357191b552d8c06a56eb730dfea1cb3308b9a34d2f2380d74e7e94de4b79db06f51b1dfce62d29f4ad0891
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.12.6)
4
+ fluent-plugin-google-cloud (0.12.7)
5
5
  fluentd (= 1.13.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
@@ -111,7 +111,7 @@ GEM
111
111
  mini_mime (1.1.2)
112
112
  mocha (1.9.0)
113
113
  metaclass (~> 0.0.1)
114
- msgpack (1.5.3)
114
+ msgpack (1.5.4)
115
115
  multi_json (1.15.0)
116
116
  multipart-post (2.2.3)
117
117
  opencensus (0.5.0)
@@ -172,7 +172,7 @@ GEM
172
172
  tins (1.31.1)
173
173
  sync
174
174
  trailblazer-option (0.1.2)
175
- tzinfo (2.0.4)
175
+ tzinfo (2.0.5)
176
176
  concurrent-ruby (~> 1.0)
177
177
  tzinfo-data (1.2022.1)
178
178
  tzinfo (>= 1.0.0)
@@ -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.12.6'
13
+ gem.version = '0.12.7'
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.12.6
4
+ version: 0.12.7
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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd