PwnedCheck 1.0.14 → 1.0.15
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +7 -1
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07e4cea2aae022961c1bcbf9f6223dab237abce3
|
4
|
+
data.tar.gz: de284e2baeb4c8462a835e3d10b4199e4d32973f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2316ae88c855473fa835097c71c89fc883a221abb35fe1b405bc7245d149f92119b2948d85d3ea23456eb58f5eebe3dc54ce87810a576f8fc74c85d1a43ba863
|
7
|
+
data.tar.gz: e0567e9f1230e7f0f35e0e34065075f24e57a9a2e5436f92394f37c2f0d1994d19da9365d5a12a3d4104902c89cc68b6d5708a0906540656cd172cef5f7cef99
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -5,7 +5,7 @@ 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.
|
8
|
+
<td>1.0.15</td>
|
9
9
|
</tr>
|
10
10
|
<tr>
|
11
11
|
<th>Author</th>
|
@@ -22,7 +22,9 @@ Ruby gem to check to see if an email address is on http://haveibeenpwned.com
|
|
22
22
|
</table>
|
23
23
|
|
24
24
|
# Installation
|
25
|
+
`````ruby
|
25
26
|
gem install PwnedCheck
|
27
|
+
`````
|
26
28
|
|
27
29
|
# Usage
|
28
30
|
|
@@ -50,3 +52,7 @@ addresses.each do |address|
|
|
50
52
|
end
|
51
53
|
end
|
52
54
|
`````
|
55
|
+
<a title="Real Time Web Analytics" href="http://clicky.com/100685763"><img alt="Real Time Web Analytics" src="//static.getclicky.com/media/links/badge.gif" border="0" width="0" height="0"/></a>
|
56
|
+
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
57
|
+
<script type="text/javascript">try{ clicky.init(100685763); }catch(e){}</script>
|
58
|
+
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100685763ns.gif" /></p></noscript>
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|