tap-gen 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History +4 -0
- data/templates/tap/generator/generators/task/task.erb +1 -1
- metadata +1 -1
data/History
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
require 'tap/task'
|
|
2
2
|
|
|
3
|
-
<% redirect do |target| %># <%= const.const_name %>::
|
|
3
|
+
<% redirect do |target| %># <%= const.const_name %>::task <replace with manifest summary>
|
|
4
4
|
# <replace with command line description>
|
|
5
5
|
|
|
6
6
|
# <%= const.name %> Documentation
|