money_persistent_bank 0.2.0.alpha → 0.2.0.alpha2

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ module MoneyPersistentBank
7
7
  require "money/bank/persistent_bank"
8
8
  tmp = app.paths['tmp'].first
9
9
  cache = ActiveSupport::Cache::FileStore.new("#{tmp}/money_persistent_bank")
10
- bank = Money::Bank::PersistentBank.new(cache)
10
+ bank = Money::Bank::PersistentBank.new(cache, Rails.env)
11
11
  Money.default_bank = bank
12
12
  app.config.middleware.use Synchronization, bank
13
13
  end
@@ -1,3 +1,3 @@
1
1
  module MoneyPersistentBank
2
- VERSION = "0.2.0.alpha"
2
+ VERSION = "0.2.0.alpha2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: money_persistent_bank
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.alpha
4
+ version: 0.2.0.alpha2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: