spree_zone_pricing 0.1.1 → 0.1.2
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
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
# require_dependency 'application'
|
|
3
3
|
|
|
4
4
|
class ZonePricingExtension < Spree::Extension
|
|
5
|
-
version "1.
|
|
6
|
-
description "
|
|
7
|
-
url "
|
|
5
|
+
version "0.1.1"
|
|
6
|
+
description "Spree Zone Pricing"
|
|
7
|
+
url "https://github.com/henriquebf/spree-zone-pricing"
|
|
8
8
|
|
|
9
9
|
# Please use zone_pricing/config/routes.rb instead for extension routes.
|
|
10
10
|
|
|
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.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -11,8 +11,10 @@ bindir: bin
|
|
|
11
11
|
cert_chain: []
|
|
12
12
|
date: 2012-07-18 00:00:00.000000000Z
|
|
13
13
|
dependencies: []
|
|
14
|
-
description:
|
|
15
|
-
|
|
14
|
+
description: Zone Pricing is an extension to Spree that uses the predefined zones
|
|
15
|
+
to determine the price for a particular product variant. For example, this allows
|
|
16
|
+
you to set different prices for the North American and Euro zones.
|
|
17
|
+
email: henrique@creative4.it
|
|
16
18
|
executables: []
|
|
17
19
|
extensions: []
|
|
18
20
|
extra_rdoc_files: []
|
|
@@ -26,6 +28,8 @@ files:
|
|
|
26
28
|
- config/routes.rb
|
|
27
29
|
- config/locales/en_spree.yml
|
|
28
30
|
- db/seeds.rb
|
|
31
|
+
- lib/zone_pricing_extension.rb
|
|
32
|
+
- lib/zone_pricing_hooks.rb
|
|
29
33
|
- lib/spree/zone_pricing/checkouts_controller.rb
|
|
30
34
|
- lib/spree/zone_pricing/countries_controller.rb
|
|
31
35
|
- lib/spree/zone_pricing/get_country.rb
|
|
@@ -38,9 +42,7 @@ files:
|
|
|
38
42
|
- lib/tasks/zone_pricing_extension_tasks.rake
|
|
39
43
|
- spec/spec.opts
|
|
40
44
|
- spec/spec_helper.rb
|
|
41
|
-
|
|
42
|
-
- zone_pricing_hooks.rb
|
|
43
|
-
homepage: http://rubygems.org/gems/spree_zone_pricing
|
|
45
|
+
homepage: https://github.com/henriquebf/spree-zone-pricing
|
|
44
46
|
licenses: []
|
|
45
47
|
post_install_message:
|
|
46
48
|
rdoc_options: []
|