rubyjs / therubyracer

Embed the V8 Javascript Interpreter into Ruby
1.66k stars 192 forks source link

therubyracer not found #275

Closed stoplion closed 10 years ago

stoplion commented 10 years ago

Seems like gem installs, but can't be found?

brew install v8
gem install therubyracer
gem which therubyracer
//ERROR:  Can't find ruby library file or shared library therubyracer
which therubyracer    
//therubyracer not found

Using ruby 2.0.0 on Mountain Lion

cowboyd commented 10 years ago

the ruby racer's require name is actually 'v8'

$ gem which v8
/Users/cowboyd/.rbenv/versions/2.0.0-p0/lib/ruby/gems/2.0.0/gems/therubyracer-0.12.0/lib/v8.rb