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 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@matt-darby.com"
11
- gem.homepage = "http://github.com/mdarby/restful_acl"
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.4
1
+ 3.1.5
@@ -10,7 +10,7 @@ module RestfulAcl
10
10
  end
11
11
 
12
12
  def load_actors_from_id
13
- @object = object_class.find(@object_id)
13
+ @object = object_class.find(@object_id.to_i)
14
14
  @parent = @object.get_mom if object_class.has_parent?
15
15
  end
16
16
 
@@ -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.4"
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@matt-darby.com}
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/mdarby/restful_acl}
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: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 4
10
- version: 3.1.4
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@matt-darby.com
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/mdarby/restful_acl
67
+ homepage: http://github.com/protectedmethod/restful_acl
68
68
  licenses: []
69
69
 
70
70
  post_install_message: