RailsCasts Pro episodes are now free!

Learn more or hide this

Kakani's Profile

GitHub User: Kakani

Comments by

Avatar

I am trying to install fnordmetric gem in my rails application. I installed the gem with this command sudo gem install fnordmetric. Gem is installed but i am getting this error when i run the server through script/server

invalid gemspec in illformed requirement in /usr/local/lib/ruby/gems/1.8/specifications/fnordmetric-1.0 gemspec
and in /code/ts-delayed-delta/ruby/gems/1.8/specifications/fnordmetric-1.0 gemspec

I updated the gems using sudo gem update --system. Still i am getting the same error.

Can anyone suggest me how to overcome this problem..?
Thank you in advance