<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/ruby/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2014-10-07T17:14:52Z</updated>
<entry>
<title>ruby: wrap script to disable gems if not installed</title>
<updated>2014-10-07T17:14:52Z</updated>
<author>
<name>Luiz Angelo Daros de Luca</name>
</author>
<published>2014-10-04T19:54:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a0e65256e93dac17d221bf788507285ba0eca632'/>
<id>urn:sha1:a0e65256e93dac17d221bf788507285ba0eca632</id>
<content type='text'>
ruby, by default, try to load gems on start. If not
present, it fails. As gems brings many deps, this make ruby
unsuitable for routers limited resources.

ruby can avoid to load gems with the option "--disable-gems".
So, a wrap script in the place of /usr/bin/ruby adds this option
if gems are not found.

Also add vendor/site directories

Signed-off-by: Luiz Angelo Daros de Luca &lt;luizluca@gmail.com&gt;
</content>
</entry>
</feed>
