From c90a4cb178a26924efc33131c5bcf925310f5d9e Mon Sep 17 00:00:00 2001 From: Luiz Angelo Daros de Luca Date: Sat, 4 Oct 2014 17:19:54 -0300 Subject: 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 --- lang/ruby/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/ruby/Makefile') diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 66d58e33a..dfdac6f91 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -16,7 +16,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ruby PKG_VERSION:=2.1.2 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_LIBVER:=2.1 -- cgit v1.2.3