shoes / furoshiki

Distribute Ruby GUI apps easily.
https://github.com/shoes/furoshiki
Do What The F*ck You Want To Public License
36 stars 6 forks source link

furoshiki.rb:4: unterminated string #7

Closed XORwell closed 11 years ago

XORwell commented 11 years ago

I've tried Bundle.require. result was the following error: furoshiki.rb:4: unterminated string meets end of file

after fixing the error, the output of Bundle.require looks better:

Bundler.require
OMG, nothing here!

You probably want to `require 'furoshiki/shoes'`
PragTob commented 11 years ago

Oops, sorry haven't seen this :-(

Thanks! But btw. do we really need JDK 1.7.0? @wasnotrice

wasnotrice commented 11 years ago

You need JRuby, but not 1.7.0. Should work also on 1.6.*

PragTob commented 11 years ago

I think we now mostly assume 1.7 + due to 1.9 as default, although I'm not 100% sure :-)

Thanks for chiming in Eric!

PragTob commented 11 years ago

Merged this in, thanks a ton!