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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaab4c31a579d2d2cc0a762a18882ed576d0f143645110fb52a4954cddee006f
|
4
|
+
data.tar.gz: 0ec872c087f57e2b9e90ccd4c6c3825e3b84920bc56e6d58fcc46026a9b571df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d0fb530653757513f1dce84e2e0f748061c0834808bf50bb033ae3ed2313ae2a522649423e28a9def6fe88649cb1e6c2b364dd182b4b265113f722d8a7514d9
|
7
|
+
data.tar.gz: 23275e5b33531c7380ca81e4e90ef091ad5e1a4b186d3e5dc70f9f86f66e29cee36831690b2959a18cc9798b9354a0e8d7ff513d5ce22273348bb9c9eb04f60b
|
@@ -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.
|
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-
|
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.
|
89
|
+
rubygems_version: 3.6.5
|
90
90
|
specification_version: 4
|
91
91
|
summary: Programmatically manage your Merchant Center Accounts.
|
92
92
|
test_files: []
|