fat_fingers 0.1.23 → 0.1.24
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.
- data/lib/fat_fingers.rb +1 -1
- data/test/test_fat_fingers.rb +1 -2
- metadata +2 -2
data/lib/fat_fingers.rb
CHANGED
data/test/test_fat_fingers.rb
CHANGED
|
@@ -99,7 +99,6 @@ class StringTest < MiniTest::Unit::TestCase
|
|
|
99
99
|
"test@aol.cm"
|
|
100
100
|
]
|
|
101
101
|
|
|
102
|
-
|
|
103
102
|
@good_com = "test@something.com"
|
|
104
103
|
@bad_com = [
|
|
105
104
|
"test@somethingc.om",
|
|
@@ -251,7 +250,7 @@ class StringTest < MiniTest::Unit::TestCase
|
|
|
251
250
|
@bad_msn_com = ["test@msn.com"]
|
|
252
251
|
|
|
253
252
|
@good_verizon_net = "test@verizon.net"
|
|
254
|
-
@bad_verizon_net = ["test@verizon.net", "test@verion.net", "test@verzon.net"]
|
|
253
|
+
@bad_verizon_net = ["test@verizon.net", "test@veizon.net", "test@verion.net", "test@verzon.net"]
|
|
255
254
|
|
|
256
255
|
@good_yahoo_co_uk = "test@yahoo.co.uk"
|
|
257
256
|
@bad_yahoo_co_uk = ["test@yahoo.co.uk"]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fat_fingers
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.24
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-03-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Makes sure users don't accidentally create an account for the wrong e-mail
|
|
15
15
|
address. Because 'gmial' isn't actually what they meant to type. Similarly, 'yaho.com',
|