summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2011-08-31 15:27:16 -0700
committerJohn Keiser <jkeiser@opscode.com>2011-08-31 15:27:16 -0700
commit8818f334a7c9b7ee42d76396e536f727b34ae86a (patch)
tree29a4ff16dada542ced1e4e65635031a3de9aed9e /Rakefile
parent590c99dbb969c145f94add975d8567038c5bb34a (diff)
downloadmixlib-cli-8818f334a7c9b7ee42d76396e536f727b34ae86a.tar.gz
Use RDoc::Task instead of Rake::RDocTask
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 6542ee5..b1321c9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -29,7 +29,7 @@ end
task :default => :spec
require 'rdoc/task'
-Rake::RDocTask.new do |rdoc|
+RDoc::Task.new do |rdoc|
if File.exist?('VERSION.yml')
require 'yaml'
config = YAML.load(File.read('VERSION.yml'))