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 CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.1 / 2009-05-25
2
+
3
+ * oops, ::manifest in template instead of ::task
4
+
1
5
  == 0.1.0 / 2009-05-25
2
6
 
3
7
  Extracted from Tap-0.12.0, with updates for
@@ -1,6 +1,6 @@
1
1
  require 'tap/task'
2
2
 
3
- <% redirect do |target| %># <%= const.const_name %>::manifest <replace with manifest summary>
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tap-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Chiang