di-simple_auth 0.2.2 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 2
3
+ :patch: 4
4
4
  :major: 0
@@ -8,7 +8,7 @@ module SimpleAuth
8
8
 
9
9
  module ClassMethods
10
10
  def self.extended(controller)
11
- controller.helper_method :current_user, :signed_in?, :signed_out?
11
+ controller.helper_method :current_user, :signed_in?, :signed_out? , :current_permission
12
12
  controller.hide_action :current_user, :current_user=,
13
13
  :signed_in?, :signed_out?,
14
14
  :sign_in, :sign_out,
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 2
9
- version: 0.2.2
8
+ - 4
9
+ version: 0.2.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dieinzige