抑制ri和rdoc

时间:2013-10-24 10:51:16

标签: rdoc ri

我想在我的Windows机器上安装新宝石时禁止下载ri和rdoc。在linux上我们可以编辑.gemrc文件。什么是在Windows中执行此操作的方法?

1 个答案:

答案 0 :(得分:0)

对于窗口用户,您可以使用。

(echo install: --no-document && echo update: --no-document) >> c:\ProgramData\gemrc

c:\Documents and Settings\All Users\Application Data\gemrc

您也可以查看以下链接

How to make --no-ri --no-rdoc the default for gem install?