nacl_password 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 +4 -4
- data/lib/nacl_password/concern.rb +1 -1
- data/lib/nacl_password/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23d646b4f49872e70c5b72fe337f05c7ec2befb5144d4fb71c072332428b5b4a
|
|
4
|
+
data.tar.gz: f1b2583873be4e22db7ffa2c5b5bcc36e6da5327758fccf204057cb75a2641d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8976f2eb6d86211e3f2c5ec2cb8993b173ceb62c5dbaca162567f7554180788164de08edcd592c890e9f56984cd76139c112236db507f120a460d1bb024c40b3
|
|
7
|
+
data.tar.gz: ac230c49896578c59f48e5e7f1aec6691b1354c217f4247bc483dcc35958a9fd2c76a15f53fe5722dcd453fdb3144aa8b5dfc9692211b28be3e1629ffb29689e
|
|
@@ -8,7 +8,7 @@ module NaClPassword
|
|
|
8
8
|
extend ActiveSupport::Concern
|
|
9
9
|
|
|
10
10
|
module ClassMethods
|
|
11
|
-
# Adds methods to set and authenticate against
|
|
11
|
+
# Adds methods to set and authenticate against an Argon2 password.
|
|
12
12
|
# This mechanism requires you to have a +XXX_digest+ attribute.
|
|
13
13
|
# Where +XXX+ is the attribute name of your desired password.
|
|
14
14
|
# the +digest+ attribute to use can be set by passing
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nacl_password
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sampson Crowley
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coerce_boolean
|
|
@@ -47,7 +47,7 @@ dependencies:
|
|
|
47
47
|
version: '6.0'
|
|
48
48
|
- - ">="
|
|
49
49
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 6.0.
|
|
50
|
+
version: 6.0.3.5
|
|
51
51
|
type: :development
|
|
52
52
|
prerelease: false
|
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -57,7 +57,7 @@ dependencies:
|
|
|
57
57
|
version: '6.0'
|
|
58
58
|
- - ">="
|
|
59
59
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 6.0.
|
|
60
|
+
version: 6.0.3.5
|
|
61
61
|
- !ruby/object:Gem::Dependency
|
|
62
62
|
name: sqlite3
|
|
63
63
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -93,7 +93,7 @@ homepage: https://github.com/SampsonCrowley/nacl_password
|
|
|
93
93
|
licenses:
|
|
94
94
|
- MIT
|
|
95
95
|
metadata: {}
|
|
96
|
-
post_install_message:
|
|
96
|
+
post_install_message:
|
|
97
97
|
rdoc_options: []
|
|
98
98
|
require_paths:
|
|
99
99
|
- lib
|
|
@@ -108,8 +108,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '0'
|
|
110
110
|
requirements: []
|
|
111
|
-
rubygems_version: 3.1.
|
|
112
|
-
signing_key:
|
|
111
|
+
rubygems_version: 3.1.4
|
|
112
|
+
signing_key:
|
|
113
113
|
specification_version: 4
|
|
114
114
|
summary: RbNaCl on Rails
|
|
115
115
|
test_files: []
|