Skip to content

Instantly share code, notes, and snippets.

@andyjeffries
Created August 5, 2009 15:03
Show Gist options
  • Save andyjeffries/162744 to your computer and use it in GitHub Desktop.
Save andyjeffries/162744 to your computer and use it in GitHub Desktop.
$ gem list --local|grep 'LVS-JSONService'
LVS-JSONService (0.2.5, 0.2.4, 0.2.3, 0.2.2, 0.2.1)
$ irb
>> require 'rubygems'
=> false
>> require 'nokogiri'
=> true
# Just checking gems load OK
>> require 'jsonservice'
LoadError: no such file to load -- jsonservice
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
from (irb):5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment