effkay / blazing

painless git push deployments for everyone
MIT License
80 stars 12 forks source link

Blazing::Recipe.load_gem_recipes breaks when no version is specified for the recipe gem #41

Closed effkay closed 12 years ago

effkay commented 12 years ago

This line does not match when gems are specified without version:

gems = open('Gemfile').grep(/blazing-/).map { |l| l.match(/(blazing-.*)\'/)[1] }

Also, since I'm at it, ignore gems that are commented out?