Skip to content

Commit

Permalink
Update Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Stenhouse committed Mar 18, 2010
1 parent 789623d commit 36c910f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -22,7 +22,7 @@ Rake::RDocTask.new do |rdoc|
"COPYING",
"LICENSE",
"HACKING", "lib/" )
rdoc.main = "README"
rdoc.main = "lib/gpgr.rb"
rdoc.rdoc_dir = "doc/html"
rdoc.title = "Gpgr Documentation"
end
Expand All @@ -40,7 +40,7 @@ spec = Gem::Specification.new do |spec|
spec.has_rdoc = true
spec.extra_rdoc_files = %w{HACKING README.markdown LICENSE COPYING}
spec.rdoc_options << '--title' << 'Gpgr Documentation' <<
'--main' << 'README' << '-q'
'--main' << 'lib/gpgr.rb' << '-q'
spec.author = "Ryan Stenhouse"
spec.email = " ryan@ryanstenhouse.eu"
spec.rubyforge_project = "gpgr"
Expand Down

0 comments on commit 36c910f

Please sign in to comment.