authentasaurus 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentasaurus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 7
10
- version: 0.4.7
9
+ - 8
10
+ version: 0.4.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky
@@ -44,7 +44,6 @@ files:
44
44
  - app/controllers/validations_controller.rb
45
45
  - app/controllers/authentasaurus/authentasaurus_controller.rb
46
46
  - app/models/area.rb
47
- - app/models/authentasaurus_emailer.rb
48
47
  - app/models/group.rb
49
48
  - app/models/permission.rb
50
49
  - app/models/recovery.rb
@@ -1,2 +0,0 @@
1
- class AuthentasaurusEmailer < Authentasaurus::Models::AuthentasaurusEmailer
2
- end