ruby: rdoc can run without gems (with patch)
authorLuiz Angelo Daros de Luca <luizluca@gmail.com>
Sat, 4 Oct 2014 20:19:54 +0000 (17:19 -0300)
committerLuiz Angelo Daros de Luca <luizluca@gmail.com>
Tue, 7 Oct 2014 17:14:53 +0000 (14:14 -0300)
commitc90a4cb178a26924efc33131c5bcf925310f5d9e
treedae4cbd24d8a4dcf2cd22a62aa0826a6c59f6023
parenta0e65256e93dac17d221bf788507285ba0eca632
ruby: rdoc can run without gems (with patch)

rdoc seems to be written to run without gem. However,
some internal code still does not check for gems presence.
With a small patch, rdoc can run without gems.

Ref: https://bugs.ruby-lang.org/issues/10196

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
lang/ruby/Makefile
lang/ruby/patches/001-rdoc-remove_gems_dep.patch [new file with mode: 0644]