voxpupuli / puppet-blacksmith

Ruby Gem with Puppet Module utilities
Apache License 2.0
69 stars 31 forks source link

fix rake module release order #42

Closed TheKangaroo closed 7 years ago

TheKangaroo commented 7 years ago

When starting to use blacksmith to manage versioning of my puppet modules i ran into issue #38. This PR fixes the order of the release workflow.

bastelfreak commented 7 years ago

Hi @TheKangaroo, can you please rebase against latest master? This will fix the travis errors (by dropping ruby 1.9).

TheKangaroo commented 7 years ago

Hi @bastelfreak I rebased against master. Should work now :)