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 +4 -4
- data/CHANGELOG.md +7 -0
- data/lib/google/shopping/type/types_pb.rb +1 -1
- data/lib/google/shopping/type/version.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 141df2bb4006aa7a4ee2ba15a229c0f6a03b9753159a02de65e4a0a994c8b583
|
4
|
+
data.tar.gz: 06b437f8ec28215a27fb6267557f33f0fd326c331dfb1d3013fb0f9397d99df2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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.
|
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:
|
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: '
|
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
|
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: []
|