forgery 0.3.9 → 0.3.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ require 'forgery'
2
2
  require 'rails'
3
3
 
4
4
  class ForgeryRailtie < Rails::Railtie
5
- to_prepare do
5
+ config.to_prepare do
6
6
  Forgery.load_from! "#{Rails.root}/lib/forgery"
7
7
  end
8
8
 
@@ -1,3 +1,3 @@
1
1
  class Forgery
2
- VERSION = "0.3.9"
2
+ VERSION = "0.3.10"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forgery
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 9
10
- version: 0.3.9
9
+ - 10
10
+ version: 0.3.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Sutton