google-geo-type 0.1.1 → 0.2.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: 7faf2f732b8c4e33845eb194c1a3a141f8f80dfe03ca12897f3cb8afb3c4e4ac
4
- data.tar.gz: 8c6e03ea20f710a32e1f9c97ca712157c032e94440e7dcbb03c7f10a043ab43a
3
+ metadata.gz: 2ea3b80e9f85141449ce4a93655db4ace21a2f9e9fe10823d181d3628109727e
4
+ data.tar.gz: 563cdcc16365440fa224dfa00087d64627aa9a4bdf7ac5ca97495c5dceae0288
5
5
  SHA512:
6
- metadata.gz: 0bdca326a1bacf499ab69fd9c6472a06feef8ae1209efac4c5880cda8f1308a52f8e6771dc950eb8c1279e647814a1422cd420965c166139c8cccc3bdeef6772
7
- data.tar.gz: 270a6d8740c8cbb79742d5828e50b1dbe3885785b9b4da45079bfd20d40b5b44d8094b8f8183511c4d91662aa5a41af9ab9f4d5a402a6a272826d086e1467587
6
+ metadata.gz: 2281a472fc68b0300f0d11894013283565b6f857037b9015e18d831710fe0995a4c409a579d4414546f2f70d0e3c8ab7756b7010a6d1c8eea0544acd8dcedd97
7
+ data.tar.gz: 927c13ec9393992e994207c6973537cc97347baa3fcb6207f792296ed9227b42e82aa02fcd295edf79caed4f223b9d1e2bf21db613abb2b10ef5b12bbbfc5c3e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.2.0 (2024-06-11)
4
+
5
+ #### Features
6
+
7
+ * Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))
8
+
3
9
  ### 0.1.1 (2024-05-20)
4
10
 
5
11
  #### Bug Fixes
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Geo
19
19
  module Type
20
- VERSION = "0.1.1".freeze
20
+ VERSION = "0.2.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-geo-type
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-20 00:00:00.000000000 Z
11
+ date: 2024-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: googleapis-common-protos-types
@@ -28,16 +28,22 @@ dependencies:
28
28
  name: google-protobuf
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '3.18'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 5.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '3.18'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 5.a
41
47
  description: Common protocol buffer types used by client libraries
42
48
  email:
43
49
  - googleapis-packages@google.com