johnsbrn-has_permission 0.1.1 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/has_permission.rb +1 -0
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 3
3
3
  :major: 0
4
4
  :minor: 1
@@ -1,5 +1,6 @@
1
1
  require 'active_record'
2
2
  require 'active_record/has/permission'
3
3
  require 'permission/base'
4
+ require 'permission_exception'
4
5
 
5
6
  ActiveRecord::Base.send :include, ActiveRecord::Has::Permission
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.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Johnson