usps-jwt_auth 1.0.0 → 1.0.1

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: 249067741895e300dfb058ae423bc3ffa23d4bac99a049e8db1d6ff99605360e
4
- data.tar.gz: fb8a29113b0aae842de644561810c4e66175250af53864d519559da30b9a48bd
3
+ metadata.gz: 6834ab05dff7e13a36167170c9540830542bb4c7eb0f259d6d504931d157dad3
4
+ data.tar.gz: f9e6b213d2e07d86e51f9ca2cdd05e7aeeb9a7093e65aa48f8f239eaff56c4e4
5
5
  SHA512:
6
- metadata.gz: 5d9b3420bede52d61dcd49b67216e7212cb68fe94b8128f65ade2f07fc30e440b66fd5d5f2597e82d6f818f7c8b0d5293a89b4ce9109d8130657e89c8a362499
7
- data.tar.gz: 0761f77630d4833dffe37c091d97112613af7d7dfdc4bbfed862d39158f31aa9b275769e7c75ce15ee132521c3d3692d8aa670bfd5d354b163bc868a4ac8facd
6
+ metadata.gz: ae5a78f313a212dc6b994a6cfa97ea7855f1841c009f9136bd7882e3e32f7d5608ce3b74790a2fc1a15928404f5f09b6ecd6cd7dbbc16184029a65cd8c0b4cdd
7
+ data.tar.gz: 50b558173a359ca51c729e74294278f6d90f56daf2fb34f39d93f3d4cdeead1b7226692c5a50c137aca853ebbdfd5831186b2c591a32b023b9316ab0aec3d794
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-jwt_auth (1.0.0)
4
+ usps-jwt_auth (1.0.1)
5
5
  activesupport (~> 8.0)
6
6
  colorize (~> 1.1)
7
7
  fileutils (~> 1.7)
@@ -16,7 +16,7 @@ module Usps
16
16
  verify_aud: true,
17
17
  algorithm: JwtAuth.config.algorithm,
18
18
  aud: audience,
19
- iss: /\A#{JwtAuth.config.issuer_base}(?:\z|:#{issuer})/
19
+ iss: /\A#{JwtAuth.config.issuer_base}(?::#{issuer})?\z/
20
20
  }
21
21
  end
22
22
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module JwtAuth
5
- VERSION = '1.0.0'
5
+ VERSION = '1.0.1'
6
6
  end
7
7
  end
data/pkg/.keep ADDED
File without changes
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.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
@@ -89,6 +89,7 @@ files:
89
89
  - lib/usps/jwt_auth/incorrect_login.rb
90
90
  - lib/usps/jwt_auth/railtie.rb
91
91
  - lib/usps/jwt_auth/version.rb
92
+ - pkg/.keep
92
93
  - sig/usps_jwt/auth.rbs
93
94
  - tmp/keys/.keep
94
95
  - tmp/public_keys/.keep