google-events 0.6.0 → 1.0.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 +13 -0
- data/README.md +1 -1
- data/lib/google/events/cloud/pubsub/v1/data_pb.rb +1 -1
- data/lib/google/events/version.rb +1 -1
- metadata +14 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 74d1d942b90beae99342d17dd5c964b83e79fc938ff35ba475fa2e0a41895904
|
4
|
+
data.tar.gz: 0add9436f3e7cf7a181d641702b2ca6d2022fd5eb3f4d871d1b6d54463ec5352
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86bfb87cc1ad08f42435d139611d236f63bc6c72b1fb0fea1329e675f3c6710923af81a69483b160adadf741602f40e30cb79daac49a4761aa5f2731343e0b2f
|
7
|
+
data.tar.gz: 1861754c80cb2c98fabb1928c7b19874a7837da2ab49aa83cc2c58884f9128a62bd52804c6d7ba6937a733c90852686f60c0c1d430625256ed31ff971e8af6dc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 1.0.0 (2025-03-18)
|
4
|
+
|
5
|
+
#### Features
|
6
|
+
|
7
|
+
* Support for Protobuf 4.x and Ruby 3.4 ([#74](https://github.com/googleapis/google-cloudevents-ruby/issues/74))
|
8
|
+
|
9
|
+
### 0.7.0 (2025-01-13)
|
10
|
+
|
11
|
+
#### Features
|
12
|
+
|
13
|
+
* Require Ruby 3 ([#71](https://github.com/googleapis/google-cloudevents-ruby/issues/71))
|
14
|
+
* Updates for pubsub events ([#70](https://github.com/googleapis/google-cloudevents-ruby/issues/70))
|
15
|
+
|
3
16
|
### 0.6.0 (2024-07-25)
|
4
17
|
|
5
18
|
#### Features
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
7
7
|
require 'google/protobuf/timestamp_pb'
|
8
8
|
|
9
9
|
|
10
|
-
descriptor_data = "\n(google/events/cloud/pubsub/v1/data.proto\x12\x1dgoogle.events.cloud.pubsub.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"
|
10
|
+
descriptor_data = "\n(google/events/cloud/pubsub/v1/data.proto\x12\x1dgoogle.events.cloud.pubsub.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x85\x01\n\x14MessagePublishedData\x12=\n\x07message\x18\x01 \x01(\x0b\x32,.google.events.cloud.pubsub.v1.PubsubMessage\x12\x14\n\x0csubscription\x18\x02 \x01(\t\x12\x18\n\x10\x64\x65livery_attempt\x18\x03 \x01(\x05\"\xfe\x01\n\rPubsubMessage\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x12P\n\nattributes\x18\x02 \x03(\x0b\x32<.google.events.cloud.pubsub.v1.PubsubMessage.AttributesEntry\x12\x12\n\nmessage_id\x18\x03 \x01(\t\x12\x30\n\x0cpublish_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0cordering_key\x18\x05 \x01(\t\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42m\xaa\x02&Google.Events.Protobuf.Cloud.PubSub.V1\xca\x02\x1dGoogle\\Events\\Cloud\\PubSub\\V1\xea\x02!Google::Events::Cloud::PubSub::V1b\x06proto3"
|
11
11
|
|
12
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-events
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Azuma
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: googleapis-common-protos-types
|
@@ -28,16 +27,22 @@ dependencies:
|
|
28
27
|
name: google-protobuf
|
29
28
|
requirement: !ruby/object:Gem::Requirement
|
30
29
|
requirements:
|
31
|
-
- - "
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.25'
|
33
|
+
- - "<"
|
32
34
|
- !ruby/object:Gem::Version
|
33
|
-
version:
|
35
|
+
version: 5.a
|
34
36
|
type: :runtime
|
35
37
|
prerelease: false
|
36
38
|
version_requirements: !ruby/object:Gem::Requirement
|
37
39
|
requirements:
|
38
|
-
- - "
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '3.25'
|
43
|
+
- - "<"
|
39
44
|
- !ruby/object:Gem::Version
|
40
|
-
version:
|
45
|
+
version: 5.a
|
41
46
|
description: This library includes Google CloudEvents types for Ruby
|
42
47
|
email:
|
43
48
|
- dazuma@google.com
|
@@ -154,7 +159,6 @@ metadata:
|
|
154
159
|
source_code_uri: https://github.com/googleapis/google-cloudevents-ruby
|
155
160
|
bug_tracker_uri: https://github.com/googleapis/google-cloudevents-ruby/issues
|
156
161
|
documentation_uri: https://rubydoc.info/gems/google-cloudevents-ruby
|
157
|
-
post_install_message:
|
158
162
|
rdoc_options: []
|
159
163
|
require_paths:
|
160
164
|
- lib
|
@@ -162,15 +166,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
162
166
|
requirements:
|
163
167
|
- - ">="
|
164
168
|
- !ruby/object:Gem::Version
|
165
|
-
version:
|
169
|
+
version: '3.0'
|
166
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
167
171
|
requirements:
|
168
172
|
- - ">="
|
169
173
|
- !ruby/object:Gem::Version
|
170
174
|
version: '0'
|
171
175
|
requirements: []
|
172
|
-
rubygems_version: 3.5
|
173
|
-
signing_key:
|
176
|
+
rubygems_version: 3.6.5
|
174
177
|
specification_version: 4
|
175
178
|
summary: Google CloudEvents types for Ruby
|
176
179
|
test_files: []
|