e_plat 0.9.4 → 0.9.6

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: 24d9e6c9984d571b306ed5e961ed67300c35f53d32ba26b5fd6883b87bcc23fa
4
+ data.tar.gz: dc5126ccda3e4cd99bd875458065cf7d6d25d4734471edf2b5d1a101bf368f26
5
5
  SHA512:
6
- metadata.gz: 6a8d3cea218141e171e0e55737c7ed0ff89f7cb6493646b3762339c8b4a2492c22b07f240c20ceefb2033121464aa775b61426186b0d03aa9e7cd2b2ddd9a551
7
- data.tar.gz: 55108b4a03da42c031dffe2a2e6b656a59d5b0a17692e572b2b4d712dd6768aef167a6003f270cdbef1360c6e305894696d0bb869eadefaafd1aef48b5c7aa76
6
+ metadata.gz: 206b59e9541710402f2c74cc57c840de9347743cc10bca763b8adebca1775126ee76fb5d7230e4aa29a19d9bf825316d672debcf7a31d8978f9df920817e9025
7
+ data.tar.gz: f482e6531460e0f981510b7cd181fb1bc0ff4bf1da7f627d15054f4404081e8d1d104a6867940d0e4b4146a7127cc0d79d33e62c5e14cfe5b92a6b0803895c9c
@@ -148,7 +148,7 @@ module EPlat
148
148
  when "image"
149
149
  "gid://shopify/ProductImage/#{id}"
150
150
  else
151
- raise EPlat::Errors.new("Unsupported element name")
151
+ id
152
152
  end
153
153
  end
154
154
 
@@ -204,7 +204,7 @@ module EPlat
204
204
  when "image"
205
205
  "gid://shopify/ProductImage/#{id}"
206
206
  else
207
- raise EPlat::Errors.new("Unsupported element name")
207
+ id
208
208
  end
209
209
  end
210
210
 
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.6"
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.6
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