authentasaurus 0.4.12 → 0.4.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  class Authentasaurus::SessionsController < Authentasaurus::AuthentasaurusController
2
- before_filter :check_is_logged_in, :except => :destroy
2
+ before_filter :check_is_logged_in, :except => [:destroy, :no_access]
3
3
 
4
4
  def new
5
5
  @session = Session.new
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 12
10
- version: 0.4.12
9
+ - 13
10
+ version: 0.4.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Omar Mekky