spree_zone_pricing 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
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
File without changes
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.0
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.000000000 Z
12
+ date: 2012-07-18 00:00:00.000000000Z
13
13
  dependencies: []
14
- description: Set different price zones within Spree (Based in spree-zone-pricing)
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.24
63
+ rubygems_version: 1.8.10
65
64
  signing_key:
66
65
  specification_version: 3
67
66
  summary: Spree Zone Pricing
@@ -1,5 +0,0 @@
1
- class SpreeZonePrincing
2
- def self.hi
3
- puts "Hello world!"
4
- end
5
- end