role_authorization 0.5.1 → 0.5.2

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.
@@ -6,9 +6,7 @@ module RoleAuthorization
6
6
  base.send :include, InstanceMethods
7
7
  base.class_eval do
8
8
  validates_uniqueness_of :name
9
- if defined?(ActiveRecord::Base)
10
- serialize :user_ids
11
- end
9
+ serialize :user_ids
12
10
  end
13
11
  end
14
12
 
@@ -1,3 +1,3 @@
1
1
  module RoleAuthorization
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: role_authorization
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.5.1
5
+ version: 0.5.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - John 'asceth' Long