google-shopping-merchant-notifications 0.3.0 → 0.4.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: 78e4bcb72c63460c93ff0665a9d72f0279227594b9d3b0ac8dbc4e629e07f87e
4
- data.tar.gz: 228a3e3f23338b896b267b15ed293c33f38aecd82d1a5af9351577884663e6a3
3
+ metadata.gz: 21dad23738e909b29ca954d3e6551ef453e787c7d0d48efc4f14a505af874224
4
+ data.tar.gz: f8e776a0e62fd62840f0761019c2d9eaa9dfc12dfa60debb53304f1ea34e69e3
5
5
  SHA512:
6
- metadata.gz: db3418c5d6ff0b5cfa68efd091ce234eb97279a22acfed6266d3e491533e707008cd2fd7e8a718aa134550504d701a6eff6e40b888ed4786e8c365f02f005af9
7
- data.tar.gz: 938fa67b3826e534e2fcfd1d8c1e7a1ed196c51b41b198d7c843d734ef64f0171477e0b632c71e135fa031ad01709801cd91f80ffdce6e8b8f610539f1e2c1d0
6
+ metadata.gz: 1e8e56266dee71aab45f8e24cd56cf3332fbf9ddc33da542ee8a17b072d13f449f79bb7f7b9d4ca2a26789ba53c2a0725cb873fbb2bfb8020eefde0802dc27a9
7
+ data.tar.gz: 2086378044e27b035739fe0be874b0429b28883b2cea76e13b9402b18cab5c6da547201e659fdb737a675fe745986f0422c022601df097f9fb31dee7c062aa80
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 Notifications
24
- VERSION = "0.3.0"
24
+ VERSION = "0.4.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-notifications
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC