RubyGems
npm
Organizations
Log in
Sign up
RubyGems
roles_active_record
Versions diffs
0.2.4 → 0.2.5
roles_active_record 0.2.4 → 0.2.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
data/VERSION
+1
-1
data/lib/generators/active_record/roles/roles_generator.rb
+1
-1
data/lib/generators/active_record/roles_migration/roles_migration_generator.rb
+1
-1
data/roles_active_record.gemspec
+1
-1
metadata
+2
-2
data/VERSION
CHANGED
Viewed
@@ -1 +1 @@
1
-
0.2.
4
1
+
0.2.
5
data/lib/generators/active_record/roles/roles_generator.rb
CHANGED
Viewed
@@ -31,7 +31,7 @@ module ActiveRecord
31
31
32
32
extend Rails3::Assist::UseMacro
33
33
use_orm :active_record
34
-
include
Rails
::Assist::
BasicLogging
34
+
include
Rails3
::Assist::
BasicLogger
35
35
36
36
def orm
37
37
:active_record
data/lib/generators/active_record/roles_migration/roles_migration_generator.rb
CHANGED
Viewed
@@ -36,7 +36,7 @@ module ActiveRecord
36
36
37
37
protected
38
38
39
-
include
Rails
::Assist::
BasicLogging
39
+
include
Rails3
::Assist::
BasicLogger
40
40
41
41
def strategies
42
42
[:admin_flag, :role_string, :one_role, :many_roles, :roles_mask]
data/roles_active_record.gemspec
CHANGED
Viewed
@@ -5,7 +5,7 @@
5
5
6
6
Gem::Specification.new do |s|
7
7
s.name = %q{roles_active_record}
8
-
s.version = "0.2.
4
"
8
+
s.version = "0.2.
5
"
9
9
10
10
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
s.authors = ["Kristian Mandrup"]
metadata
CHANGED
Viewed
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
segments:
6
6
- 0
7
7
- 2
8
-
-
4
9
-
version: 0.2.
4
8
+
-
5
9
+
version: 0.2.
5
10
10
platform: ruby
11
11
authors:
12
12
- Kristian Mandrup