can't get pingfm class work (ruby)
        Posted  
        
            by Radek
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Radek
        
        
        
        Published on 2010-03-09T08:39:56Z
        Indexed on 
            2010/03/09
            8:51 UTC
        
        
        Read the original article
        Hit count: 228
        
I have simple code from Ping.fm Ruby Client/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)
 
© Stack Overflow or respective owner