lcbo 0.9.7 → 0.9.8
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.md +12 -8
- data/Gemfile.lock +2 -4
- data/lib/lcbo/crawlkit/fastdate_helper.rb +13 -18
- data/lib/lcbo/version.rb +1 -1
- data/spec/crawlkit/fastdate_helper_spec.rb +4 -3
- data/spec/pages/inventory_pages.yml +555 -555
- data/spec/pages/product_pages.yml +4 -4
- metadata +3 -3
@@ -49,7 +49,7 @@
|
|
49
49
|
:price_in_cents: 1250
|
50
50
|
:regular_price_in_cents: 1350
|
51
51
|
:limited_time_offer_savings_in_cents: 100
|
52
|
-
:limited_time_offer_ends_on:
|
52
|
+
:limited_time_offer_ends_on: 2010-08-15
|
53
53
|
:bonus_reward_miles: 0
|
54
54
|
:bonus_reward_miles_ends_on:
|
55
55
|
:alcohol_content: 500
|
@@ -90,7 +90,7 @@
|
|
90
90
|
:limited_time_offer_savings_in_cents: 0
|
91
91
|
:limited_time_offer_ends_on:
|
92
92
|
:bonus_reward_miles: 30
|
93
|
-
:bonus_reward_miles_ends_on:
|
93
|
+
:bonus_reward_miles_ends_on: 2010-08-14
|
94
94
|
:alcohol_content: 1250
|
95
95
|
:price_per_liter_of_alcohol_in_cents: 23461
|
96
96
|
:price_per_liter_in_cents: 29326
|
@@ -102,7 +102,7 @@
|
|
102
102
|
:total_package_volume_in_milliliters: 750
|
103
103
|
:origin: Champagne, France
|
104
104
|
:producer_name: Moet & Chandon S.A.
|
105
|
-
:released_on:
|
105
|
+
:released_on: 2010-05-15
|
106
106
|
:stock_type: VINTAGES
|
107
107
|
:primary_category: Wine
|
108
108
|
:secondary_category: Champagne
|
@@ -180,7 +180,7 @@
|
|
180
180
|
:total_package_volume_in_milliliters: 750
|
181
181
|
:origin: Rioja, Spain
|
182
182
|
:producer_name: Bodegas Ruconia S.L.
|
183
|
-
:released_on:
|
183
|
+
:released_on: 2010-01-23
|
184
184
|
:stock_type: VINTAGES
|
185
185
|
:primary_category: Wine
|
186
186
|
:secondary_category: Red Wine
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 9
|
8
|
-
-
|
9
|
-
version: 0.9.
|
8
|
+
- 8
|
9
|
+
version: 0.9.8
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Carsten Nielsen
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-12-
|
17
|
+
date: 2010-12-04 00:00:00 -05:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|