Rakefile in paperclip-aws-1.6.7 vs Rakefile in paperclip-aws-1.6.8
- old
+ new
@@ -32,10 +32,10 @@
test.verbose = true
end
task :default => :test
-require 'rake/rdoctask'
+require 'rdoc/task'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "paperclip-aws #{version}"