PwnedCheck 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5de81c61e7dde8979b04147a141c6612c1a1deac
4
- data.tar.gz: 6aff688ed8e37d3d2ac39eb2b66aa8f634c64614
3
+ metadata.gz: dfffbf712546b0d3c061ed2da3a07693d666b12a
4
+ data.tar.gz: 4df6fd6c5833268b99bde895e448c78f26555968
5
5
  SHA512:
6
- metadata.gz: de4e354f5b80953c08fe400ce15361e241bea2c0e5fc6e45b89f5796ccf28467e6ab79313260968cc76fc51038796f9112049a1b0ebe13ce40b53ed214b70037
7
- data.tar.gz: 4924ea7c6ffba09b676aba87af8e6325314b7f17c10ce9ffcc123005f2de68305dceb3c0f6565a0dafbd60e70bf2f81bed575c28bbfd82f542a5b46e8b5a683f
6
+ metadata.gz: 0a9f1bea5512306ab3e6c85d03661dd7e0c4397a9da0e3d9ef68bfcefb6e2e15d54fe82697a0c08bdf6bd9d5296d3b8d514923f304b5dca58bdfe826f0bde98e
7
+ data.tar.gz: cf93795573b068c1bb370e502df1ea33ec07c16bc008fc9eb1b1fa706e35fe631affb040b33045d641a071fe5c9e760cbf5b1c7791af3722776be2a9bc7162ab
data/README.md CHANGED
@@ -5,16 +5,20 @@ Ruby gem to check to see if an email address is on http://haveibeenpwned.com
5
5
  <table>
6
6
  <tr>
7
7
  <th>Version</th>
8
- <td>1.0.4</td>
9
- </tr>
10
- <tr>
11
- <th>Github</th>
12
- <td><a href="http://github.com/sampsonc/PwnedCheck">http://github.com/sampsonc/PwnedCheck</a></td>
8
+ <td>1.0.8</td>
13
9
  </tr>
14
10
  <tr>
15
11
  <th>Author</th>
16
12
  <td><a href="http://www.chs.us">Carl Sampson</a> (<a href="http://twitter.com/chs">@chs</a>)</td>
17
13
  </tr>
14
+ <tr>
15
+ <th>Page</th>
16
+ <td><a href="http://www.chs.us/PwnedCheck">http://www.chs.us/PwnedCheck</a></td>
17
+ </tr>
18
+ <tr>
19
+ <th>Github</th>
20
+ <td><a href="http://github.com/sampsonc/PwnedCheck">http://github.com/sampsonc/PwnedCheck</a></td>
21
+ </tr>
18
22
  </table>
19
23
 
20
24
  # Installation
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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Sampson