rails_jwt_auth 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 358aa1478beb6c6865bfae0f5cd68ba858bb1aba
4
- data.tar.gz: e5abe5407f709050b90cc4803fbe842169cc36c7
3
+ metadata.gz: ce402d5bd60aed00638e46f0bb1bb11917b5cb08
4
+ data.tar.gz: 7efadf2b42c6fc6e50ce31b151f661687bfcff1e
5
5
  SHA512:
6
- metadata.gz: 6ce00fa7c9865dcd86711796e7a9572fab1087170b22923462d2c10a9ac9930bda6c0019f0fa4cda9d62b7d7f452edc4aeb9bcf6c5a386b7ad5a73ba5acb3f39
7
- data.tar.gz: acb4771ed15ea3fa31629e5e4db525542c7b67ae3a2bfd1fac91b457fb0a5c2b6ca6f4e39ccef0ba88103a3995180f42f5f66c4fbe0779b07b394c47ce99e54c
6
+ metadata.gz: d3b070caa55e502abb55b435ee532bc7ae800e88ad14d25a007317683806bc8188abac0f4c765e7dcdba2741fbe39ae5e893c197221eedcd519f0f39e0f13fab
7
+ data.tar.gz: e89231957199d83c5fffaebe0a2ae2351a690b7376298e49418c0d966b3046c8f4c2cf56ba17008006b370a28830965713cdcd6244d652b43105b10513946b5f
@@ -1,3 +1,3 @@
1
1
  module RailsJwtAuth
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_jwt_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - rjurado
@@ -102,7 +102,7 @@ files:
102
102
  - lib/rails_jwt_auth/strategies/jwt.rb
103
103
  - lib/rails_jwt_auth/version.rb
104
104
  - lib/tasks/rails_token_jwt_tasks.rake
105
- homepage: https://github.com/rjurado01/rails-token-auth
105
+ homepage: https://github.com/rjurado01/rails_jwt_auth
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}