google-cloud-pubsub 0.28.0 → 0.28.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
  SHA256:
3
- metadata.gz: 786c0d9e552987a0743be14c13240519f55fd1d65d18a7dc7462b9d5ce80d33d
4
- data.tar.gz: 2238dfa68394d90617cced8cd2053761ccf53dc5533049c2b06cfb37a12b5c85
3
+ metadata.gz: f0f5b56fe821416b9168321bc248a6784d8b398784a592579c9cc7ab7b66e7ac
4
+ data.tar.gz: 653d32ba5cf2c855eaf8d9e8d9a1da65e6b7429397eb450e483527cb37091793
5
5
  SHA512:
6
- metadata.gz: 4516e62d4c349e53febc8a632b4aeff7f92633de0050ff2109bab6c64f9b4b8808cac44965c9654a32447dfd9d40ae58cddf82e1810f9cb9d89ff8c9bf5d1615
7
- data.tar.gz: b553b1e011d2b8e8610e2404c1e9a4a6fec921f2435b60c41b3399582d2d6f67e89ccd14adf09f72615cef6735d0551f777f29ac659cd1dee29e7c5fc7c53aac
6
+ metadata.gz: cdf2ebdec8bf2c16f35b3a8e985331c26734f69220dd44ba21043b4ee8f9aee0f43bdcca3cc1a431a4055fa296dab0e7dbbf442462712b92289f4b77f3de217a
7
+ data.tar.gz: 04515257ddc59ca36ebf3625b459549ff74a01d37b34e7f07f73bf1b12481aaa96edceb01f6df3c763fd24a955d4d766b2573b86bc355a0599fde584a1292b7b
@@ -35,7 +35,7 @@ module Google
35
35
  client_config: nil
36
36
  @project = project
37
37
  @credentials = credentials
38
- @host = host || "pubsub.googleapis.com"
38
+ @host = host || V1::PublisherClient::SERVICE_ADDRESS
39
39
  @timeout = timeout
40
40
  @client_config = client_config || {}
41
41
  end
@@ -62,7 +62,6 @@ module Google
62
62
  return mocked_subscriber if mocked_subscriber
63
63
  @subscriber ||= begin
64
64
  V1::SubscriberClient.new(
65
- service_path: host,
66
65
  credentials: channel,
67
66
  timeout: timeout,
68
67
  client_config: client_config,
@@ -76,7 +75,6 @@ module Google
76
75
  return mocked_publisher if mocked_publisher
77
76
  @publisher ||= begin
78
77
  V1::PublisherClient.new(
79
- service_path: host,
80
78
  credentials: channel,
81
79
  timeout: timeout,
82
80
  lib_name: "gccl",
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Pubsub
19
- VERSION = "0.28.0"
19
+ VERSION = "0.28.1"
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.28.0
4
+ version: 0.28.1
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-11-14 00:00:00.000000000 Z
12
+ date: 2017-11-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core