go_sso 0.5.9 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29f3d54e6659473f6789dab9172a3d8c7800448782daaab961407f673499a6b0
4
- data.tar.gz: 91a0b671cb93eede2bf50ec46bfc8f68d3bd48ac4669c8b1f2a9d6a07fbcda67
3
+ metadata.gz: 56c0025727bac46c3e5aa9a3c7239e261a05f59ad67a632b9e26dd5c3675a7b0
4
+ data.tar.gz: 32f92f53dc0cfe892bd06289e189ec6f6e89821d3db24033b2f8ad1e6f50f661
5
5
  SHA512:
6
- metadata.gz: 677cc57a7d920d4100341114975c63a3bae27c1d688b946b1df5849a4dd6e9959063071f6e60e0308492f1f007e8ac52c8631b4c8139c6b44856ec57f8428fd3
7
- data.tar.gz: c2dc18923f404779aa405a1aea3ceaaba35bd40e317a76eda7ed5aee0acb2ea1a3001a9542778984909536ccda2fad19ce095356848a5d94c902f0d55426468a
6
+ metadata.gz: 31e77cbef690424689e44a45fab403d4c9a210f890d902cbad69ad13eb4d25b0fd1283f5fb03851378083a595062d8ac717b3e26c269d0cf4a380c953746128c
7
+ data.tar.gz: 8875f600d150648361bb60fadcaa7857faab15cbf205e4d9e398b63ff85ee7c8bf604598a8f0fe2542f5b040da4c0be64d33371b10c1fdff354703429c4775b9
@@ -4,7 +4,7 @@ module GoSso
4
4
  extend ActiveSupport::Concern
5
5
 
6
6
  included do
7
- helper_method :current_sso_user
7
+ helper_method :current_sso_user if respond_to?(:helper_method)
8
8
 
9
9
  rescue_from GoSso::FailedToOpenConnection do
10
10
  render json: {
@@ -1,3 +1,3 @@
1
1
  module GoSso
2
- VERSION = '0.5.9'
2
+ VERSION = '0.5.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: go_sso
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9
4
+ version: 0.5.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yi Feng