为什么 Rubygems 在我告诉它不要时仍在安装文档?

Why is Rubygems still installing docs when I told it not to?

我的 ~/.gemrc 文件中有这个:

---
:backtrace: false
:benchmark: false
:bulk_threshold: 1000
:sources:
- http://gems.github.com
- https://rubygems.org
- https://rails-assets.org
:update_sources: true
:verbose: true
:gem: --no-document

由于 ri 文档,安装 sinatra 花了 大约 8 分钟 。 (我的提示中有时钟时间,所以我不只是胡乱猜测。)我怎样才能解决这个问题,让它真正服从我的 ~/.gemrc 文件?

:gem: 中删除前导 :