Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Remove old hanna gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Savage committed Jan 10, 2015
1 parent e520905 commit d4a7298
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ if RUBY_PLATFORM.match(/win32|mingw32/)
end

# RDoc Task
desc "Generate rdoc documentation"
desc 'Generate rdoc documentation'
RDoc::Task.new("rdoc") do |rdoc|
rdoc.rdoc_dir = 'website/_site/rdoc'
rdoc.title = "LibXML"
rdoc.title = 'LibXML'
rdoc.generator = 'hanna'

# Show source inline with line numbers
rdoc.options << "--line-numbers"
rdoc.options << "--charset=utf-8"
rdoc.options << "--format=hanna"
rdoc.options << '--line-numbers'
rdoc.options << '--charset=utf-8'
# Make the readme file the start page for the generated html
rdoc.main = 'README.rdoc'
rdoc.rdoc_files.include('doc/*.rdoc',
Expand Down
1 change: 0 additions & 1 deletion libxml-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,4 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '>= 1.8.6'
spec.date = DateTime.now
spec.license = 'MIT'
spec.add_development_dependency('hanna_guado')
end

0 comments on commit d4a7298

Please sign in to comment.