Removing Hanna RDoc template.
I like the Hanna template, but want to look at integrating it again later, especially when the frames can be eliminated. For now, we'll use Darkfish, which I think is very ugly.
This commit is contained in:
parent
917d455857
commit
70477ecf21
2
Rakefile
2
Rakefile
|
@ -1,5 +1,4 @@
|
|||
require "rubygems"
|
||||
require 'hanna/rdoctask'
|
||||
require 'hoe'
|
||||
|
||||
$LOAD_PATH.unshift('lib')
|
||||
|
@ -36,7 +35,6 @@ Hoe.spec PKG_NAME do
|
|||
extra_rdoc_files << MANIFEST.grep(/\.rdoc$/)
|
||||
|
||||
extra_dev_deps << [ "archive-tar-minitar", "~>0.5.1" ]
|
||||
extra_dev_deps << [ "hanna", "~>0.1.2" ]
|
||||
extra_dev_deps << [ "hoe-git", "~>1" ]
|
||||
extra_dev_deps << [ "metaid", "~>1" ]
|
||||
clean_globs << "coverage"
|
||||
|
|
Loading…
Reference in a new issue