public
Description: Gem for parsing names into first, last, middle, prefix and suffix
Clone URL: git://github.com/bricooke/name_parser.git
Search Repo:
bump rev
bricooke (author)
Wed Mar 26 22:31:42 -0700 2008
commit  807252f563315310efa12027c5a12e3e11842ce1
tree    87c99e12a52888d775c39b8f2099dfeb1abffb22
parent  a7274a8ffa1bd0612bd2b021a3ce7d3a92a66f51
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 class NameParser
0
- VERSION = '0.1.1'
0
+ VERSION = '0.1.2'
0
   
0
   attr_reader :first_name, :last_name, :middle_name, :prefix, :suffix
0
   

Comments

    No one has commented yet.