File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- === 2.3.1 / ??
1+ === 2.4.0 / 2009-02-24
22
3- * N Minor Enhancements
3+ * 9 Minor Enhancements
44 * `ri -f html` is now XHTML-happy
55 * Clarified RDoc::Markup link syntax. Bug #23517 by Eric Armstrong.
66 * Number of threads to parse with is now configurable
1515 * Removed --ri-system as it is unused by Ruby's makefiles
1616 * Added method list to index.html
1717
18- * N Bug Fixes
18+ * 6 Bug Fixes
1919 * nodoc'd classes no longer appear in the index. Bug #23751 by Clifford
2020 Heath.
2121 * Fix 1.9 compatibility issues. Bug #23815 by paddor.
Original file line number Diff line number Diff line change 22# vim: noet ts=2 sts=8 sw=2
33
44require 'rubygems'
5- gem 'rdoc' , '>= 2.4' if defined? $rdoc_rakefile
5+ gem 'rdoc' , '>= 2.4' unless defined? $rdoc_rakefile
66
77require 'pp'
88require 'pathname'
You can’t perform that action at this time.
0 commit comments