google-shopping-merchant-reports 0.4.2 → 0.6.0

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: fbae30e6ac018536d8fd94af173e63f910e39ed2e9ce6bdcb893a6ea8f8f1d05
4
- data.tar.gz: 413b47a8ebd435bdd6b6bc5bbd40ecef5e6cd3fe9cd3f38b81f626a56fbee4f2
3
+ metadata.gz: faaff7fa23b087dad2ce90917a1a5b10757a36f78fb87244e2fa2a4d9163e22f
4
+ data.tar.gz: 8e92f764b31e39ac12da7a536b3fa3090283eaefbabb27e0a16fc81a92e1f6ae
5
5
  SHA512:
6
- metadata.gz: cdac4061017cece7ec7a63a2081caf8c3407e8af89a09a8f75fc627f313c87ec037c3ce7aa75f7c3a14eb62ae3d8d609c7221abc4970d3d8863bbeb7bf515ab4
7
- data.tar.gz: 85edc119999b9a5d8949358ca68d1afc40f744296e0de2aee178132ae0264cd6dd33094cf360ddc2a27ada665cec605ce91e2edd1fc8b81342f1217f8b0c28d2
6
+ metadata.gz: d7741858b3de37a206ed30ce830df739cbb330996cb523b544f004f47db5614f8df7f6741e664bc53250f84ea29c11a7c39c0eafb651beb1cb8ab57e093a0268
7
+ data.tar.gz: 87454b545dbdcb29bb113d0715fdea99a289d5c932a20fe9c8f0bd7c501de77ead1175a822d40bb3cbff5b3bc812c82e5f751a0133b2675a9f78a0004020b99b
data/README.md CHANGED
@@ -73,7 +73,7 @@ working, try updating the versioned clients in your bundle or installed gems:
73
73
 
74
74
  ## Supported Ruby Versions
75
75
 
76
- This library is supported on Ruby 3.0+.
76
+ This library is supported on Ruby 3.2+.
77
77
 
78
78
  Google provides official support for Ruby versions that are actively supported
79
79
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Merchant
23
23
  module Reports
24
- VERSION = "0.4.2"
24
+ VERSION = "0.6.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-reports
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -67,7 +67,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
- version: '3.0'
70
+ version: '3.2'
71
71
  required_rubygems_version: !ruby/object:Gem::Requirement
72
72
  requirements:
73
73
  - - ">="