authpds-nyu 0.1.3 → 0.1.4

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.
@@ -39,7 +39,7 @@ module AuthpdsNyu
39
39
 
40
40
  def get_token_cookie(token_cookie_name)
41
41
  return nil if token_cookie_name.nil?
42
- token_cookie = @cookies.fetch(token_cookie_name, nil)
42
+ token_cookie = @cookies[token_cookie_name]
43
43
  token_cookie = @cookies[token_cookie_name.to_sym] if token_cookie.nil?
44
44
  token_cookie = CGI.unescape(token_cookie.to_s.gsub('+', '%2B'))
45
45
  token_cookie = (token_cookie != '') ?
@@ -1,3 +1,3 @@
1
1
  module AuthpdsNyu
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authpds-nyu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: