google-geo-type 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ea3b80e9f85141449ce4a93655db4ace21a2f9e9fe10823d181d3628109727e
4
- data.tar.gz: 563cdcc16365440fa224dfa00087d64627aa9a4bdf7ac5ca97495c5dceae0288
3
+ metadata.gz: 526484f282f788d1d9f897ef0f84dbc18de3fabea421d716a1baf7e305a20e0e
4
+ data.tar.gz: 3cbeba7f88ee4ddb153274e1f9593c04c9a060338c3a614fa9b2d6a2c3b9ad77
5
5
  SHA512:
6
- metadata.gz: 2281a472fc68b0300f0d11894013283565b6f857037b9015e18d831710fe0995a4c409a579d4414546f2f70d0e3c8ab7756b7010a6d1c8eea0544acd8dcedd97
7
- data.tar.gz: 927c13ec9393992e994207c6973537cc97347baa3fcb6207f792296ed9227b42e82aa02fcd295edf79caed4f223b9d1e2bf21db613abb2b10ef5b12bbbfc5c3e
6
+ metadata.gz: 3eb6488043475f0eb27a70d9f12c0135021bd2367eab28a73892aae8d27e9f441d9651e17e9cdf9b25ecde8669748b5e45aec2c897aa477664ef268c0e605b48
7
+ data.tar.gz: dd8a1535a07d01a86f98daa7986d55fc60b22eccd63c7f2c155ea729988bbb226fda7062d230e1881bc76a4bd5e13f1c675f9892386740d7d373e94117b9f7ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### 1.0.0 (2025-03-14)
4
+
5
+ #### Features
6
+
7
+ * Bump version to 1.0.0 ([#371](https://github.com/googleapis/common-protos-ruby/issues/371))
8
+ * Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
9
+
3
10
  ### 0.2.0 (2024-06-11)
4
11
 
5
12
  #### Features
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Geo
19
19
  module Type
20
- VERSION = "0.2.0".freeze
20
+ VERSION = "1.0.0".freeze
21
21
  end
22
22
  end
23
23
  end
@@ -44,7 +44,7 @@ end
44
44
 
45
45
  #### Source proto file: google/geo/type/viewport.proto ####
46
46
  #
47
- # // Copyright 2024 Google LLC
47
+ # // Copyright 2025 Google LLC
48
48
  # //
49
49
  # // Licensed under the Apache License, Version 2.0 (the "License");
50
50
  # // you may not use this file except in compliance with the License.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-geo-type
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-06-11 00:00:00.000000000 Z
10
+ date: 2025-03-19 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: googleapis-common-protos-types
@@ -59,7 +58,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
59
58
  licenses:
60
59
  - Apache-2.0
61
60
  metadata: {}
62
- post_install_message:
63
61
  rdoc_options: []
64
62
  require_paths:
65
63
  - lib
@@ -67,15 +65,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
65
  requirements:
68
66
  - - ">="
69
67
  - !ruby/object:Gem::Version
70
- version: '2.7'
68
+ version: '3.0'
71
69
  required_rubygems_version: !ruby/object:Gem::Requirement
72
70
  requirements:
73
71
  - - ">="
74
72
  - !ruby/object:Gem::Version
75
73
  version: '0'
76
74
  requirements: []
77
- rubygems_version: 3.5.6
78
- signing_key:
75
+ rubygems_version: 3.6.5
79
76
  specification_version: 4
80
77
  summary: Common protocol buffer types used by client libraries
81
78
  test_files: []