e_plat 0.9.4 → 0.9.5

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: f15115fcac710ac144cf20a7c2bd2d717e1d347a7f69064b4e2d4f212c7fbdc4
4
- data.tar.gz: 61f4bfa040d4d0d5f084f895f31830399d9bdf1a29ed4bd4f12c17cfbf21baf2
3
+ metadata.gz: be649894d10289f2e819cf9ceae86f35234e552b6c457ba3e356ec064d70a3bd
4
+ data.tar.gz: 8dbb27b6fa5d3467db671b327363556042cf5c8752299a09543a036347ad3b3d
5
5
  SHA512:
6
- metadata.gz: 6a8d3cea218141e171e0e55737c7ed0ff89f7cb6493646b3762339c8b4a2492c22b07f240c20ceefb2033121464aa775b61426186b0d03aa9e7cd2b2ddd9a551
7
- data.tar.gz: 55108b4a03da42c031dffe2a2e6b656a59d5b0a17692e572b2b4d712dd6768aef167a6003f270cdbef1360c6e305894696d0bb869eadefaafd1aef48b5c7aa76
6
+ metadata.gz: 151af389bf7b8afa5fa8ba9c838904f3ca9af0f03811fb1da7cfdb50a0115253ae25a19fb157042a58cc61bc2ece75c07d0aabb5d435002b5a20389751a1bdbe
7
+ data.tar.gz: 04b97b60a1ea1b42f839c00f413431b934ec6697c4ee1652bc502c2f83da2ad520b52d9e3b98c8dda1c8b754a8c7b2b242cce3ba9f2d4f2295680c4b1e7fc80b
@@ -147,6 +147,8 @@ module EPlat
147
147
  "gid://shopify/ProductVariant/#{id}"
148
148
  when "image"
149
149
  "gid://shopify/ProductImage/#{id}"
150
+ when "order"
151
+ "gid://shopify/Order/#{id}"
150
152
  else
151
153
  raise EPlat::Errors.new("Unsupported element name")
152
154
  end
@@ -203,6 +203,8 @@ module EPlat
203
203
  "gid://shopify/ProductVariant/#{id}"
204
204
  when "image"
205
205
  "gid://shopify/ProductImage/#{id}"
206
+ when "order"
207
+ "gid://shopify/Order/#{id}"
206
208
  else
207
209
  raise EPlat::Errors.new("Unsupported element name")
208
210
  end
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: e_plat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - oliwoodsuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-20 00:00:00.000000000 Z
11
+ date: 2024-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler