tags:

views:

12

answers:

0

New install of Snow Leopard, patched/updated. Updated rubygems and currently installed gems. Installed garb (version 0.7.6). On running irb I get the following:

plushgraffiti:garb paul$ irb
>> require 'rubygems'
=> false
>> require 'garb'
=> true
>> Garb::Session.login('username','password')
NameError: uninitialized constant Garb
    from (irb):3

Other gems such as sintra work fine. Any ideas?