google-shopping-css 1.2.0 → 1.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: d9c08b8481e5e5e013990f816993b7632da67dfd034762b34c137db8a28f2c66
4
- data.tar.gz: 365f676672e129c6cbb9c530fc0ec79b5ed074cad9869da3b499ae78d9e27985
3
+ metadata.gz: a26d0c80560a67d66c6d42741c24ec4cf2de4c87d696f468dc1b3271e6a3ee82
4
+ data.tar.gz: aee3acdadb58fc847b0312ea9817a1cc75879be80cfca43bde4569f03fed0fde
5
5
  SHA512:
6
- metadata.gz: f7c6e809f23673c475ae330932c0b93534ef3739b6a3c6004211dd3d1cd88f5577c8b2fa643b986d73707919b62e6b1367cb8b8e97b41aacc05cffa04a374404
7
- data.tar.gz: 7fc570d61c3b6c0c159b0e0fda80059d2720b83d6d0dd855f86b4ab8b3c8a9339e9267b60d72f2f9dce8aad90af11632be738e15c559a4d11f2bfe8ada94ce94
6
+ metadata.gz: a2461d096278e34e9b04f0137639e019e85328da9bb087abf0c8e3c0109671a0a1033ecb97bd6b8f8d4e0e09b6f14d9d88a1f28aff3713c108010842a58e30be
7
+ data.tar.gz: 1f0c280550b093e677a7f01670a73849a0f6b9a2896b562d109068655ce4366bb711010053823f0378b585a49e442c248e543cfbcaaae40eceda167fdecbfb24
data/README.md CHANGED
@@ -7,7 +7,7 @@ Programmatically manage your Comparison Shopping Service (CSS) account data at s
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-css-v*`.
9
9
  The gem `google-shopping-css` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
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
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Shopping
22
22
  module Css
23
- VERSION = "1.2.0"
23
+ VERSION = "1.2.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-css
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 00:00:00.000000000 Z
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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.6.5
78
+ rubygems_version: 3.6.8
79
79
  specification_version: 4
80
80
  summary: Programmatically manage your Comparison Shopping Service (CSS) account data
81
81
  at scale.