spree_zone_pricing 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
2
2
  # require_dependency 'application'
3
3
 
4
4
  class ZonePricingExtension < Spree::Extension
5
- version "0.1.3"
5
+ version "0.1.5"
6
6
  description "Spree Zone Pricing"
7
7
  url "https://github.com/henriquebf/spree-zone-pricing"
8
8
 
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
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: