fat_fingers 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/fat_fingers.rb CHANGED
@@ -1,7 +1,6 @@
1
1
  class String
2
2
 
3
- # Internal: Check a string for misspelled TLDs and
4
- # misspelled domains from popular e-mail providers.
3
+ # Internal: Check a string for misspelled TLDs and misspelled domains from popular e-mail providers.
5
4
  #
6
5
  # Examples
7
6
  #
File without changes
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.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -22,7 +22,7 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
  files:
24
24
  - lib/fat_fingers.rb
25
- - tests/test_fat_fingers.rb
25
+ - test/test_fat_fingers.rb
26
26
  homepage: http://github.com/charliepark/fat_fingers
27
27
  licenses: []
28
28
  post_install_message:
@@ -48,4 +48,4 @@ signing_key:
48
48
  specification_version: 3
49
49
  summary: Clean up e-mail strings when the user's made a typo (like 'gmail.cmo').
50
50
  test_files:
51
- - tests/test_fat_fingers.rb
51
+ - test/test_fat_fingers.rb