google-shopping-css-v1 0.1.0 → 0.1.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: 6b80294dcd186ee4ce3dcbf2ec56522ddc14ef76163abac9f15ac84dfbc24181
4
- data.tar.gz: 6d41d4cd03f349e1aaa9b41e11072958a5862fea607cb6ef9f2e7f024fe46cdb
3
+ metadata.gz: 1a60145ea29d7f71979cc7495cb046bcd30b7e7f8f0605b142da30d6828b6748
4
+ data.tar.gz: 34ea24b9aee342d4157eec1072450ddf16131b4be7968d357dda8ff96a3f50c9
5
5
  SHA512:
6
- metadata.gz: b45e739002e844b23aaf88643be73232b61f5c6985c757bd62156d58b7478e7d10810b1a204d0d5bbc3f6d748fb07c1f64375760f69774382e514865fb8fd72d
7
- data.tar.gz: 607989f42b0b9e83cb83c2ddaee3d322cade546f4797dcff195df8f4855db1a48490f8d356b0e6f471b7c2d8e5d8a2d9b49bebb2b1f8c5612597456234097bb5
6
+ metadata.gz: 4e865580676dfd3dcff4c9025ebe4179534c4a17bf540104000f9a90ee9947dbd8064032c2722983ec105cb7e68f0c4751ea8024c1589c7df69ffd533dd71dcc
7
+ data.tar.gz: 68e8a0a85d35d5c1791a04eb6bbe83806c8ca99693ddf6f1cafff4327a827b50ec16498e466a3d328aefc7dacb4f91be258e2ee681bbc83b3e05ff28b102b58c
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Css
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
@@ -166,7 +166,7 @@ module Google
166
166
  # Date on which the item should expire, as specified upon insertion, in
167
167
  # [ISO
168
168
  # 8601](http://en.wikipedia.org/wiki/ISO_8601) format. The actual
169
- # expiration date in Google Shopping is exposed in `productstatuses` as
169
+ # expiration date is exposed in `productstatuses` as
170
170
  # [googleExpirationDate](https://support.google.com/merchants/answer/6324499)
171
171
  # and might be earlier if `expirationDate` is too far in the future.
172
172
  # Note: It may take 2+ days from the expiration date for the item to
@@ -285,7 +285,7 @@ module Google
285
285
  # 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
286
286
  # @!attribute [rw] google_expiration_date
287
287
  # @return [::Google::Protobuf::Timestamp]
288
- # Date on which the item expires in Google Shopping, in [ISO
288
+ # Date on which the item expires, in [ISO
289
289
  # 8601](http://en.wikipedia.org/wiki/ISO_8601) format.
290
290
  class CssProductStatus
291
291
  include ::Google::Protobuf::MessageExts
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-css-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-12 00:00:00.000000000 Z
11
+ date: 2024-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common