rails_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 +4 -4
- data/lib/rails_jwt_auth/version.rb +1 -1
- metadata +3 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 722641e7bf2c8c60e5714592d0d9f4a74dbd069769dd3c7d5c533680a7580f62
|
|
4
|
+
data.tar.gz: df98ce8b183227c93d050f574a1fc841cc641f7d83dc5ae3d1dcc0dfd0fcbd13
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 718a33d97272700c7f7fef5bf0f65197491f765253f6611bc57dcfbd688d0a5bb4b4abfc144e3bc6cef4bc97dee6b3600001ad53d5973d630e243bba7d3dfab1
|
|
7
|
+
data.tar.gz: a584c54cb4180c07d48b4e24d47041bda590c14e136ea3f085aaf40b14677192b6099059573e63d7f670b8278f761c568075ccf2524905ff462f900796aa8266
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails_jwt_auth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rjurado
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-12-
|
|
11
|
+
date: 2018-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bcrypt
|
|
@@ -52,20 +52,6 @@ dependencies:
|
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '5.0'
|
|
55
|
-
- !ruby/object:Gem::Dependency
|
|
56
|
-
name: warden
|
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
|
58
|
-
requirements:
|
|
59
|
-
- - "~>"
|
|
60
|
-
- !ruby/object:Gem::Version
|
|
61
|
-
version: '1.2'
|
|
62
|
-
type: :runtime
|
|
63
|
-
prerelease: false
|
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
-
requirements:
|
|
66
|
-
- - "~>"
|
|
67
|
-
- !ruby/object:Gem::Version
|
|
68
|
-
version: '1.2'
|
|
69
55
|
description: Rails authentication solution based on Warden and JWT and inspired by
|
|
70
56
|
Devise.
|
|
71
57
|
email:
|
|
@@ -127,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
127
113
|
version: '0'
|
|
128
114
|
requirements: []
|
|
129
115
|
rubyforge_project:
|
|
130
|
-
rubygems_version: 2.7.
|
|
116
|
+
rubygems_version: 2.7.3
|
|
131
117
|
signing_key:
|
|
132
118
|
specification_version: 4
|
|
133
119
|
summary: Rails jwt authentication.
|