google-shopping-css 1.3.0 → 1.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: 68814a16a056c4f0f20711534948989b33737bc6ae26ed3e94261de70f55dc13
4
- data.tar.gz: 85e55780445798228ad2ea5e4483175e5280f533b9bd2e8f30916c279360473d
3
+ metadata.gz: 1a9b96125fa7bce1a3836059c88d97c4914141a91f1615b5baad34e7ea43c051
4
+ data.tar.gz: dec01c048445004a1acfc2471006e398baf9a4515deca27bb56cead767c4624f
5
5
  SHA512:
6
- metadata.gz: 96d305339ef0ddd12e578810c9d45b15eb34aa8b10cc009e4ba3503e97c96ab071a4faa7b7c8aa3dbe744b3a02ff6681b64ef0c57bc8b54955821cf7e8d3b28d
7
- data.tar.gz: 81c75791a79995487817fb35b181eeeea80da8178ca85bd117d09fd6dccf8b485b84471c3ac07b81f383000bb56423ba451574886d4825020252d6733a9caa85
6
+ metadata.gz: 14f54633a68464ec79d128ca67129405111a312233e5e89c51a4669aee22f1e4b5d320f0aed7105f449e720d23d7d347e929d4a1b039f9d9d3d4761919aff7e0
7
+ data.tar.gz: ec2b3608ecd0ae5f77c47cc4b95f677cd244d502981a6ea022301d32695729f425c88f0b6c7a51fcb7715e3a0bcaf6c407f3a67fa2b038aa4a3bc9b260572c54
data/README.md CHANGED
@@ -74,7 +74,7 @@ working, try updating the versioned clients in your bundle or installed gems:
74
74
 
75
75
  ## Supported Ruby Versions
76
76
 
77
- This library is supported on Ruby 3.0+.
77
+ This library is supported on Ruby 3.2+.
78
78
 
79
79
  Google provides official support for Ruby versions that are actively supported
80
80
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Shopping
22
22
  module Css
23
- VERSION = "1.3.0"
23
+ VERSION = "1.4.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-css
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC