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

build:windows fails if Gemfile references a gemspec #20

Open bil-bas opened 12 years ago

bil-bas commented 12 years ago

Something odd is afoot here! No idea why, but if you have a Gemfile like

source :rubygems
gemspecs

Then Ocra fails, but if the same information is put into the Gemfile using "gem" methods, then it works fine. I've managed to work around this by excluding the "myapplication.gemspec" (note the underscore) file as well as editing the Gemfile