restful_acl 3.1.4 → 3.1.5
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.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- data/lib/restful_acl/base.rb +1 -1
- data/restful_acl.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -7,8 +7,8 @@ begin
|
|
|
7
7
|
gem.name = "restful_acl"
|
|
8
8
|
gem.summary = "A Ruby on Rails plugin that provides fine grained access control to RESTful resources."
|
|
9
9
|
gem.description = "A Ruby on Rails plugin that provides fine grained access control to RESTful resources."
|
|
10
|
-
gem.email = "matt@
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
10
|
+
gem.email = "matt@protectedmethod.com"
|
|
11
|
+
gem.homepage = "http://github.com/protectedmethod/restful_acl"
|
|
12
12
|
gem.authors = ["Matt Darby"]
|
|
13
13
|
gem.add_development_dependency "rspec", ">= 1.2.9"
|
|
14
14
|
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.5
|
data/lib/restful_acl/base.rb
CHANGED
data/restful_acl.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{restful_acl}
|
|
8
|
-
s.version = "3.1.
|
|
8
|
+
s.version = "3.1.5"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Matt Darby"]
|
|
12
12
|
s.date = %q{2010-11-22}
|
|
13
13
|
s.description = %q{A Ruby on Rails plugin that provides fine grained access control to RESTful resources.}
|
|
14
|
-
s.email = %q{matt@
|
|
14
|
+
s.email = %q{matt@protectedmethod.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README.markdown"
|
|
17
17
|
]
|
|
@@ -37,7 +37,7 @@ Gem::Specification.new do |s|
|
|
|
37
37
|
"spec/spec_helper.rb",
|
|
38
38
|
"uninstall.rb"
|
|
39
39
|
]
|
|
40
|
-
s.homepage = %q{http://github.com/
|
|
40
|
+
s.homepage = %q{http://github.com/protectedmethod/restful_acl}
|
|
41
41
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
42
42
|
s.require_paths = ["lib"]
|
|
43
43
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: restful_acl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 3.1.
|
|
9
|
+
- 5
|
|
10
|
+
version: 3.1.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Matt Darby
|
|
@@ -35,7 +35,7 @@ dependencies:
|
|
|
35
35
|
type: :development
|
|
36
36
|
version_requirements: *id001
|
|
37
37
|
description: A Ruby on Rails plugin that provides fine grained access control to RESTful resources.
|
|
38
|
-
email: matt@
|
|
38
|
+
email: matt@protectedmethod.com
|
|
39
39
|
executables: []
|
|
40
40
|
|
|
41
41
|
extensions: []
|
|
@@ -64,7 +64,7 @@ files:
|
|
|
64
64
|
- spec/spec_helper.rb
|
|
65
65
|
- uninstall.rb
|
|
66
66
|
has_rdoc: true
|
|
67
|
-
homepage: http://github.com/
|
|
67
|
+
homepage: http://github.com/protectedmethod/restful_acl
|
|
68
68
|
licenses: []
|
|
69
69
|
|
|
70
70
|
post_install_message:
|