google-cloud-pubsub 2.18.1 → 2.20.0
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 +12 -0
- data/lib/google/cloud/pubsub/version.rb +1 -1
- metadata +6 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 54d10854bbc8ae26caa6b19c2e000ebe83db42543835951e6eabc036297413d6
|
|
4
|
+
data.tar.gz: 1b5bfb201af3ce5fd0ef0fe246431fd9c592cf4abaaa136d730ee7a1c8153665
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b5150b64376931afcf1d6a17118a8c32a892c50add2c5c0d4c4c3cdd613712bcf444b90c2339138eb01040193a42577773a5a803a82fb3db2fa4d1ef3b9fbf3
|
|
7
|
+
data.tar.gz: 3724e15d5f7f056688cc96d28bae69acaddd7925cec4113cd6c52088674cbc8b0ee48de2017354b88c4fcefff5fec44feada524a12177778c3f9c006af3f32da
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
### 2.20.0 (2025-02-13)
|
|
4
|
+
|
|
5
|
+
#### Features
|
|
6
|
+
|
|
7
|
+
* Update Ruby version requirement to 3.0 ([#29071](https://github.com/googleapis/google-cloud-ruby/issues/29071))
|
|
8
|
+
|
|
9
|
+
### 2.19.0 (2024-07-09)
|
|
10
|
+
|
|
11
|
+
#### Features
|
|
12
|
+
|
|
13
|
+
* compatibility with GA releases of underlying versioned clients ([#26361](https://github.com/googleapis/google-cloud-ruby/issues/26361))
|
|
14
|
+
|
|
3
15
|
### 2.18.1 (2024-06-05)
|
|
4
16
|
|
|
5
17
|
#### Bug Fixes
|
metadata
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-pubsub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
8
8
|
- Chris Smith
|
|
9
|
-
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2025-02-13 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: concurrent-ruby
|
|
@@ -45,14 +44,14 @@ dependencies:
|
|
|
45
44
|
requirements:
|
|
46
45
|
- - "~>"
|
|
47
46
|
- !ruby/object:Gem::Version
|
|
48
|
-
version: '
|
|
47
|
+
version: '1.7'
|
|
49
48
|
type: :runtime
|
|
50
49
|
prerelease: false
|
|
51
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
51
|
requirements:
|
|
53
52
|
- - "~>"
|
|
54
53
|
- !ruby/object:Gem::Version
|
|
55
|
-
version: '
|
|
54
|
+
version: '1.7'
|
|
56
55
|
- !ruby/object:Gem::Dependency
|
|
57
56
|
name: retriable
|
|
58
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -122,7 +121,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-clo
|
|
|
122
121
|
licenses:
|
|
123
122
|
- Apache-2.0
|
|
124
123
|
metadata: {}
|
|
125
|
-
post_install_message:
|
|
126
124
|
rdoc_options: []
|
|
127
125
|
require_paths:
|
|
128
126
|
- lib
|
|
@@ -130,15 +128,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
130
128
|
requirements:
|
|
131
129
|
- - ">="
|
|
132
130
|
- !ruby/object:Gem::Version
|
|
133
|
-
version: '
|
|
131
|
+
version: '3.0'
|
|
134
132
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
135
133
|
requirements:
|
|
136
134
|
- - ">="
|
|
137
135
|
- !ruby/object:Gem::Version
|
|
138
136
|
version: '0'
|
|
139
137
|
requirements: []
|
|
140
|
-
rubygems_version: 3.
|
|
141
|
-
signing_key:
|
|
138
|
+
rubygems_version: 3.6.3
|
|
142
139
|
specification_version: 4
|
|
143
140
|
summary: API Client library for Google Cloud Pub/Sub
|
|
144
141
|
test_files: []
|