google-shopping-type 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c94f040ff5706b40078aacb95c5c290577ccef134d9f2b795ad743ab533c350
4
- data.tar.gz: 285400bfe070f5e81263f60b92bef7c0b28daf778f43396121a66b497572a6dc
3
+ metadata.gz: c4379bd7fe49fa95a9f5d93378731308c62ab6280aa6f5b499f4a6cf533713f0
4
+ data.tar.gz: f9b590075d14257003a2e06768707f4705aa5680d246058e3468336c31ef86b6
5
5
  SHA512:
6
- metadata.gz: 9ddc7a4b821d8fc704c347e9bc791af99df1212cd14035dd61369bf40c14bb99e5f899cf48f40fe4853c5b66612c334290c0fd7ca5c32ef4bdea97a273ba4ef5
7
- data.tar.gz: 7e7a104146301997675202849cbf99dd5c972a3c59f04e20265f5fa14e8e9454c7080731d1942a190334ef7adb4b0a04349430bc970fd3349851bb35cb1c9f45
6
+ metadata.gz: 380a249a2e65a4d6b0f43e850714a2bd29d7e3481f1cbbcbf2f7a51b1ab010c6950255d93bae6edc99c01b1d4220a958338883731b4aa771b315f5726a5f20c0
7
+ data.tar.gz: 3729b0fee636cee04105e0e65cf46b738faf753e5832dc8862758a8612dadd3d2cd79034669021def04812674ab771e0091e2801c51d20df5d3574451027aa7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.2.0 (2023-12-04)
4
+
5
+ #### Features
6
+
7
+ * Automated update of google-shopping-type ([#216](https://github.com/googleapis/common-protos-ruby/issues/216))
8
+
3
9
  ### 0.1.0 (2023-10-17)
4
10
 
5
11
  #### Features
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
12
12
  begin
13
13
  pool.add_serialized_file(descriptor_data)
14
- rescue TypeError => e
14
+ rescue TypeError
15
15
  # Compatibility code: will be removed in the next major version.
16
16
  require 'google/protobuf/descriptor_pb'
17
17
  parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module Shopping
19
19
  module Type
20
- VERSION = "0.1.0".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-shopping-type
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
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: 2023-10-17 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf