google-shopping-merchant-accounts 0.4.0 → 0.4.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: 7877f7e77665f5f7df87201302b722d35bea6a736f9c377d84600be7ada82477
4
- data.tar.gz: d5e53710030af3e4e8ec30536307e50a0b483b815464ab1f8999373426809e72
3
+ metadata.gz: 24006d44a73d79cf87fc47a0c169d667414ff20e9a6acf5aa68003ce07a8c614
4
+ data.tar.gz: 48aedc7303bfc701e5f639f5b07465a1a046defab590ff559d1ac26fcb98d54d
5
5
  SHA512:
6
- metadata.gz: 340e04feb020f85692d4ea11873f00e15b4f0f6ab293a6ac30cc3b3fb3352cc407b0800b1e61b7ab5be5b8d911761eb1d203579275769e0e803e5c29ebfed1fa
7
- data.tar.gz: 0c22cd5b0b4757aa05d670a6063e29c432b1bb15e8b4a37fc6d0b95b676eee1e1aeebe907f2a3e14e63570df259f40735b76e054070a3c345fe0a384c8c52929
6
+ metadata.gz: 4b16c31a471ba3cab531c9bb9cfa9175463a63b1e538429bcee689b133841da838abc88335258496abf778402a97dd77109e2b108be268b832b5551435406bd3
7
+ data.tar.gz: d2da70bcd042e297ae943cd3b0ef74a2ba19df07dcc1de0bb08ef23331cc3300f41c6fea17d70415bc980f0cb132452d61961d7db2c3c3e481eebe1a98c632c8
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-accounts-v*`.
9
9
  The gem `google-shopping-merchant-accounts` 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
 
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Accounts
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.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-accounts
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-18 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
@@ -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.5
89
+ rubygems_version: 3.6.8
90
90
  specification_version: 4
91
91
  summary: Programmatically manage your Merchant Center Accounts.
92
92
  test_files: []