spree_zone_pricing 0.1.4 → 0.1.5
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.
|
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.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -16,7 +16,9 @@ description: Zone Pricing is an extension to Spree that uses the predefined zone
|
|
|
16
16
|
you to set different prices for the North American and Euro zones.
|
|
17
17
|
email: henrique@creative4.it
|
|
18
18
|
executables: []
|
|
19
|
-
extensions:
|
|
19
|
+
extensions:
|
|
20
|
+
- zone_pricing_extension.rb
|
|
21
|
+
- zone_pricing_hooks.rb
|
|
20
22
|
extra_rdoc_files: []
|
|
21
23
|
files:
|
|
22
24
|
- app/models/zone_price.rb
|
|
@@ -28,8 +30,6 @@ files:
|
|
|
28
30
|
- config/routes.rb
|
|
29
31
|
- config/locales/en_spree.yml
|
|
30
32
|
- db/seeds.rb
|
|
31
|
-
- lib/zone_pricing_extension.rb
|
|
32
|
-
- lib/zone_pricing_hooks.rb
|
|
33
33
|
- lib/spree/zone_pricing/checkouts_controller.rb
|
|
34
34
|
- lib/spree/zone_pricing/countries_controller.rb
|
|
35
35
|
- lib/spree/zone_pricing/get_country.rb
|
|
@@ -42,6 +42,8 @@ files:
|
|
|
42
42
|
- lib/tasks/zone_pricing_extension_tasks.rake
|
|
43
43
|
- spec/spec.opts
|
|
44
44
|
- spec/spec_helper.rb
|
|
45
|
+
- zone_pricing_extension.rb
|
|
46
|
+
- zone_pricing_hooks.rb
|
|
45
47
|
homepage: https://github.com/henriquebf/spree-zone-pricing
|
|
46
48
|
licenses: []
|
|
47
49
|
post_install_message:
|