google-cloud-pubsub 2.8.0 → 2.8.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/CHANGELOG.md +10 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/cloud/pubsub/service.rb +2 -2
- 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: 5da61231a73b0823ab46134a7e6405ece35e996245f81c3af1c65fef838223f1
|
|
4
|
+
data.tar.gz: c81dd4e57f758fa03b118b30f98d6c72e3cf01ad851560064191f9666582d2b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3836f7e50294bfb38760821cb056be595b0f35b50da70c52b417ee8b6274c8e95f3f320a52fe28c50ba1005ce1f67553ddc1a054e4eea7fa8099b0207600c832
|
|
7
|
+
data.tar.gz: b5bfb8729b9ac7ad067cb51b2812f777377b7b1737e9e1b4e5198aee2fa7fa856b9e9307314ba087094a417ce634ed22ae1096b945876066c9095809e6239f67
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -524,5 +524,5 @@ sub.topic.name #=> "projects/other-project-id/topics/other-topic"
|
|
|
524
524
|
## Additional information
|
|
525
525
|
|
|
526
526
|
Google Cloud Pub/Sub can be configured to use an emulator or to enable gRPC's
|
|
527
|
-
logging. To learn more, see the {file:EMULATOR.md Emulator guide}
|
|
527
|
+
logging. To learn more, see the {file:EMULATOR.md Emulator guide} and
|
|
528
528
|
{file:LOGGING.md Logging guide}.
|
|
@@ -81,7 +81,7 @@ module Google
|
|
|
81
81
|
config.endpoint = host if host
|
|
82
82
|
config.lib_name = "gccl"
|
|
83
83
|
config.lib_version = Google::Cloud::PubSub::VERSION
|
|
84
|
-
config.metadata = { "google-cloud-resource-prefix"
|
|
84
|
+
config.metadata = { "google-cloud-resource-prefix": "projects/#{@project}" }
|
|
85
85
|
end
|
|
86
86
|
end
|
|
87
87
|
attr_accessor :mocked_iam
|
|
@@ -94,7 +94,7 @@ module Google
|
|
|
94
94
|
config.endpoint = host if host
|
|
95
95
|
config.lib_name = "gccl"
|
|
96
96
|
config.lib_version = Google::Cloud::PubSub::VERSION
|
|
97
|
-
config.metadata = { "google-cloud-resource-prefix"
|
|
97
|
+
config.metadata = { "google-cloud-resource-prefix": "projects/#{@project}" }
|
|
98
98
|
end
|
|
99
99
|
end
|
|
100
100
|
attr_accessor :mocked_schemas
|
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: 2.8.
|
|
4
|
+
version: 2.8.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: 2021-
|
|
12
|
+
date: 2021-09-22 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: concurrent-ruby
|