password_blacklist 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bccd4f7a39e75a1053ace700211a5e30c68dcc5753d021ec55aae6a9faadc018
4
- data.tar.gz: 337741f0cf3ce246c45221ca6180e57b218cda12031e6cf64a622e65a2abf29f
3
+ metadata.gz: b2f343cbcdab3887ff9ea6d58742fa7aa16c54858715877b82fb074f160c72a9
4
+ data.tar.gz: b3be92f672d6d07cd811032705810c5ec38348a2bfacd13139dee04b47039a25
5
5
  SHA512:
6
- metadata.gz: b08c5b6cd3a24ffde9bf093178fcd07c9989fb757a010f26a72c15b840fbb4debf1697cf5763f001d2a35bf083c4b422d98ef230307066eaae43abfb9db29acd
7
- data.tar.gz: '0947210ee42bb23cffb955c9d9b82f7644cacd14d464294ed0dfa69c2ab6d7ee3fbeb5cfafe086e14b2801ef79bd2649c2f14042ed4cb083fd5ce8e47639d762'
6
+ metadata.gz: 35c294f91b782bff4eb04e82877d9752a84f09e1d15226d8eca9b1ae9fb5605d029fef3625d3277f45d7c0c5d9d46afb4ceb83e531ad99bdaabee766959a2f03
7
+ data.tar.gz: e23d30aad51bbcab2d36bfb4aca3d6f4d38eecda06698283b6f8c4ec537831c3fea6a15bf0f680a9fc52a556de4103a533011d1542bde7ab1e79a8f4fb466b23
@@ -1,3 +1,3 @@
1
1
  module PasswordBlacklist
2
- VERSION = '0.4.1'.freeze
2
+ VERSION = '0.4.2'.freeze
3
3
  end
@@ -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.1
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: []