xsys 0.10.2 → 0.10.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af9cfd48e60847b1146d06c8b5c6b32a2d912564
4
- data.tar.gz: d52261e8cb3045e680e7757e22bcdd19d5a2d291
3
+ metadata.gz: 1d93b64db13802ae8a5382ff9017d3ef1d4a315f
4
+ data.tar.gz: b23444a5ac568497e57d45585c09fd0553c0ceb1
5
5
  SHA512:
6
- metadata.gz: 1a6ba89b2b133cdfacf767fae56534c99190478be019fa620e3b6875685771881ccf58b5e4dd51384f4a519f2dc8989f46b4c82041504d9b060fa84292557acb
7
- data.tar.gz: 7445ffdf43bf48aa809b99d964c0fb60e9d442b342fe6099be0cc8fbba1ca85b9ba1324fda95201acd65dc8d1e12d08d33ba9772a1762a6d50628fdee8b298c1
6
+ metadata.gz: 239f326ee01bd7b0eacba59e6624494adc65e7677c8098a6fa5bdaac2f6fa974ff752382f680c425a3f7e6a29fe116c543196295d980c6124cb25cb52a3d57b5
7
+ data.tar.gz: 0d7f78cce74b908b5c18b992e61ecd644100cdad584c1ee3085295f42896eaabefae5c186fb03c20ddaac3b1bd5ca22e14ebb76a440d25aa4ac8bcbb4c44ebb7
@@ -293,3 +293,7 @@
293
293
  ## v0.10.2
294
294
 
295
295
  * Added missing attributes for product price
296
+
297
+ ## v0.10.3
298
+
299
+ * Added has stock on hold attribute to products
@@ -8,7 +8,8 @@ module Xsys
8
8
  :last_total_cost, :last_taxed_cost, :cost_update_date, :cost_update_time,
9
9
  :last_cost_update_date, :last_cost_update_time, :price_update_date, :price_update_time,
10
10
  :online_stock, :product_size_code, :weight, :length, :width, :height, :packages_quantity,
11
- :ean, :packages, :regular_price, :reduced_price, :credit_card_price, :brand, :model
11
+ :ean, :packages, :regular_price, :reduced_price, :credit_card_price, :brand, :model,
12
+ :has_stock_on_hold
12
13
  ]
13
14
  end
14
15
 
@@ -1,3 +1,3 @@
1
1
  module Xsys
2
- VERSION = "0.10.2"
2
+ VERSION = "0.10.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xsys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.2
4
+ version: 0.10.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-29 00:00:00.000000000 Z
11
+ date: 2016-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler