Adding a Hacking document.

This commit is contained in:
Austin Ziegler 2010-03-24 23:16:58 -04:00 committed by Kaspar Schiess
parent 1589556dd2
commit 97fbae9849
3 changed files with 31 additions and 7 deletions

View file

@ -1,4 +1,5 @@
require "rubygems"
require 'hanna/rdoctask'
require 'hoe'
$LOAD_PATH.unshift('lib')
@ -33,6 +34,8 @@ Hoe.spec PKG_NAME do
self.changes = paragraphs_of(self.history_file, 0..1).join("\n\n")
self.description = paragraphs_of(self.readme_file, 2..2).join("\n\n")
extra_rdoc_files << "Hacking.rdoc"
extra_dev_deps << [ "archive-tar-minitar", "~>0.5.1" ]
extra_dev_deps << [ "hanna", "~>0.1.2" ]
extra_dev_deps << [ "hoe-git", "~>1" ]