Rakefile in solrizer-2.0.0.rc3 vs Rakefile in solrizer-2.0.0.rc4
- old
+ new
@@ -9,15 +9,5 @@
task :spec => ['solrizer:rspec']
task :rcov => ['solrizer:rcov']
task :default => :spec
-
-require 'rdoc/task'
-Rake::RDocTask.new do |rdoc|
- version = File.exist?('VERSION') ? File.read('VERSION') : ""
-
- rdoc.rdoc_dir = 'rdoc'
- rdoc.title = "solrizer #{version}"
- rdoc.rdoc_files.include('README*')
- rdoc.rdoc_files.include('lib/**/*.rb')
-end