Skip to content

Commit

Permalink
Fix history, darkfish
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Feb 25, 2009
1 parent 304abd8 commit e823862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== 2.3.1 / ??
=== 2.4.0 / 2009-02-24

* N Minor Enhancements
* 9 Minor Enhancements
* `ri -f html` is now XHTML-happy
* Clarified RDoc::Markup link syntax. Bug #23517 by Eric Armstrong.
* Number of threads to parse with is now configurable
Expand All @@ -15,7 +15,7 @@
* Removed --ri-system as it is unused by Ruby's makefiles
* Added method list to index.html

* N Bug Fixes
* 6 Bug Fixes
* nodoc'd classes no longer appear in the index. Bug #23751 by Clifford
Heath.
* Fix 1.9 compatibility issues. Bug #23815 by paddor.
Expand Down
2 changes: 1 addition & 1 deletion lib/rdoc/generator/darkfish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# vim: noet ts=2 sts=8 sw=2

require 'rubygems'
gem 'rdoc', '>= 2.4' if defined? $rdoc_rakefile
gem 'rdoc', '>= 2.4' unless defined? $rdoc_rakefile

require 'pp'
require 'pathname'
Expand Down

0 comments on commit e823862

Please sign in to comment.