gosu / releasy

A rake task generator to help with building/packaging/deploying Ruby applications (⚠️ unmaintained)
https://spooner.github.com/libraries/releasy/
MIT License
378 stars 29 forks source link

require rubygems 1.8.x #25

Open bil-bas opened 12 years ago

bil-bas commented 12 years ago

Assumes that Gem::Specification#bin_file is defined, which isn't there in 1.7.2

Either manually construct the path or require a newer version of rubygems (latter is probably more sensible).