darkhelmet / sinatra-bundles

Easy asset packaging for sinatra
http://verboselogging.com/2010/01/13/sinatra-bundles-easy-asset-bundling-for-sinatra
MIT License
42 stars 8 forks source link

Fix tests under ruby 1.9 #11

Closed jphpsf closed 14 years ago

jphpsf commented 14 years ago

Using ruby 1.9 on my ubuntu dev machine, the package ruby-debug is called ruby-debug19

This is a simple patch to include ruby-debug or ruby-debug19 depending on the ruby version

After the patch I was able to run rake spec

darkhelmet commented 14 years ago

Looks good...let's see if "Comment & Close" does what I want it to.