-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-3843) Fix bug in
deps:record
(#94)
This commit fixes a bug in `deps:record` that prevented recording to a custom Puppetfile._<method>_. It also adds a new `:reference` parameter to `deps:record` to specify a new Puppetfile for referencing which repos to record. SIMP-3834 #close
- Loading branch information
1 parent
a929a53
commit 75a7d24
Showing
3 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ module Simp; end | |
module Simp::Rake; end | ||
|
||
class Simp::Rake::Helpers | ||
VERSION = '5.0.2' | ||
VERSION = '5.1.0' | ||
end |