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

Fixed regex for finding remote gem #56

Closed jappelbe closed 9 years ago

jappelbe commented 9 years ago

Need to check from beginning of line or you might match wrong gem.

For example the gem name 'rake' will also be matched by gem 'airbrake'.

bil-bas commented 9 years ago

Oops, that was dumb of me!