summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-03 16:01:30 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-12-03 16:01:30 +0000
commitb59c830d9a0427c6918bcd2346c3f965da29cac9 (patch)
tree21ecb4963ca7eab21eea48840a6042825d9789f3
parent575ff42aa37f7b77c9b8d002fb1b4e8ed6f189e5 (diff)
downloadimport-b59c830d9a0427c6918bcd2346c3f965da29cac9.tar.gz
Add TODO.rubygems item
-rw-r--r--TODO.rubygems3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.rubygems b/TODO.rubygems
index 1be298c..e7ca06d 100644
--- a/TODO.rubygems
+++ b/TODO.rubygems
@@ -20,3 +20,6 @@ It's ugly to have the version number in every chunk name, and it makes it more
time-consuming to do version updates of individual components in a stratum.
The chunk name should default to '$chunkname', except when multiple versions
of the chunk are found.
+
+The tool should autodetect where 'Hoe' is used and generate a chunk morph
+that runs `rake gem` instead of `gem build xxx.gemspec`.