Skip to content

Commit e823862

Browse files
committed
Fix history, darkfish
1 parent 304abd8 commit e823862

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

History.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -15,7 +15,7 @@
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.

lib/rdoc/generator/darkfish.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# vim: noet ts=2 sts=8 sw=2
33

44
require 'rubygems'
5-
gem 'rdoc', '>= 2.4' if defined? $rdoc_rakefile
5+
gem 'rdoc', '>= 2.4' unless defined? $rdoc_rakefile
66

77
require 'pp'
88
require 'pathname'

0 commit comments

Comments
 (0)