google-shopping-type 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7e5719419d4b2697061b2e8814584f8a4f86d49c6fc96369628db6c5f049953
4
- data.tar.gz: cc28523ca16e924bb501cfdd70761ec7fabca3b114d3df12ae2ce9724ec1628d
3
+ metadata.gz: 141df2bb4006aa7a4ee2ba15a229c0f6a03b9753159a02de65e4a0a994c8b583
4
+ data.tar.gz: 06b437f8ec28215a27fb6267557f33f0fd326c331dfb1d3013fb0f9397d99df2
5
5
  SHA512:
6
- metadata.gz: 55919dbcbda36ef5ece4ef8aff13b1f8ffc488eec722e89881a0e00f42582cf95ea8835f3c86123a0069016334bcd94ea045bfc02f793b738249d89f7eaf2231
7
- data.tar.gz: 7515a6562258eaa9115622f3c252503ddb60d6078cbd1baa2831fcce0027eed18411ea04fbde9c60ccdeecace0753f7569c0387efb88b0b6ffe5a5420ad419cd
6
+ metadata.gz: 6984c44d81994993e367c46f46e5e6ec932dfb571ca1914f408b8a18099acf769556193b8711f792ae8b069ca97f69b3a256a53d99d778a61b2b0cd818281492
7
+ data.tar.gz: b033709d8489b44100d9d9326b727535dbbae54e42ecd78bf72d37350b2392b4c3ac1ffcc61b3562c8b2fe2d41e8c691c88f2a9889e2ebbf86fa0244044569e6
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.6.0 (2024-06-11)
4
11
 
5
12
  #### Features
@@ -50,7 +50,7 @@ end
50
50
 
51
51
  #### Source proto file: google/shopping/type/types.proto ####
52
52
  #
53
- # // Copyright 2024 Google LLC
53
+ # // Copyright 2025 Google LLC
54
54
  # //
55
55
  # // Licensed under the Apache License, Version 2.0 (the "License");
56
56
  # // you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Shopping
19
19
  module Type
20
- VERSION = "0.6.0".freeze
20
+ VERSION = "1.0.0".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-type
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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: google-protobuf
@@ -45,7 +44,6 @@ homepage: https://github.com/googleapis/common-protos-ruby
45
44
  licenses:
46
45
  - Apache-2.0
47
46
  metadata: {}
48
- post_install_message:
49
47
  rdoc_options: []
50
48
  require_paths:
51
49
  - lib
@@ -53,15 +51,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
51
  requirements:
54
52
  - - ">="
55
53
  - !ruby/object:Gem::Version
56
- version: '2.7'
54
+ version: '3.0'
57
55
  required_rubygems_version: !ruby/object:Gem::Requirement
58
56
  requirements:
59
57
  - - ">="
60
58
  - !ruby/object:Gem::Version
61
59
  version: '0'
62
60
  requirements: []
63
- rubygems_version: 3.5.6
64
- signing_key:
61
+ rubygems_version: 3.6.5
65
62
  specification_version: 4
66
63
  summary: Common protocol buffer types used by Google Shopping related client libraries
67
64
  test_files: []