Kerrick/google

Packaging error on Ruby 1.8: error when require_relative not supported

Closed this issue · 1 comments

sefk commented

Here's the error I get when running. This is a pretty stock Mac OS X Lion machine and did a standard "sudo gem install google"

/Library/Ruby/Gems/1.8/gems/google-1.0.5/bin/google:3: undefined method `require_relative' for main:Object (NoMethodError)
    from /usr/bin/google:19:in `load'
    from /usr/bin/google:19

ruby -v
ruby 1.8.7 (2011-12-28 patchlevel 357) [universal-darwin11.0]

Maybe include a dependency on something like this?

I'm not going to worry about 1.8 compatibility, sorry. Feel free to install 1.9 via RVM, though.