iugusdk 1.0.0.alpha.9 → 1.0.0.alpha.10

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.
@@ -14,7 +14,7 @@ module IuguSDKBaseController
14
14
  end
15
15
  unless locale
16
16
  @matched_locale_from_browser = request.preferred_language_from(AvailableLanguage.all.values)
17
- if signed_in?
17
+ if user_signed_in?
18
18
  if current_user.locale.blank?
19
19
  locale = "en"
20
20
  else
@@ -1,3 +1,3 @@
1
1
  module IuguSDK
2
- VERSION = "1.0.0.alpha.9"
2
+ VERSION = "1.0.0.alpha.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iugusdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.9
4
+ version: 1.0.0.alpha.10
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -859,7 +859,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
859
859
  version: '0'
860
860
  segments:
861
861
  - 0
862
- hash: -3552472403135394142
862
+ hash: -4111450168479769243
863
863
  required_rubygems_version: !ruby/object:Gem::Requirement
864
864
  none: false
865
865
  requirements: