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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9094e657754d64197c73fd8966bf8cc1e9559521417e27fac94d20e2131d1348
4
- data.tar.gz: 8efd1a5f5d5e4cf261aa69a649f58d1096a9de712bc222e4d52bda0210d6de7b
3
+ metadata.gz: 54d10854bbc8ae26caa6b19c2e000ebe83db42543835951e6eabc036297413d6
4
+ data.tar.gz: 1b5bfb201af3ce5fd0ef0fe246431fd9c592cf4abaaa136d730ee7a1c8153665
5
5
  SHA512:
6
- metadata.gz: fa00be203dd6ce566a1dd5394ffa7dc19a3bd559b861ac6922194661d1c307fd6b6c0c49c6b7ce42c977fd5263e1d84590b3916851440f70432844687998ec4a
7
- data.tar.gz: a50151bb393312ac7b34dc0075768b6ab1744d9003fbf33af2f5f9ba6d6287372eca3da1f4a272ad0360fd2f06adadb2cbd70f066f10c2c06bf21cb143fce9f6
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
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module PubSub
19
- VERSION = "2.18.1".freeze
19
+ VERSION = "2.20.0".freeze
20
20
  end
21
21
 
22
22
  Pubsub = PubSub unless const_defined? :Pubsub
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.18.1
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: 2024-06-05 00:00:00.000000000 Z
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: '0.20'
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: '0.20'
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: '2.7'
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.5.6
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: []