Rails_Currency_Convertor Gem

Hi Folks

I have created a currency converter Gem in rails,

It is a currency converter built in ruby on rails, It will allow the users to convert currency from/to any currency value. Usage: require "rcurrency" result = RCurrency::Convertor.convert(100, "CNY", "USD")

Kindly take out some time to test this Gem and provide your valuable feedback. You can leave your feedback on

http://dev.rubyonrails.org/ticket/11100

Here is the direct download link: http://rubyforge.org/projects/curr-converter/

Regards

Naveen