Skip to content

Commit

Permalink
update rakefile to work with rake 10
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Dec 26, 2012
1 parent 8793051 commit 0073441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -3,7 +3,7 @@ require "bundler"
Bundler.setup

require 'rake'
require 'rake/rdoctask'
require 'rdoc/task'
require 'rspec/core/rake_task'

desc "Default Task"
Expand All @@ -18,8 +18,8 @@ end

# Genereate the RDoc documentation
desc "Create documentation"
Rake::RDocTask.new("doc") do |rdoc|
rdoc.title = "pdf-reader"
RDoc::Task.new do |rdoc|
rdoc.title = "em-ftpd"
rdoc.rdoc_dir = (ENV['CC_BUILD_ARTIFACTS'] || 'doc') + '/rdoc'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('TODO')
Expand Down

0 comments on commit 0073441

Please sign in to comment.