fat_fingers 0.1.12 → 0.1.14

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 CHANGED
@@ -69,7 +69,7 @@ protected
69
69
  end
70
70
 
71
71
  def clean_up_hotmail
72
- gsub(/@h(o|p)*to*m*(a|i|l)*\./,"@hotmail.")
72
+ gsub(/@h(o|p)*to*m*(a|i|k|l)*\./,"@hotmail.")
73
73
  end
74
74
 
75
75
  def clean_up_yahoo
@@ -53,6 +53,7 @@ class StringTest < MiniTest::Unit::TestCase
53
53
  @good_hotmail = "test@hotmail.com"
54
54
  @bad_hotmail = [
55
55
  "test@hotmaill.com",
56
+ "test@hotmaik.com",
56
57
  "test@hptmail.com",
57
58
  "test@htomali.com"
58
59
  ]
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.12
4
+ version: 0.1.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: