PwnedCheck 1.0.5 → 1.0.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8c36862d0acf75ecd8be881fe6afdea3df03d5c0
4
- data.tar.gz: b4fff43c188f441d1a7ea4141f48540157cd23fc
3
+ metadata.gz: 973d97b369a731383b89098462a4038273b107f8
4
+ data.tar.gz: d5f6b5a0d076e11e96f6d5a76f942550674022dc
5
5
  SHA512:
6
- metadata.gz: d52df9de3b1e2e9f630a5bb6dbcb31f5d8d8fe3f88d614c4de154b7637d6e3b2af167739ddc1b372d51906c30e82c47c47bef81ac4a171bd7974dbff7395cb87
7
- data.tar.gz: 51c8a0504773295dd6d4b7f3219f54daaca201bdd599f9b8bea5bf1d558f195ac9c632fcb433db3dbbaa3c56938e27e47b44e97c1c5bc5269e25109a3617830a
6
+ metadata.gz: 6be89517e8fefd010287475f43f3affa85907edebcd28309ef04c00f6f75170989b07a48c39136b0cb1be90115b8b327066db6515dcab105de82901e925d78ac
7
+ data.tar.gz: 9bf766c94ad65226c1d96a055b4474a4fb7c93e740829dd24effc90847d3e463a6ae3a31a5e5ad0c338ad69dc9334ec7c4c8861af2bb8f23acb845d89cb119b7
data/README.md CHANGED
@@ -26,10 +26,10 @@ gem install PwnedCheck
26
26
  require 'pwnedcheck'
27
27
 
28
28
  # The 3 cases.
29
- # chs@chs.us is a valid address on the site
30
- # abcabc@chs.us is a valid address, but not on the site
31
- # chschs.us is an invalid format
32
- addresses = ['chs@chs.us', 'abcabc@chs.us', 'chschs.us']
29
+ # foo@bar.com is a valid address on the site
30
+ # foo232323ce23ewd@bar.com is a valid address, but not on the site
31
+ # foo.bar.com is an invalid format
32
+ addresses = ['foo@bar.com', 'foo232323ce23ewd@bar.com', 'foo.bar.com']
33
33
 
34
34
  addresses.each do |address|
35
35
  begin
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: PwnedCheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Sampson