cucumber 0.10.5 → 0.10.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +0,0 @@
1
- begin
2
- require 'rake/rdoctask'
3
- require 'sdoc' # and use your RDoc task the same way you used it before
4
-
5
- Rake::RDocTask.new(:sdoc) do |rdoc|
6
- rdoc.rdoc_dir = 'doc/sdoc'
7
- rdoc.title = "Cucumber"
8
- rdoc.options += %w{--fmt shtml -N --webcvs=http://github.com/cucumber/cucumber/blob/v0.3.96/%s --title "Cucumber API" --threads 4 --main README --exclude cucumber/parser lib}
9
- rdoc.template = 'direct' # lighter template used on railsapi.com
10
- end
11
- rescue LoadError => ignore
12
- end