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
> rake build
rake aborted!
WARNING: See http://guides.rubygems.org/specification-reference/ for help
ERROR: While executing gem ... (Gem::InvalidSpecificationException)
["lib/rdoc/markdown.rb", "lib/rdoc/rd/block_parser.rb", "lib/rdoc/rd/inline_parser.rb"] are not files
Tasks: TOP => build
(See full trace by running task with --trace)
rake build fails.
https://github.com/rdoc/rdoc/blob/master/rdoc.gemspec#L33 seems to cause this.
After removing this line, rake build succeeded.
Is this really necessary?
The text was updated successfully, but these errors were encountered: