di-simple_auth 0.3.2 → 0.3.3

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: 3
3
- :patch: 2
3
+ :patch: 3
4
4
  :major: 0
@@ -45,7 +45,7 @@ module SimpleAuth
45
45
  #
46
46
  # @return [true, false]
47
47
  def signed_in?
48
- ! current_user.nil? ||
48
+ ! current_user.nil?
49
49
  end
50
50
 
51
51
  #Is exist permission and invoice
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Dieinzige