You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix rubygems hook execution when gemspec.rdoc_options contains --ri
`finish` should be called before `rdoc.parse_files(options.files)`.
`finish` should be called after `options.setup_generator`.
We need to use a different RDoc::Options object for parse_files phase and document generation phase.
0 commit comments