Skip to content

Instantly share code, notes, and snippets.

@jondruse
Created October 30, 2013 22:34
Show Gist options
  • Save jondruse/b2a68c514b10875b2b8b to your computer and use it in GitHub Desktop.
Save jondruse/b2a68c514b10875b2b8b to your computer and use it in GitHub Desktop.
issue with rets gem
➜ ~ gem install rets
Fetching: httpclient-2.3.4.1.gem (100%)
Fetching: rets-0.5.0.gem (100%)
Successfully installed httpclient-2.3.4.1
Successfully installed rets-0.5.0
2 gems installed
➜ ~ irb
>> require 'rubygems'
=> false
>> require 'rets'
LoadError: cannot load such file -- /Users/jondruse/.rvm/gems/ruby-1.9.3-p286-falcon/gems/rets-0.5.0/lib/rets/http_client
from /Users/jondruse/.rvm/gems/ruby-1.9.3-p286-falcon/gems/rets-0.5.0/lib/rets/client.rb:3:in `require_relative'
from /Users/jondruse/.rvm/gems/ruby-1.9.3-p286-falcon/gems/rets-0.5.0/lib/rets/client.rb:3:in `<top (required)>'
from /Users/jondruse/.rvm/rubies/ruby-1.9.3-p286-falcon/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/jondruse/.rvm/rubies/ruby-1.9.3-p286-falcon/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /Users/jondruse/.rvm/gems/ruby-1.9.3-p286-falcon/gems/rets-0.5.0/lib/rets.rb:39:in `<top (required)>'
from /Users/jondruse/.rvm/rubies/ruby-1.9.3-p286-falcon/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
from /Users/jondruse/.rvm/rubies/ruby-1.9.3-p286-falcon/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
from /Users/jondruse/.rvm/rubies/ruby-1.9.3-p286-falcon/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
from (irb):2
from /Users/jondruse/.rvm/rubies/ruby-1.9.3-p286-falcon/bin/irb:16:in `<main>'
>>
➜ ~ ll /Users/jondruse/.rvm/gems/ruby-1.9.3-p286-falcon/gems/rets-0.5.0/lib
total 8
drwxr-xr-x 4 jondruse staff 136B Oct 30 15:29 .
drwxr-xr-x 10 jondruse staff 340B Oct 30 15:29 ..
drwxr-xr-x 6 jondruse staff 204B Oct 30 15:29 rets
-rw-r--r-- 1 jondruse staff 1.1K Oct 30 15:29 rets.rb
➜ ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment