e_plat 0.9.2 → 0.9.3

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: 11486ca4e2fa5fb088c3db3ba83cbe6084743d680433930434a396c72d5c9171
4
- data.tar.gz: 18f2edac7726f48202c5190efa90d6fc8a460f9582df92cbb382897fa160b450
3
+ metadata.gz: 43a137020cfcc88dc95a9d4b32fdcb0150d3474125a2a17796c7c874ae1aa0f8
4
+ data.tar.gz: 7b163665da1e8e5143ba20c8e454e7ad3fdc627ee26203e322881c21b79db9ce
5
5
  SHA512:
6
- metadata.gz: 435b1d3159de9901f5ef5861a2531d44291d817ada8916e4a15fb7bd7047359734ed3a28055699281c10044f762b2a4b407ceddcc72ae139f8dc42bc2b3c8a19
7
- data.tar.gz: fa6904dee0a4bc822219af558319fac7c4849862765b36f56009fe19f631a2d632f40dc0c6ee34753ebfc5167c8afbee7c47c7f9ac56518094f355c244e59926
6
+ metadata.gz: d149e128db87402478a073adfbd1ea10ba843c0bbeaa1c4c030b684b0ed4193424175f73d80ca2ff355065a1eb3ff58383ecea87e7e4318a1ea8f3f12807e08d
7
+ data.tar.gz: 006d387ac4e3e41f2e2bcdcfe39555a334aa8c0a8372005b7c34152e285e5d9c184c49d2cee63e8a44e7b2aa125eb03c8536eb4cb68c62d284d00feacb48c4f2
@@ -19,7 +19,6 @@ class EPlat::Shopify::Product::Variant < EPlat::Product::Variant
19
19
  position
20
20
  inventoryPolicy
21
21
  compareAtPrice
22
- inventoryManagement
23
22
  selectedOptions {
24
23
  #{ OptionValue.graphql_fields }
25
24
  }
@@ -27,7 +26,6 @@ class EPlat::Shopify::Product::Variant < EPlat::Product::Variant
27
26
  updatedAt
28
27
  taxable
29
28
  barcode
30
- weight
31
29
  image {
32
30
  #{ EPlat::Shopify::Product::Image.graphql_fields }
33
31
  }
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
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.2
4
+ version: 0.9.3
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-09 00:00:00.000000000 Z
11
+ date: 2024-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler