Skip to content

Commit

Permalink
fix for deprecated 'rake/rdoctask'
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jan 7, 2012
1 parent eebefcd commit 1bb8e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dryml/Rakefile
@@ -1,5 +1,5 @@
require 'rake'
require 'rake/rdoctask'
require 'rdoc/task'
require 'rake/testtask'

RUBY = File.join(Config::CONFIG['bindir'], Config::CONFIG['ruby_install_name']).sub(/.*\s.*/m, '"\&"')
Expand Down

0 comments on commit 1bb8e00

Please sign in to comment.