lockdown 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/Rakefile +2 -2
  2. data/lib/lockdown.rb +1 -1
  3. data/lockdown.gemspec +3 -3
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -9,8 +9,8 @@ begin
9
9
  gem.name = "lockdown"
10
10
  gem.version = Lockdown.version
11
11
  gem.rubyforge_project = "lockdown"
12
- gem.summary = "Authorization system for Rails 2.x"
13
- gem.description = "Restrict access to your controller actions. Supports basic model level restrictions as well"
12
+ gem.summary = "Authorization system for Rails"
13
+ gem.description = "Restrict access to your controller actions. "
14
14
  gem.email = "andy@stonean.com"
15
15
  gem.homepage = "http://stonean.com/wiki/lockdown"
16
16
  gem.authors = ["Andrew Stone"]
data/lib/lockdown.rb CHANGED
@@ -24,7 +24,7 @@ module Lockdown
24
24
 
25
25
  # @return the version string for the library.
26
26
  def version
27
- '2.0.0'
27
+ '2.0.1'
28
28
  end
29
29
 
30
30
  def rails_mixin
data/lockdown.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{lockdown}
8
- s.version = "2.0.0"
8
+ s.version = "2.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Andrew Stone"]
12
12
  s.date = %q{2010-09-07}
13
- s.description = %q{Restrict access to your controller actions. Supports basic model level restrictions as well}
13
+ s.description = %q{Restrict access to your controller actions. }
14
14
  s.email = %q{andy@stonean.com}
15
15
  s.extra_rdoc_files = [
16
16
  "README.txt"
@@ -51,7 +51,7 @@ Gem::Specification.new do |s|
51
51
  s.require_paths = ["lib"]
52
52
  s.rubyforge_project = %q{lockdown}
53
53
  s.rubygems_version = %q{1.3.7}
54
- s.summary = %q{Authorization system for Rails 2.x}
54
+ s.summary = %q{Authorization system for Rails}
55
55
  s.test_files = [
56
56
  "test/lockdown/test_user_group.rb",
57
57
  "test/lockdown/test_delivery.rb",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 2
7
7
  - 0
8
- - 0
9
- version: 2.0.0
8
+ - 1
9
+ version: 2.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrew Stone
@@ -18,7 +18,7 @@ date: 2010-09-07 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: Restrict access to your controller actions. Supports basic model level restrictions as well
21
+ description: "Restrict access to your controller actions. "
22
22
  email: andy@stonean.com
23
23
  executables: []
24
24
 
@@ -87,7 +87,7 @@ rubyforge_project: lockdown
87
87
  rubygems_version: 1.3.7
88
88
  signing_key:
89
89
  specification_version: 3
90
- summary: Authorization system for Rails 2.x
90
+ summary: Authorization system for Rails
91
91
  test_files:
92
92
  - test/lockdown/test_user_group.rb
93
93
  - test/lockdown/test_delivery.rb