pwned_passwords_v2 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 52b4f2c805586834cfe604aab21a0348fea65939
4
- data.tar.gz: f76c44bb713b503d9f061027eabd4a9e609a6dc9
3
+ metadata.gz: 4630ced34c325ff4be35cfa5394a8f8e2c0aff5c
4
+ data.tar.gz: 66b2099bfa1060fbcb77c89a0e752a05cf0e2b33
5
5
  SHA512:
6
- metadata.gz: 61771e9114ff76de3e25d14e0d26711bf89cd28b765d8430ac5d84585b0c4593ca71259e027183c4d1289f843d06b133bc5d39e2b708fa9159ff4e66ae4eca6c
7
- data.tar.gz: 29141f555768e042d8afbe85a31924a39dd2ec5d897216366c0df0df136d6fb9c9d0d9703141077a2ac3c68263cf8df1b98deb60c80cae2e105a18c903c5e8b6
6
+ metadata.gz: a76fb89a4186c3ac26e9ede6b8f078363db1fe698df31d07692eec49391e33d303360e3d7827ba7ca71c2fd42a0a973126f0691145e55c7011e453f8a9ab3caa
7
+ data.tar.gz: d0f88afe2bc3fca4192d748a24f5dd91490dec7956cd51338f8738b3c1ee8ab74807491d2ae5e2f8c0bb1401fd515e5752375e171355ecc443eb0a201fb1cd66
data/README.md CHANGED
@@ -35,9 +35,9 @@ Or install it yourself as:
35
35
  You can find out the number of times a password has appeared in Troy Hunt's Pwned Passwords V2 dataset as follows.
36
36
 
37
37
  ``` > PwnedPasswordsV2.have_i?('password')
38
- => 3303003
39
- > PwnedPasswordsV2.have_i?('a_nice_strong_password+%^&*()__*')
40
- => 0
38
+ => 3303003
39
+ > PwnedPasswordsV2.have_i?('a_nice_strong_password+%^&*()__*')
40
+ => 0
41
41
  ```
42
42
 
43
43
  2.0.0-p643 :007 >
@@ -1,3 +1,3 @@
1
1
  module PwnedPasswordsV2
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwned_passwords_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Singerman