PwnedCheck 1.0.12 → 1.0.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f88e09cca920efe677069983fea466e27f79d2ea
4
- data.tar.gz: b1c4b85e1523987b99799ce22f9c1981715f3ad1
3
+ metadata.gz: b9760d1478599fa7fe031be7aa711986926767ad
4
+ data.tar.gz: 45c46b4cddb4384f156f59af2ca786f6d4d9e665
5
5
  SHA512:
6
- metadata.gz: 60f0c53738268388da9bb206b7771bdb24b6683f23f32c258d78789b257bcc57cb847dad73d2d5335f42bedcc04b4efb4a9b210c95fd0d513380ed4a1cd2b134
7
- data.tar.gz: 8049edaca9189c2e64bf5ba6d13ff16b47204a969ac1f73634933efafb418665ee41ba1a85c7041ae570ff3b035dff84e9ff074c421fed3be29a8a874acce4d5
6
+ metadata.gz: 9e094a7ec77f7762c7d4828cf5a7e22c17c07af72ece5a74e0f71041fc710b345b04da252891c67ae4a339090236738b787af1f75a29b3ab2ad8bb2b3019c465
7
+ data.tar.gz: d58a97f4adf6c21a3324da832bfefc98e0ef2e44c87afd6d8c2820547e519851b8b6cef5db814874b2f396599eeba84f57fc89c077c511cb093b2e7e5f617ce8
checksums.yaml.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.10</td>
8
+ <td>1.0.13</td>
9
9
  </tr>
10
10
  <tr>
11
11
  <th>Author</th>
data/lib/pwnedcheck.rb CHANGED
@@ -30,7 +30,7 @@ module PwnedCheck
30
30
  # Thrown if the email address being checked does not have a valid format
31
31
  class BadRequest < Exception
32
32
  def initialize
33
- super
33
+ super "Invalid email address format"
34
34
  end
35
35
  end
36
36
 
data.tar.gz.sig CHANGED
Binary file
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.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Sampson
@@ -29,7 +29,7 @@ cert_chain:
29
29
  mXk/ua0vocjxrv8hsEJFxUwf8cS3lTSPbKkeDknZtDz8pREiC8H0axttY2cmtWb1
30
30
  QpRFRIGkUba0uOnrpDYGuuDffqcLmyWY2QNiM6h/V43zrVhJ
31
31
  -----END CERTIFICATE-----
32
- date: 2013-12-13 00:00:00.000000000 Z
32
+ date: 2013-12-16 00:00:00.000000000 Z
33
33
  dependencies:
34
34
  - !ruby/object:Gem::Dependency
35
35
  name: mechanize
metadata.gz.sig CHANGED
Binary file