timcharper-declarative_authorization 0.4.1.4 → 0.4.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ require 'declarative_authorization'
2
+ require 'rails'
3
+
4
+ module Authorization
5
+ class Engine < Rails::Engine
6
+ end
7
+ end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 1
9
- - 4
10
- version: 0.4.1.4
9
+ - 5
10
+ version: 0.4.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steffen Bartsch
@@ -74,6 +74,7 @@ files:
74
74
  - lib/declarative_authorization/development_support/development_support.rb
75
75
  - lib/declarative_authorization/authorization.rb
76
76
  - lib/declarative_authorization/maintenance.rb
77
+ - lib/declarative_authorization/railsengine.rb
77
78
  - test/authorization_test.rb
78
79
  - test/schema.sql
79
80
  - test/maintenance_test.rb