authenticaty 0.0.1 → 0.1.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 +4 -4
- data/lib/authenticaty/version.rb +1 -1
- data/lib/authenticaty.rb +3 -1
- metadata +31 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e7ad33b679a95c6de2a611bba36c172e944f004ca410fe18a8493b7f7e0ca41
|
|
4
|
+
data.tar.gz: 90e52c7411c9aeaf31221dfc02e58034da8934d0c44fe1015f68ae709d7f5aaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daa5e5e28d7a873dcaafd3e9df8f6c9c7e89788548e6d61b6f7b7ce685890546faa3f2c4d715abe81a75715b57cd29f7dda4e31bf1c9d247b3a651c2e40dbc7a
|
|
7
|
+
data.tar.gz: cc46d10a598a06d97dc50ed9cba1ee12181147a4550b04ffaf61ed1ba043a595900c47ce06d9125f48c7ccdf13259f6b19ff1c8066fc578fa65bed841f79427f
|
data/lib/authenticaty/version.rb
CHANGED
data/lib/authenticaty.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,42 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: authenticaty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0
|
|
4
|
+
version: 0.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lavenda Software
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
|
-
dependencies:
|
|
11
|
+
dependencies:
|
|
12
|
+
- !ruby/object:Gem::Dependency
|
|
13
|
+
name: devise
|
|
14
|
+
requirement: !ruby/object:Gem::Requirement
|
|
15
|
+
requirements:
|
|
16
|
+
- - ">="
|
|
17
|
+
- !ruby/object:Gem::Version
|
|
18
|
+
version: '0'
|
|
19
|
+
type: :runtime
|
|
20
|
+
prerelease: false
|
|
21
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
22
|
+
requirements:
|
|
23
|
+
- - ">="
|
|
24
|
+
- !ruby/object:Gem::Version
|
|
25
|
+
version: '0'
|
|
26
|
+
- !ruby/object:Gem::Dependency
|
|
27
|
+
name: devise-i18n
|
|
28
|
+
requirement: !ruby/object:Gem::Requirement
|
|
29
|
+
requirements:
|
|
30
|
+
- - ">="
|
|
31
|
+
- !ruby/object:Gem::Version
|
|
32
|
+
version: '0'
|
|
33
|
+
type: :runtime
|
|
34
|
+
prerelease: false
|
|
35
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
36
|
+
requirements:
|
|
37
|
+
- - ">="
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '0'
|
|
12
40
|
description: This gem provides authentication utilities and helpers for Rails applications
|
|
13
41
|
using Devise.
|
|
14
42
|
email:
|
|
@@ -49,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
49
77
|
- !ruby/object:Gem::Version
|
|
50
78
|
version: '0'
|
|
51
79
|
requirements: []
|
|
52
|
-
rubygems_version: 4.0.
|
|
80
|
+
rubygems_version: 4.0.7
|
|
53
81
|
specification_version: 4
|
|
54
82
|
summary: Authentication utilities for Rails applications.
|
|
55
83
|
test_files: []
|