This commit is all about moving toward 'Hoe' as the project helper.

$ gem install hoe

To get there the following has been done:

 * Adhere to hoe naming conventions.
 * Migrate and update tests.
 * Consolidate and update documentation.
 * Prepare History.txt for release.
 * And I probably forgot something...
This commit is contained in:
emiel 2008-11-14 23:22:30 +00:00
parent e6cccef627
commit 6b5548ffd2
20 changed files with 719 additions and 442 deletions

View file

@ -37,10 +37,9 @@ def run_tests(test_list)
$:.shift
end
rdoc = %w(--main README --line-numbers
--title MIME::Types)
rdoc = %w(--main README.txt --line-numbers)
ri = %w(--ri-site --merge)
dox = %w(README ChangeLog lib)
dox = %w(README.txt History.txt lib)
build_rdoc rdoc + dox
build_ri ri + dox
# run_tests Dir["tests/**/*"]
#run_tests Dir["test/**/*"]