usps-jwt_auth 1.0.0.pre.rc.2 → 1.0.0

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: 71ef9d51e59a0dea30294ac18846b64c4bc9bbf60023d497d6eac38fbcfda5d1
4
- data.tar.gz: dae70a2acb6d3a363ed3f597986dc05336a3707f81ebd06fc2b859eb51c34aad
3
+ metadata.gz: 249067741895e300dfb058ae423bc3ffa23d4bac99a049e8db1d6ff99605360e
4
+ data.tar.gz: fb8a29113b0aae842de644561810c4e66175250af53864d519559da30b9a48bd
5
5
  SHA512:
6
- metadata.gz: baca203a5bffd8bfcec36f9308c8bafb34420756290a61adad7e74b6e5652bec2d5a3b1e439407598ed9f24f69a9d835b641a343e344f560290793df12a5da9f
7
- data.tar.gz: da388afd9815b8d535ff9f57a6d7cf61f48849e4538360e84e390e523fff88fa2aed340a82f43a154ea486449a167feaed335ef919a0f0cc39a262eb15d8c111
6
+ metadata.gz: 5d9b3420bede52d61dcd49b67216e7212cb68fe94b8128f65ade2f07fc30e440b66fd5d5f2597e82d6f818f7c8b0d5293a89b4ce9109d8130657e89c8a362499
7
+ data.tar.gz: 0761f77630d4833dffe37c091d97112613af7d7dfdc4bbfed862d39158f31aa9b275769e7c75ce15ee132521c3d3692d8aa670bfd5d354b163bc868a4ac8facd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-jwt_auth (1.0.0.pre.rc.2)
4
+ usps-jwt_auth (1.0.0)
5
5
  activesupport (~> 8.0)
6
6
  colorize (~> 1.1)
7
7
  fileutils (~> 1.7)
data/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  Add the gem to your Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'usps-jwt_auth', '>= 0.2.7'
10
+ gem 'usps-jwt_auth'
11
11
  ```
12
12
 
13
13
  Then run the install task:
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module JwtAuth
5
- VERSION = '1.0.0-rc.2'
5
+ VERSION = '1.0.0'
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.0.pre.rc.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
@@ -92,10 +92,10 @@ files:
92
92
  - sig/usps_jwt/auth.rbs
93
93
  - tmp/keys/.keep
94
94
  - tmp/public_keys/.keep
95
- homepage: https://www.usps.org
95
+ homepage: https://github.com/unitedstatespowersquadrons/jwt-auth
96
96
  licenses: []
97
97
  metadata:
98
- homepage_uri: https://www.usps.org
98
+ homepage_uri: https://github.com/unitedstatespowersquadrons/jwt-auth
99
99
  rubygems_mfa_required: 'true'
100
100
  rdoc_options: []
101
101
  require_paths:
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  - !ruby/object:Gem::Version
112
112
  version: '0'
113
113
  requirements: []
114
- rubygems_version: 3.6.9
114
+ rubygems_version: 3.7.2
115
115
  specification_version: 4
116
116
  summary: USPS JWT Authentication
117
117
  test_files: []