johnsbrn-has_permission 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/permission/base.rb +1 -1
- metadata +2 -2
data/VERSION.yml
CHANGED
data/lib/permission/base.rb
CHANGED
@@ -8,7 +8,7 @@ module Permission
|
|
8
8
|
:hash, :id, :instance_of?, :is_a?, :kind_of?,
|
9
9
|
:method, :methods, :object_id, :respond_to?, :send,
|
10
10
|
:taint, :tainted?, :to_a, :to_enum, :to_s, :to_yaml, :to_yaml_properties, :to_yaml_style,
|
11
|
-
:type, :untaint
|
11
|
+
:type, :untaint, :to_param
|
12
12
|
|
13
13
|
attr_accessor :user, :object
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: johnsbrn-has_permission
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Johnson
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-01-
|
12
|
+
date: 2009-01-26 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|