xsys 0.10.3 → 0.10.4

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
  SHA1:
3
- metadata.gz: 1d93b64db13802ae8a5382ff9017d3ef1d4a315f
4
- data.tar.gz: b23444a5ac568497e57d45585c09fd0553c0ceb1
3
+ metadata.gz: b835be389df6eb3b3ee42753f21b44ce28f48a11
4
+ data.tar.gz: 81e93306e973efa87286a5ee94c9860e49a67b17
5
5
  SHA512:
6
- metadata.gz: 239f326ee01bd7b0eacba59e6624494adc65e7677c8098a6fa5bdaac2f6fa974ff752382f680c425a3f7e6a29fe116c543196295d980c6124cb25cb52a3d57b5
7
- data.tar.gz: 0d7f78cce74b908b5c18b992e61ecd644100cdad584c1ee3085295f42896eaabefae5c186fb03c20ddaac3b1bd5ca22e14ebb76a440d25aa4ac8bcbb4c44ebb7
6
+ metadata.gz: 3976f2eb13c6beb07d2d9d753b99e9b5609fc5d154dff993ea680e40ae759b6c14ac498a3e33288c53d80d7f9af48cce1ed0335becd5628bd9e315082dbf2468
7
+ data.tar.gz: 07a895752d7c63ed49a6b732b70b8663c5532e3cddbdcdf0ea6c45bdd5b68ae82ea8e7e66b1bc726c056ea16aaa600b69ceca4037f006ac6e808d3afd7eec136
@@ -297,3 +297,7 @@
297
297
  ## v0.10.3
298
298
 
299
299
  * Added has stock on hold attribute to products
300
+
301
+ ## v0.10.4
302
+
303
+ * Added has availability_date attribute to products
@@ -9,7 +9,7 @@ module Xsys
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
11
  :ean, :packages, :regular_price, :reduced_price, :credit_card_price, :brand, :model,
12
- :has_stock_on_hold
12
+ :has_stock_on_hold, :availability_date
13
13
  ]
14
14
  end
15
15
 
@@ -17,7 +17,7 @@ module Xsys
17
17
 
18
18
  def initialize(attributes={})
19
19
  time_fields = ['cost_update_time', 'last_cost_update_time', 'price_update_time']
20
- date_fields = ['cost_update_date', 'last_cost_update_date', 'price_update_date']
20
+ date_fields = ['cost_update_date', 'last_cost_update_date', 'price_update_date', 'availability_date']
21
21
  decimal_fields = ['vat_rate', 'taxed_cost', 'vat_cost', 'total_cost', 'last_total_cost',
22
22
  'last_taxed_cost', 'regular_price', 'reduced_price', 'credit_card_price']
23
23
 
@@ -1,3 +1,3 @@
1
1
  module Xsys
2
- VERSION = "0.10.3"
2
+ VERSION = "0.10.4"
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.3
4
+ version: 0.10.4
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-10-27 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler