merb-param-protection 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +4 -5
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: merb-param-protection
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.11
4
+ version: 1.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lance Carlson
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-03-31 00:00:00 -07:00
12
+ date: 2009-06-30 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.0.11
23
+ version: 1.0.12
24
24
  version:
25
25
  description: Merb plugin that provides params_accessible and params_protected class methods
26
26
  email: lancecarlson@gmail.com
@@ -35,7 +35,6 @@ files:
35
35
  - LICENSE
36
36
  - README
37
37
  - Rakefile
38
- - lib/merb-param-protection
39
38
  - lib/merb-param-protection/merbtasks.rb
40
39
  - lib/merb-param-protection.rb
41
40
  has_rdoc: true
@@ -62,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
62
61
  requirements: []
63
62
 
64
63
  rubyforge_project: merb
65
- rubygems_version: 1.3.1
64
+ rubygems_version: 1.3.2
66
65
  signing_key:
67
66
  specification_version: 3
68
67
  summary: Merb plugin that provides params_accessible and params_protected class methods