authentasaurus 0.5.7 → 0.5.8

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.
@@ -68,8 +68,8 @@ module Authentasaurus::PermissionsController
68
68
  end
69
69
 
70
70
  def destroy
71
- @permssion = Permission.find params[:id]
72
- @permission.destroy()
71
+ @permission = Permission.find params[:id]
72
+ @permission.destroy
73
73
 
74
74
  respond_to do |format|
75
75
  format.html { redirect_to :action=>:index }
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: 5
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 5
9
- - 7
10
- version: 0.5.7
9
+ - 8
10
+ version: 0.5.8
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky