google-shopping-merchant-products 0.2.0 → 0.2.2
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/README.md +1 -1
- data/lib/google/shopping/merchant/products/version.rb +1 -1
- data/lib/google/shopping/merchant/products.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c56ebf69f6f0f3f5cf7213754ef2eca624328f9b54e9de0521c801934ba23e98
|
4
|
+
data.tar.gz: 5a07020a00eac0b22bc604c05d121b911ca16cfbf075554f4e710475f7728f38
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dc0dcf4557b1aa31cd58500d352d1f1b5ea011a8314c42a5c1a86f80efbe920dcb35e4ecbea1d5f5740f515f2dc6dc4b8c1a00eecfa5ce75516ae7c8ae791cc3
|
7
|
+
data.tar.gz: 7ddbc7730b37f7ec140c1d91be624d2e493e749a18480aef3f17987ef16c5d9c39bab660be8def64c6db6a2192fbb24d3006ffbf478ebad8835516f80f5b3b9e
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Merchant API consists of multiple Sub-APIs. Accounts Sub-API: Enables you to pro
|
|
7
7
|
Actual client classes for the various versions of this API are defined in
|
8
8
|
_versioned_ client gems, with names of the form `google-shopping-merchant-products-v*`.
|
9
9
|
The gem `google-shopping-merchant-products` is the main client library that brings the
|
10
|
-
|
10
|
+
versioned gems in as dependencies, and provides high-level methods for
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
@@ -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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 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.8
|
90
90
|
specification_version: 4
|
91
91
|
summary: Programmatically manage your Merchant Center Accounts.
|
92
92
|
test_files: []
|