quirkey / vegas

Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps.
http://code.quirkey.com/vegas
MIT License
183 stars 24 forks source link

ruby 1.8.6 and no thin installed gives a LoadError #1

Closed nevans closed 14 years ago

nevans commented 14 years ago

and vegas seems to be checking for a NameError.

To reproduce, you can use rvm to install 1.8.6, and see my gist at http://gist.github.com/327059

nevans commented 14 years ago

oops. I noticed that my "app" wasn't responding to your servers hook. I've remedied that in the gist. the bug still persists.

quirkey commented 14 years ago

Hey nevans

Thanks for pointing this out. I just pulled in your latest and pushed a new minor release.

--AQ

nevans commented 14 years ago

Marvelous. Thanks!