google-cloud-pubsub 0.23.1 → 0.23.2

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
  SHA1:
3
- metadata.gz: edaab95bea428b012e4d4140021eacf1101217e4
4
- data.tar.gz: dacbd91c662d112accfed0358f39f47772ad6765
3
+ metadata.gz: 14533c888ffd7e84b8cf694553812f76767b9981
4
+ data.tar.gz: 2ccb42a505022c1948ba743baaae9a65169845b3
5
5
  SHA512:
6
- metadata.gz: b681c9885ff292601453dcb235d4a3d3b8faa71dac2db7527e7cfc8084fc0be9452e9ee3faeb451d833c44e3da407217eebb201b4e5bc854396d9cdc91c7d433
7
- data.tar.gz: 25b78fc9efa359d9e071a703a92f36ccfa1e4f88e69edea86203855235124dd8c120090b048b9df968f1e436a1fc0f647794e71d1209d610fdc73c283f04d688
6
+ metadata.gz: 43f41186141eb5e9a6b823ceb6b888e680decd5208e15a1d8d06c18c60e4aa1491d0b8fbba410125ecc5b69c3c767b12b221767fa72b226f4798760f714677e8
7
+ data.tar.gz: 0928fb15ebef64f71a25acfb0e0a62e30ef5f3859be8550a45874723356acacc8929cf790c02392174db2120124c6c0ccfb69148f5e624d438c440e3469acf16
@@ -176,7 +176,7 @@ module Google
176
176
 
177
177
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
178
178
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
179
- google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
179
+ google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
180
180
  google_api_client << " grpc/#{GRPC::VERSION}"
181
181
  google_api_client.freeze
182
182
 
@@ -227,7 +227,7 @@ module Google
227
227
 
228
228
  google_api_client = "gl-ruby/#{RUBY_VERSION}"
229
229
  google_api_client << " #{lib_name}/#{lib_version}" if lib_name
230
- google_api_client << " gapic/ gax/#{Google::Gax::VERSION}"
230
+ google_api_client << " gapic/0.6.8 gax/#{Google::Gax::VERSION}"
231
231
  google_api_client << " grpc/#{GRPC::VERSION}"
232
232
  google_api_client.freeze
233
233
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Pubsub
19
- VERSION = "0.23.1"
19
+ VERSION = "0.23.2"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-pubsub
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.1
4
+ version: 0.23.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-01 00:00:00.000000000 Z
12
+ date: 2017-03-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core