Can’t get pingfm class work

Hi all,

I have simple code from Ping.fm Ruby Client/Library
(GitHub - Oshuma/pingfm: Ping.fm Ruby Library)

require 'pingfm'
pingfm = Pingfm::Client.new('api_key', 'user_app_key')

but it gives me uninitialized constant Pingfm (NameError)

pingfm gem is installed, just there was this error message Could not find main page README during installation.

Any idea how I can get it work?

I am using:

  • ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
  • pingfm (1.0.2)

Thank you,

R