usps-jwt_auth 1.0.1 → 1.0.2

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: 6834ab05dff7e13a36167170c9540830542bb4c7eb0f259d6d504931d157dad3
4
- data.tar.gz: f9e6b213d2e07d86e51f9ca2cdd05e7aeeb9a7093e65aa48f8f239eaff56c4e4
3
+ metadata.gz: 23bf923a9eb8f5d4bc46df5bab818533108108b7ec1d9b74d7302f0af35e0a86
4
+ data.tar.gz: e16cc47bba20f9c69fc0a5077d7f1401d99275ebf042d7d842d43bc76737c475
5
5
  SHA512:
6
- metadata.gz: ae5a78f313a212dc6b994a6cfa97ea7855f1841c009f9136bd7882e3e32f7d5608ce3b74790a2fc1a15928404f5f09b6ecd6cd7dbbc16184029a65cd8c0b4cdd
7
- data.tar.gz: 50b558173a359ca51c729e74294278f6d90f56daf2fb34f39d93f3d4cdeead1b7226692c5a50c137aca853ebbdfd5831186b2c591a32b023b9316ab0aec3d794
6
+ metadata.gz: edc5b9e45ce5a20695bb7e602d52b11d6e09ec06ca8a2d871f9b12a07a1c939234bbc4eb8fc5f81c01316646046573bc5fd94363c8e2bc1af5a02f33d6005fac
7
+ data.tar.gz: d240493a4383fc767a51a4db9d0973af6907c238188ccdb0a5e4454944c6ca095f48ca87d80a0103df11f0f89d66947d67a71418af95fb0b9405070037f75891
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-jwt_auth (1.0.1)
4
+ usps-jwt_auth (1.0.2)
5
5
  activesupport (~> 8.0)
6
6
  colorize (~> 1.1)
7
7
  fileutils (~> 1.7)
@@ -111,6 +111,7 @@ module Usps
111
111
  production = "#{url}?application=#{JwtAuth.config.audience}"
112
112
  url = JwtAuth.config.environment.development? ? local : production
113
113
  url = "#{url}&path=#{request.path}"
114
+ url = "#{url}&query_string=#{CGI.escape(request.query_string)}" if request.query_string.present?
114
115
 
115
116
  redirect_to(url, allow_other_host: true)
116
117
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module JwtAuth
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
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.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander