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 +4 -4
- data/lib/google/cloud/pubsub/service.rb +1 -3
- data/lib/google/cloud/pubsub/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0f5b56fe821416b9168321bc248a6784d8b398784a592579c9cc7ab7b66e7ac
|
|
4
|
+
data.tar.gz: 653d32ba5cf2c855eaf8d9e8d9a1da65e6b7429397eb450e483527cb37091793
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 ||
|
|
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",
|
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.
|
|
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-
|
|
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
|