fluent-plugin-google-cloud 0.12.5 → 0.12.6

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
  SHA256:
3
- metadata.gz: 45fbf15af2fc7e8664fef39e234eaf28b5691ed433d9caf7641b032597d50374
4
- data.tar.gz: 5b3249b3dcb185bde732f45b3edfa68916aef37d8994182bccc260c50e7bfb67
3
+ metadata.gz: 1b4d6631279404081dc314ddd98da830817bef170c72429c7d488c1a06f17a74
4
+ data.tar.gz: fecd37afe26034a6ab476f6d68cc691b2ec9c4d40423ec3900f9b9c66455602d
5
5
  SHA512:
6
- metadata.gz: 1f3714abaa1e7e8847245de9dbc6515c431d48d00966108fede51d31f48568062daf4d5e3f0b4b719193891add1ca3955b4c5ee8213580d86da984447d5fc3ff
7
- data.tar.gz: 23e909331935a5ce1412e86b16f7eaa039c8fbcc0db48dbe67647f0e0281f0d6143494ccf4684d633ff21f8dd9d2cccedbf8e0f7ac8205c329080cc74e2620f0
6
+ metadata.gz: 7b58f32ba9746024a03cbab4dfe5851197a8c474770225b4d2c3e63885e5bdaa3ea3cbf1fc9691a9787d8f8149ae53dfdac5acbbb272210729d92f5ba9a7f05d
7
+ data.tar.gz: 1efbb28b0cf631a362922c1bd7da42533ad34ac6acc9ca0f11460d7ea1c030c3e49dfc468134144564b494ff72ca20c5452aafafa9e4229cb36a0bfa1dd26770
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-google-cloud (0.12.5)
4
+ fluent-plugin-google-cloud (0.12.6)
5
5
  fluentd (= 1.13.3)
6
6
  google-api-client (= 0.30.8)
7
7
  google-cloud-logging (= 1.6.6)
@@ -89,7 +89,7 @@ GEM
89
89
  google-protobuf (~> 3.11)
90
90
  googleapis-common-protos-types (>= 1.0.5, < 2.0)
91
91
  grpc (~> 1.27)
92
- googleapis-common-protos-types (1.3.1)
92
+ googleapis-common-protos-types (1.3.2)
93
93
  google-protobuf (~> 3.14)
94
94
  googleauth (0.9.0)
95
95
  faraday (~> 0.12)
@@ -105,15 +105,15 @@ GEM
105
105
  http_parser.rb (0.7.0)
106
106
  httpclient (2.8.3)
107
107
  json (2.2.0)
108
- jwt (2.3.0)
108
+ jwt (2.4.1)
109
109
  memoist (0.16.2)
110
110
  metaclass (0.0.4)
111
111
  mini_mime (1.1.2)
112
112
  mocha (1.9.0)
113
113
  metaclass (~> 0.0.1)
114
- msgpack (1.5.1)
114
+ msgpack (1.5.3)
115
115
  multi_json (1.15.0)
116
- multipart-post (2.1.1)
116
+ multipart-post (2.2.3)
117
117
  opencensus (0.5.0)
118
118
  opencensus-stackdriver (0.4.1)
119
119
  concurrent-ruby (~> 1.0)
@@ -128,12 +128,12 @@ GEM
128
128
  powerpack (0.1.3)
129
129
  prometheus-client (0.9.0)
130
130
  quantile (~> 0.2.1)
131
- public_suffix (4.0.6)
131
+ public_suffix (4.0.7)
132
132
  quantile (0.2.1)
133
133
  rainbow (2.2.2)
134
134
  rake
135
135
  rake (10.5.0)
136
- representable (3.1.1)
136
+ representable (3.2.0)
137
137
  declarative (< 0.1.0)
138
138
  trailblazer-option (>= 0.1.1, < 0.2.0)
139
139
  uber (< 0.2.0)
@@ -147,7 +147,7 @@ GEM
147
147
  ruby-progressbar (~> 1.7)
148
148
  unicode-display_width (~> 1.0, >= 1.0.1)
149
149
  ruby-progressbar (1.11.0)
150
- serverengine (2.2.5)
150
+ serverengine (2.3.0)
151
151
  sigdump (~> 0.2.2)
152
152
  sigdump (0.2.4)
153
153
  signet (0.16.1)
@@ -169,7 +169,7 @@ GEM
169
169
  test-unit (3.3.3)
170
170
  power_assert
171
171
  thor (1.2.1)
172
- tins (1.31.0)
172
+ tins (1.31.1)
173
173
  sync
174
174
  trailblazer-option (0.1.2)
175
175
  tzinfo (2.0.4)
@@ -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.5'
13
+ gem.version = '0.12.6'
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.5
4
+ version: 0.12.6
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-04-11 00:00:00.000000000 Z
11
+ date: 2022-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd