google-shopping-merchant-conversions 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: dce71a8102b9e8cecffe93c98e579050d120d5925ae802d4ef60ce4af8710cf4
4
- data.tar.gz: 8972ece53473d5057770d9ce08a8c14602a59382fab9960204c7e9556091011e
3
+ metadata.gz: d324972b96cf71ea7931ed8173344d03c52432684b50549a2a068f9f0160793e
4
+ data.tar.gz: d0a869241a1d528414611ec2468413a3935a96ffdb097c359082b15e6883271c
5
5
  SHA512:
6
- metadata.gz: 1ba394925c711a4f249d3488797aa2c21f9218b569ddb775a6243fcaec00ca60a61e1732faa47947c98ed90ddbbdb00bec408614540570ea5982d43cd6e04977
7
- data.tar.gz: 54fe093c9aca7c7c023cfbc55022d2768bff5a3c9a8ad4c9bb98c209a82a57bd692c80fe6a3a7f7fd85038812ef0b4c171e7562e959f99e7c94a09102b24dafa
6
+ metadata.gz: 8020d4666b832587c84ec1fac8f527c040b721f4c384eaf7e0cac6c0ca043226fc92649807ac9347284e63388ec23ff14e32bb64db907c4c036ac2efa1d364c5
7
+ data.tar.gz: 83fe2341a880d616c90513fd360589e1a4d42c761dfd5b820458dd8b4a21b0eca8f51dc5a932c2d38597f8dde6b98a862e782904042b47e0684c08e5979c614e
data/README.md CHANGED
@@ -6,7 +6,7 @@ Programmatically manage your Merchant Center accounts.
6
6
  Actual client classes for the various versions of this API are defined in
7
7
  _versioned_ client gems, with names of the form `google-shopping-merchant-conversions-v*`.
8
8
  The gem `google-shopping-merchant-conversions` is the main client library that brings the
9
- verisoned gems in as dependencies, and provides high-level methods for
9
+ versioned gems in as dependencies, and provides high-level methods for
10
10
  constructing clients. More information on versioned clients can be found below
11
11
  in the section titled *Which client should I use?*.
12
12
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Conversions
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-conversions
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: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.2
77
+ rubygems_version: 3.6.8
78
78
  specification_version: 4
79
79
  summary: Programmatically manage your Merchant Center accounts.
80
80
  test_files: []