spree-api-client 0.2.1 → 0.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spree_client/attributes.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87fb81b0e43fbc0f71d0d89478f1f299a2db9f76d859342c00bb0a1ac749133d
|
4
|
+
data.tar.gz: 65ae1f52e4aaa6a22b03955ddbdf6b5c9974b502d1ced194cd09b8a4cafb61e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36d7e50bb7bb5a1addde638761ced2435037a33a4046ef8e3493cc7296faa050f008ccf8a6bbe5087dc6112fcc105a7c6ab510caf2a5f256b217d7f4ee7a89db
|
7
|
+
data.tar.gz: '09f2b5e5cdc9bc2bc2b41fea5417c1ba1d0b87ac8a112d4afd1664e00145235b25b49551941dfb4a87d347dfc893cd77e209a94ca8aab9a256fce17a1981213d'
|
@@ -2,10 +2,11 @@ module SpreeClient
|
|
2
2
|
# @see Spree::PermittedAttributes
|
3
3
|
class Attributes
|
4
4
|
PRODUCT = %i[id name description available_on discontinue_on
|
5
|
-
permalink meta_description meta_keywords
|
6
|
-
deleted_at prototype_id option_values_hash
|
7
|
-
height width depth shipping_category_id
|
8
|
-
cost_currency cost_price
|
5
|
+
permalink meta_description meta_keywords meta_title
|
6
|
+
price sku deleted_at prototype_id option_values_hash
|
7
|
+
weight height width depth shipping_category_id
|
8
|
+
tax_category_id cost_currency cost_price
|
9
|
+
option_type_ids taxon_ids pay_what_you_can].freeze
|
9
10
|
|
10
11
|
VARIANT = %i[id name presentation cost_price discontinue_on
|
11
12
|
lock_version position track_inventory product_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spree-api-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- f
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httparty
|