Ticket #2 (closed defect: fixed)
NoMethodError under RDoc 2.2.0
| Reported by: | deveiant | Owned by: | deveiant |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Gem | Version: | 1.1.4 |
| Keywords: | rdoc 2.2.0 nomethoderror build_indicies | Cc: | bjoernklippstein@… |
Description
Reported by bjoernklippstein at gmx dot de:
your Darkfish RDoc Template looks great!! I also modified the Allison Template but your version looks nearly perfect.
But I was not able to start it on my installation. I get "undefined method `build_indicies' for RDoc::Generator::Context:Class" My rdoc version is 2.2.0.
Do you have an idea to solve the problem?
PS R:\_Eigene_Projekte_unter_SVN\kyanite> rake rdoc --trace (in R:/_Eigene_Projekte_unter_SVN/kyanite) ** Invoke rdoc (first_time) ** Invoke html/index.html (first_time) ** Invoke README.txt (first_time, not_needed) ** Invoke rakefile.rb (first_time, not_needed) ** Execute html/index.html rm -r html README.txt: Generating DARKFISH... rake aborted! undefined method `build_indicies' for RDoc::Generator::Context:Class .../ruby/lib/ruby/gems/1.8/gems/darkfish-rdoc-1.1.4/lib/rdoc/generator/darkfish.rb:132:in `generate' .../ruby/lib/ruby/gems/1.8/gems/rdoc-2.2.0/lib/rdoc/rdoc.rb:278:in `document' [...snip...] .../ruby/lib/ruby/gems/1.8/gems/rake-0.8.2/bin/rake:31 .../ruby/bin/rake:19:in `load'
Change History
Note: See
TracTickets for help on using
tickets.

(In [35]) Updated to work under RDoc 2.2.0 (fixes #2).