summaryrefslogtreecommitdiff
path: root/Manifest.txt
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2009-06-01 02:30:04 -0800
committerRyan Davis <ryand@zenspider.com>2009-06-01 02:30:04 -0800
commit3c0d06fea696a6639cf75e66afe28f37fc37abf4 (patch)
tree17b2467dc52a4b2e7de294a630cc3f7802f9cadd /Manifest.txt
parente61fb39969dad52e1ca5ee67205991fdb76ef2cc (diff)
downloadhoe-3c0d06fea696a6639cf75e66afe28f37fc37abf4.tar.gz
! Added a plugin system and extracted nearly everything into separate plugins.
! Added Clean, Debug, Deps, Flay, Flog, Inline, Package, Publish, Rake, Rcov, Signing, and Test plugins + Filled in all the blanks on rdoc. + Added Hoe::spec replacing old Hoe.new spec form. Now with DSL flavors! + Deprecated Hoe.new spec form. + Refactored nearly all the spec logic down to much smaller/cleaner pieces. + Version number is now auto-searchable by grepping in all the files. + Added pluggable! to declare your package depends on rubygems 1.3.1+. + Added DEFAULT_CONFIG so plugins can add to it. + Updated templates to use new form. No clue how best to update yours. :P [git-p4: depot-paths = "//src/hoe/dev/": change = 4987]
Diffstat (limited to 'Manifest.txt')
-rw-r--r--Manifest.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Manifest.txt b/Manifest.txt
index fca348e..d5056fd 100644
--- a/Manifest.txt
+++ b/Manifest.txt
@@ -4,6 +4,18 @@ README.txt
Rakefile
bin/sow
lib/hoe.rb
+lib/hoe/clean.rb
+lib/hoe/debug.rb
+lib/hoe/deps.rb
+lib/hoe/flay.rb
+lib/hoe/flog.rb
+lib/hoe/inline.rb
+lib/hoe/package.rb
+lib/hoe/publish.rb
+lib/hoe/rake.rb
+lib/hoe/rcov.rb
+lib/hoe/signing.rb
+lib/hoe/test.rb
template/.autotest.erb
template/History.txt.erb
template/Manifest.txt.erb