strict-forgery-protection 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ForgeryProtection
2
- VERSION = '0.0.2'.freeze
2
+ VERSION = '0.0.3'.freeze
3
3
  end
data/test/test.sqlite3 CHANGED
Binary file
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: strict-forgery-protection
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Dmitry Ratnikov
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-02-09 00:00:00 Z
13
+ date: 2012-02-13 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ~>
22
22
  - !ruby/object:Gem::Version
23
- version: 3.1.0
23
+ version: "3.1"
24
24
  type: :runtime
25
25
  version_requirements: *id001
26
26
  description:
@@ -41,8 +41,8 @@ files:
41
41
  - lib/forgery_protection/version.rb
42
42
  - test/controller_test.rb
43
43
  - test/db_events_test.rb
44
- - test/test.sqlite3
45
44
  - test/test_helper.rb
45
+ - test/test.sqlite3
46
46
  homepage: http://github.com/ratnikov/strict-forgery-protection
47
47
  licenses: []
48
48
 
@@ -73,5 +73,5 @@ summary: Extends Rails to be strict CSRF token protection
73
73
  test_files:
74
74
  - test/controller_test.rb
75
75
  - test/db_events_test.rb
76
- - test/test.sqlite3
77
76
  - test/test_helper.rb
77
+ - test/test.sqlite3