Adding a Hacking document.
This commit is contained in:
parent
1589556dd2
commit
97fbae9849
3 changed files with 31 additions and 7 deletions
3
Rakefile
3
Rakefile
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue