README.rdoc in charguess-1.3.20110215234539 vs README.rdoc in charguess-1.3.20110226181011

- old
+ new

@@ -15,12 +15,20 @@ == USSAGE: require "rubygems" require "charguess" - + CharGuess.guess("áéíóú") #=> "UTF-8" +== CREDITS + +* Ernesto Jiménez <erjica@gmail.com> assembled this gem +* MoonWolf <moonwolf@moonwolf.com> originally created the ruby bindings +* Stéphane Corbé <noubi@users.sourceforge.net> extracted libcharguess from Mozilla's sources +* Nando Vieira <fnando.vieira@gmail.com> created the setup this gem is based on: https://github.com/fnando/charguess +* Will Palmer <wmpalmer@gmail.com> helped fixing this gem in Ruby 1.9 + == LICENSE: -GPL \ No newline at end of file +GPL