merb-param-protection 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/merb-param-protection/version.rb +1 -1
- metadata +9 -9
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-param-protection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 3
|
10
|
+
version: 1.1.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Lance Carlson
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-
|
18
|
+
date: 2010-07-11 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -26,12 +26,12 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ~>
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
hash:
|
29
|
+
hash: 21
|
30
30
|
segments:
|
31
31
|
- 1
|
32
32
|
- 1
|
33
|
-
-
|
34
|
-
version: 1.1.
|
33
|
+
- 3
|
34
|
+
version: 1.1.3
|
35
35
|
type: :runtime
|
36
36
|
version_requirements: *id001
|
37
37
|
- !ruby/object:Gem::Dependency
|
@@ -64,10 +64,10 @@ files:
|
|
64
64
|
- Rakefile
|
65
65
|
- lib/merb-param-protection/version.rb
|
66
66
|
- lib/merb-param-protection.rb
|
67
|
-
- spec/controllers/param_protection.rb
|
68
|
-
- spec/merb_param_protection_spec.rb
|
69
67
|
- spec/spec.opts
|
70
68
|
- spec/spec_helper.rb
|
69
|
+
- spec/merb_param_protection_spec.rb
|
70
|
+
- spec/controllers/param_protection.rb
|
71
71
|
- README
|
72
72
|
- LICENSE
|
73
73
|
- TODO
|