devise-uncommon_password 0.4.7 → 0.4.8
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/README.md +1 -1
- data/lib/devise/uncommon_password/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd3d5d3f3d1d61a4acfbb3d5601a2bac60b42cf00c29db3afabdb99c2b918559
|
4
|
+
data.tar.gz: 7e817db1b315e14affe998190c33ab25b05c77dd122cbe75d52e25e3436c5c3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47a7eb7ec237c38c3ed890311e73f6fe3c132aa398179d04f1b1bf29b6f347e4d5040276ee220ec7971632473d3cc74da3504844d7179e2de983be9c3c3823c3
|
7
|
+
data.tar.gz: 617c6a7c188b23b943c3e5075ef52e7088a15d99d2810fc078d1dc55cfe6a0afb372f065e35c7d0244c6a49bb05f976f8b13de081c9dcd18d2d55858c55da701
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Devise Uncommon Password
|
2
2
|
|
3
|
-
[](https://github.com/HCLarsen/devise-uncommon_password/actions/workflows/ruby.yml)
|
4
4
|
[](https://codeclimate.com/github/HCLarsen/devise-uncommon_password)
|
5
5
|
|
6
6
|
Devise::UncommonPassword is an extension for the [devise](https://github.com/heartcombo/devise) gem, which prevents users from signing up using one of the 100 most common passwords. The list is derived from the darkweb2017_top10K.txt found at: https://github.com/danielmiessler/SecLists/tree/master/Passwords.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise-uncommon_password
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Larsen
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 2025-03-04 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rails
|
@@ -16,9 +16,9 @@ dependencies:
|
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
18
|
version: '4.2'
|
19
|
-
- - "
|
19
|
+
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: '
|
21
|
+
version: '9.0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,9 +26,9 @@ dependencies:
|
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
28
|
version: '4.2'
|
29
|
-
- - "
|
29
|
+
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: '
|
31
|
+
version: '9.0'
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: devise
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|