usps-jwt_auth 1.0.5 → 1.0.6

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: 24f41ef10037b668bfc2e1b087353114d28378e8943c6955a6c70643c97daead
4
- data.tar.gz: bba1d61d553578b30b1921c24ba8b63a834016ba637a0cdaaa5b03f677fa535c
3
+ metadata.gz: 2b570538c78235e550ff7903dfb293cbf8d7116ee050af858a963db6ddc84c2e
4
+ data.tar.gz: e41a91e29de1b8449780e39d0bf93b8ca61f3f08eb43ff08f470ac244a2675ea
5
5
  SHA512:
6
- metadata.gz: fc48cc4b42745d1ab17730e1d6d0d4e2ce42e411f8993fb302c2213c2bb298d223751ddd66ae4e157de96378306c2b8f8ba3bd30d7d87a5bcde7c90c412427df
7
- data.tar.gz: 847a4e4c374788a75607e6cf92d7e6e79f1da6625fd843ea5a04064376149cf4d872f1eabd4cedc7adc48ca318cd5aad9d210ae44deae53943725351569dfa1b
6
+ metadata.gz: 8eaf955b197330910784b35669dec3ef5d6cd073f910f66623188f2e6fa672c588e84ec45bea8f2e045b1809ff39241f356e398b501217d9a743a7f69b0b192f
7
+ data.tar.gz: 73f575a6f21f5efa3fdbdf485f208d163d7d25b2de288ce641048acaf27b9f4809a36478278c785bb148843f470d503fbf5fb8e9395b71e089b149e0686248f2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-jwt_auth (1.0.5)
4
+ usps-jwt_auth (1.0.6)
5
5
  activesupport (~> 8.0)
6
6
  colorize (~> 1.1)
7
7
  fileutils (~> 1.7)
@@ -111,7 +111,7 @@ module Usps
111
111
  def redirect_to_login
112
112
  return if @set_new_jwt
113
113
 
114
- url = 'https://www.usps.org/jwt'
114
+ url = 'https://www.usps.org/jwt/'
115
115
  local = "#{url}?local&port=#{ENV.fetch('PORT', '3000')}"
116
116
  production = "#{url}?application=#{JwtAuth.config.audience}"
117
117
  url = JwtAuth.config.environment.development? ? local : production
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module JwtAuth
5
- VERSION = '1.0.5'
5
+ VERSION = '1.0.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-jwt_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander