Skip to content

Commit

Permalink
Extended Rdoc with Hanna.
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Dec 1, 2009
1 parent 5816013 commit 7d615ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ require 'rubygems'
require 'rake'
require 'echoe'
require 'whois'

require 'rake/rdoctask'
require 'hanna/rdoctask'

# Common package properties
PKG_NAME = ENV['PKG_NAME'] || Whois::GEM
Expand All @@ -31,9 +32,11 @@ Echoe.new(PKG_NAME, PKG_VERSION) do |p|
p.need_zip = true

p.development_dependencies += ["rake ~>0.8",
"hanna ~>0.1.12",
"echoe ~>3.1",
"mocha ~>0.9"]

p.rdoc_options = ["--inline-source", "-T", "hanna"]
p.rcov_options = ["-Itest -x mocha,rcov,Rakefile"]
end

Expand Down

0 comments on commit 7d615ec

Please sign in to comment.