password_blacklist 0.4.1 → 0.4.2
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/password_blacklist/version.rb +1 -1
- data/password_blacklist.gemspec +3 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2f343cbcdab3887ff9ea6d58742fa7aa16c54858715877b82fb074f160c72a9
|
|
4
|
+
data.tar.gz: b3be92f672d6d07cd811032705810c5ec38348a2bfacd13139dee04b47039a25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35c294f91b782bff4eb04e82877d9752a84f09e1d15226d8eca9b1ae9fb5605d029fef3625d3277f45d7c0c5d9d46afb4ceb83e531ad99bdaabee766959a2f03
|
|
7
|
+
data.tar.gz: e23d30aad51bbcab2d36bfb4aca3d6f4d38eecda06698283b6f8c4ec537831c3fea6a15bf0f680a9fc52a556de4103a533011d1542bde7ab1e79a8f4fb466b23
|
data/password_blacklist.gemspec
CHANGED
|
@@ -11,7 +11,9 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Checks a password against a 100k blacklist.'
|
|
13
13
|
spec.description = 'A simple Ruby library to check if a given string is
|
|
14
|
-
present in a blacklist of 95,000 common passwords
|
|
14
|
+
present in a blacklist of 95,000 common passwords. This gem has been
|
|
15
|
+
DEPRECATED; please switch to password_blocklist for continued support.
|
|
16
|
+
See migration details in the README.'
|
|
15
17
|
spec.homepage = 'https://www.github.com/gchan/password_blacklist'
|
|
16
18
|
spec.license = 'MIT'
|
|
17
19
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: password_blacklist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gordon Chan
|
|
@@ -138,7 +138,9 @@ dependencies:
|
|
|
138
138
|
version: 1.0.0
|
|
139
139
|
description: |-
|
|
140
140
|
A simple Ruby library to check if a given string is
|
|
141
|
-
present in a blacklist of 95,000 common passwords
|
|
141
|
+
present in a blacklist of 95,000 common passwords. This gem has been
|
|
142
|
+
DEPRECATED; please switch to password_blocklist for continued support.
|
|
143
|
+
See migration details in the README.
|
|
142
144
|
email:
|
|
143
145
|
- developer.gordon+github@gmail.com
|
|
144
146
|
executables: []
|