tap-gen 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- 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
|