google-events 0.7.0 → 1.1.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/events/version.rb +1 -1
- metadata +14 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5443fab49c9e132455d87f9d5204c9fa7839368d2b6b4b85d8f649d8e03d42d5
|
4
|
+
data.tar.gz: a9e6b65eedc7280ceb7b1e48cb7f407b895f9a1a6babb58c9546481f251f2744
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '088f23a3bbda1a5903a1ca7db7a7ae89d4999e5dbc7341f2f1b6558e4b4488211e0d8f9c620761a5e2535db8bfd86c15dc4d5479d8477dc47f5183e1463524db'
|
7
|
+
data.tar.gz: 4d9caceb8129f10849c5726194e5a05629e683c83b0f242f99fbcfd49c45d5616015cf88cc6ad3c27a9e9f54e72cf40f266e51f18706d276bed88b6820f230fb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 1.1.0 (2025-04-30)
|
4
|
+
|
5
|
+
#### Features
|
6
|
+
|
7
|
+
* Updated required Ruby version to 3.1 ([#77](https://github.com/googleapis/google-cloudevents-ruby/issues/77))
|
8
|
+
|
9
|
+
### 1.0.0 (2025-03-18)
|
10
|
+
|
11
|
+
#### Features
|
12
|
+
|
13
|
+
* Support for Protobuf 4.x and Ruby 3.4 ([#74](https://github.com/googleapis/google-cloudevents-ruby/issues/74))
|
14
|
+
|
3
15
|
### 0.7.0 (2025-01-13)
|
4
16
|
|
5
17
|
#### Features
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-events
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Azuma
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: googleapis-common-protos-types
|
@@ -27,16 +27,22 @@ dependencies:
|
|
27
27
|
name: google-protobuf
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
30
|
+
- - ">="
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.25'
|
33
|
+
- - "<"
|
31
34
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
35
|
+
version: 5.a
|
33
36
|
type: :runtime
|
34
37
|
prerelease: false
|
35
38
|
version_requirements: !ruby/object:Gem::Requirement
|
36
39
|
requirements:
|
37
|
-
- - "
|
40
|
+
- - ">="
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '3.25'
|
43
|
+
- - "<"
|
38
44
|
- !ruby/object:Gem::Version
|
39
|
-
version:
|
45
|
+
version: 5.a
|
40
46
|
description: This library includes Google CloudEvents types for Ruby
|
41
47
|
email:
|
42
48
|
- dazuma@google.com
|
@@ -160,14 +166,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
160
166
|
requirements:
|
161
167
|
- - ">="
|
162
168
|
- !ruby/object:Gem::Version
|
163
|
-
version: '3.
|
169
|
+
version: '3.1'
|
164
170
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
171
|
requirements:
|
166
172
|
- - ">="
|
167
173
|
- !ruby/object:Gem::Version
|
168
174
|
version: '0'
|
169
175
|
requirements: []
|
170
|
-
rubygems_version: 3.6.
|
176
|
+
rubygems_version: 3.6.8
|
171
177
|
specification_version: 4
|
172
178
|
summary: Google CloudEvents types for Ruby
|
173
179
|
test_files: []
|