Rakefile in patron-0.4.7 vs Rakefile in patron-0.4.8
- old
+ new
@@ -125,11 +125,6 @@
t.rcov_opts << '--exclude spec'
t.rcov_opts << '--exclude lib/magneto.rb'
t.rcov_opts << '--exclude /Library/Ruby/Gems'
end
-Jeweler::RubyforgeTasks.new do |t|
- t.remote_doc_path = ''
- t.doc_task = :yardoc
-end
-
task :default => :spec