Closed jonkelleyatrackspace closed 5 years ago
Environmental notes:
# ruby -v
ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]
# gem -v
1.3.7
# cat /etc/redhat-release
CentOS release 6.7 (Final)
Thanks for this feedback. Do you think you can submit a PR and we will merge. I agree, the documentation generation is out of date/alignment with current best practices.
It seems like we can finally close this issue.
Thanks @olleolleolle for your effort.
@ioquatix The pleasure was all mine.
I found out about multipart-post as a library dependency to r10k for puppet. gem2rpm does not work with multipart-post because of a documentation issue that I would like to raise awareness on.
Normally people would bypass the errors below with
--no-ri
but gem2rpm only supports--no-doc
, so the alternative is to ask "Why?" and push for a fix. Seems to be caused by an undefined/unsupported formatter called darkfish? Anyone know for sure?