google-shopping-merchant-products 0.2.0 → 0.2.1

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: 23f03e4ec1e03516cfec34200541afb94191002b6480b6c438747712e3f04597
4
- data.tar.gz: cb67861cb387aa861ecde6aaf4c976f454898744885c3ce69f90e3440de0d297
3
+ metadata.gz: aaab4c31a579d2d2cc0a762a18882ed576d0f143645110fb52a4954cddee006f
4
+ data.tar.gz: 0ec872c087f57e2b9e90ccd4c6c3825e3b84920bc56e6d58fcc46026a9b571df
5
5
  SHA512:
6
- metadata.gz: 852901b971f1815ce5b416849401567a8107dca7f183601d6124f899c60ecb46c0470d4d5d9c04fd0a11b0b922fe56160014e3c97b551cf3fcd7f45b75469f59
7
- data.tar.gz: 0b8ea52d2097733b1418298c81559f3b3120d335d75a236c5fe0351d436bd8b7b9e5f80e3e33f8281c02557b3b79c08f0dec6c8fc6d20a567b7451a015c523d2
6
+ metadata.gz: 9d0fb530653757513f1dce84e2e0f748061c0834808bf50bb033ae3ed2313ae2a522649423e28a9def6fe88649cb1e6c2b364dd182b4b265113f722d8a7514d9
7
+ data.tar.gz: 23275e5b33531c7380ca81e4e90ef091ad5e1a4b186d3e5dc70f9f86f66e29cee36831690b2959a18cc9798b9354a0e8d7ff513d5ce22273348bb9c9eb04f60b
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Products
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -120,7 +120,6 @@ module Google
120
120
  # ## About ProductsService
121
121
  #
122
122
  # Service to use Product resource.
123
- # This service works for products with online channel only.
124
123
  #
125
124
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
126
125
  # Defaults to `:v1beta`.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-products
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-04-21 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.6.2
89
+ rubygems_version: 3.6.5
90
90
  specification_version: 4
91
91
  summary: Programmatically manage your Merchant Center Accounts.
92
92
  test_files: []