spree_zone_pricing 0.1.0 → 0.1.1
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.
- data/app/models/zone_price.rb +0 -0
- data/app/views/admin/shared/_zone_prices.html.erb +0 -0
- data/app/views/admin/shared/_zp_product_tab.html.erb +0 -0
- data/app/views/admin/variants/zone_prices.html.erb +0 -0
- data/app/views/shared/_country_select.html.erb +0 -0
- data/app/views/shared/_store_menu.html.erb +0 -0
- data/config/locales/en_spree.yml +0 -0
- data/config/routes.rb +0 -0
- data/db/seeds.rb +0 -0
- data/lib/spree/zone_pricing/admin/variants_controller.rb +0 -0
- data/lib/spree/zone_pricing/checkouts_controller.rb +0 -0
- data/lib/spree/zone_pricing/countries_controller.rb +0 -0
- data/lib/spree/zone_pricing/get_country.rb +0 -0
- data/lib/spree/zone_pricing/order.rb +0 -0
- data/lib/spree/zone_pricing/orders_controller.rb +0 -0
- data/lib/spree/zone_pricing/products_helper.rb +0 -0
- data/lib/spree/zone_pricing/variant.rb +0 -0
- data/lib/spree/zone_pricing/zone.rb +0 -0
- data/lib/tasks/zone_pricing_extension_tasks.rake +0 -0
- data/spec/spec.opts +0 -0
- data/spec/spec_helper.rb +0 -0
- data/zone_pricing_extension.rb +0 -0
- data/zone_pricing_hooks.rb +0 -0
- metadata +4 -5
- data/lib/spree_zone_pricing.rb +0 -5
data/app/models/zone_price.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/config/locales/en_spree.yml
CHANGED
|
File without changes
|
data/config/routes.rb
CHANGED
|
File without changes
|
data/db/seeds.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/spec.opts
CHANGED
|
File without changes
|
data/spec/spec_helper.rb
CHANGED
|
File without changes
|
data/zone_pricing_extension.rb
CHANGED
|
File without changes
|
data/zone_pricing_hooks.rb
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spree_zone_pricing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,9 +9,9 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-07-18 00:00:00.
|
|
12
|
+
date: 2012-07-18 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description: Set different price zones within Spree (
|
|
14
|
+
description: Set different price zones within Spree (Forked from moonshine/spree-zone-pricing)
|
|
15
15
|
email: henriquebf@gmail.com
|
|
16
16
|
executables: []
|
|
17
17
|
extensions: []
|
|
@@ -26,7 +26,6 @@ files:
|
|
|
26
26
|
- config/routes.rb
|
|
27
27
|
- config/locales/en_spree.yml
|
|
28
28
|
- db/seeds.rb
|
|
29
|
-
- lib/spree_zone_pricing.rb
|
|
30
29
|
- lib/spree/zone_pricing/checkouts_controller.rb
|
|
31
30
|
- lib/spree/zone_pricing/countries_controller.rb
|
|
32
31
|
- lib/spree/zone_pricing/get_country.rb
|
|
@@ -61,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
61
60
|
version: '0'
|
|
62
61
|
requirements: []
|
|
63
62
|
rubyforge_project:
|
|
64
|
-
rubygems_version: 1.8.
|
|
63
|
+
rubygems_version: 1.8.10
|
|
65
64
|
signing_key:
|
|
66
65
|
specification_version: 3
|
|
67
66
|
summary: Spree Zone Pricing
|