piggybak 0.6.5 → 0.6.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- piggybak (0.6.5)
4
+ piggybak (0.6.6)
5
5
  activemerchant
6
6
  countries
7
7
  devise
@@ -0,0 +1,9 @@
1
+ class FixSellablePriceScale < ActiveRecord::Migration
2
+ def up
3
+ change_column :sellables, :price, :decimal, :precision => 10, :scale => 2, :null => false
4
+ end
5
+
6
+ def down
7
+ change_column :sellables, :price, :decimal
8
+ end
9
+ end
@@ -51,7 +51,7 @@ module Piggybak
51
51
 
52
52
  @default_country = "US"
53
53
 
54
- @activemerchant_mode = :production
54
+ @activemerchant_mode = :test
55
55
 
56
56
  @logging = false
57
57
  @logging_file = "/log/orders.log"
@@ -1,3 +1,3 @@
1
1
  module Piggybak
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piggybak
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.5
4
+ version: 0.6.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -151,6 +151,7 @@ files:
151
151
  - app/mailers/piggybak/notifier.rb
152
152
  - bin/piggybak
153
153
  - config/routes.rb
154
+ - db/migrate/20121022161614_fix_sellable_price_scale.rb
154
155
  - db/migrate/20120107135459_add_active_to_countries.rb
155
156
  - db/migrate/20111228235853_create_payment_method_values.rb
156
157
  - db/migrate/20111228231756_create_shipping_methods.rb
@@ -208,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
208
209
  version: '0'
209
210
  segments:
210
211
  - 0
211
- hash: 1894853370905249501
212
+ hash: -2788183422372987607
212
213
  required_rubygems_version: !ruby/object:Gem::Requirement
213
214
  none: false
214
215
  requirements:
@@ -217,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
217
218
  version: '0'
218
219
  segments:
219
220
  - 0
220
- hash: 1894853370905249501
221
+ hash: -2788183422372987607
221
222
  requirements: []
222
223
  rubyforge_project:
223
224
  rubygems_version: 1.8.23