aadhar 0.0.6 → 0.0.7
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 +8 -8
- data/lib/aadhar/version.rb +1 -1
- metadata +26 -7
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MWNmODk3ODYzMWQxMzc4MDc4MmIxOGQ4MDhkZTcyOWVhMDIxNDg0Yw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGNhNDY2OWE0MGRhZWIyMWM0MDdhMzg3YzJjNWU3ZmYxNDE4YjZmZQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGY5YjkxMTJmYzQyOGJmZWMzY2EzMGQ3NDRkMGY0Mzk5ZjYyM2JiM2U1ODQ0
|
|
10
|
+
MTE3NTIyMWQ5MGFhOWUwNDNlY2QyNjJkMjAzOTNkMGU0YWJhODc0Y2Y5YTNj
|
|
11
|
+
NDBmZWUyZWEzZmQxNzcyZTYxZWUyNGM5YWQwODRiYTdhMWZjNjI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YmVkYzA1OTY0ZDU1ODVjZTE1NzA2OWIyZTg4NTliOWFmYzBkODVjYzJkYTk3
|
|
14
|
+
NDYzNGMwM2M0ZGE0OWFmZTlkM2VlZTlmYTg3ODg1YWMzOWVmMGVlMzRlNTcz
|
|
15
|
+
NTk4N2Y5NWNiNDI5YzcyZDYyOWFjZTgwMDU2MzBkYjI4NDczYzg=
|
data/lib/aadhar/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aadhar
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Krunal
|
|
@@ -17,6 +17,9 @@ dependencies:
|
|
|
17
17
|
- - ~>
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 4.2.0
|
|
20
|
+
- - ! '>='
|
|
21
|
+
- !ruby/object:Gem::Version
|
|
22
|
+
version: 4.2.0
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -24,35 +27,51 @@ dependencies:
|
|
|
24
27
|
- - ~>
|
|
25
28
|
- !ruby/object:Gem::Version
|
|
26
29
|
version: 4.2.0
|
|
30
|
+
- - ! '>='
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: 4.2.0
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: bcrypt
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
30
36
|
requirements:
|
|
37
|
+
- - ~>
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '3.1'
|
|
31
40
|
- - ! '>='
|
|
32
41
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
42
|
+
version: 3.1.10
|
|
34
43
|
type: :runtime
|
|
35
44
|
prerelease: false
|
|
36
45
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
46
|
requirements:
|
|
47
|
+
- - ~>
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '3.1'
|
|
38
50
|
- - ! '>='
|
|
39
51
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
52
|
+
version: 3.1.10
|
|
41
53
|
- !ruby/object:Gem::Dependency
|
|
42
54
|
name: mysql2
|
|
43
55
|
requirement: !ruby/object:Gem::Requirement
|
|
44
56
|
requirements:
|
|
57
|
+
- - ~>
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: '0.3'
|
|
45
60
|
- - ! '>='
|
|
46
61
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
62
|
+
version: 0.3.17
|
|
48
63
|
type: :development
|
|
49
64
|
prerelease: false
|
|
50
65
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
66
|
requirements:
|
|
67
|
+
- - ~>
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: '0.3'
|
|
52
70
|
- - ! '>='
|
|
53
71
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
55
|
-
description: Token based authentication
|
|
72
|
+
version: 0.3.17
|
|
73
|
+
description: Token based authentication. To support backend authentication for ios,
|
|
74
|
+
android, angular, ember etc...
|
|
56
75
|
email:
|
|
57
76
|
- krunal.shah@hotmail.com
|
|
58
77
|
executables: []
|
|
@@ -119,7 +138,7 @@ files:
|
|
|
119
138
|
- test/dummy/public/favicon.ico
|
|
120
139
|
- test/integration/navigation_test.rb
|
|
121
140
|
- test/test_helper.rb
|
|
122
|
-
homepage:
|
|
141
|
+
homepage: https://rubygems.org/gems/aadhar
|
|
123
142
|
licenses:
|
|
124
143
|
- MIT
|
|
125
144
|
metadata: {}
|