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

Using Releasy to package a gem breaks with windows releases #32

Open bil-bas opened 12 years ago

bil-bas commented 12 years ago

Seems to be that if releasy tries to use Ocra to build a release (:windows_standalone, :windows_folder, :windows_installer), it will fail if the application is also configured to be released as a gem (i.e. there is a application.gemspec file in the root directory).

I think it is some kind of interaction between bundler & ocra and a gemspec file.

I'm sure I worked out a workaround for this, but I have managed to forget it :D