gem install のドキュメントをインストールしないオプジョン --no-ri と --no-rdoc は、deprecatedになっています。
そこで、--no-document を使おうという記事が多いのですが、RubygemsのCommand Referenceを見ると、-N でも良いと書かれていました。
(-n ではありません)
--no-document より簡潔なので、-N を使うようにしました。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
gem install のドキュメントをインストールしないオプジョン --no-ri と --no-rdoc は、deprecatedになっています。
そこで、--no-document を使おうという記事が多いのですが、RubygemsのCommand Referenceを見ると、-N でも良いと書かれていました。
(-n ではありません)
--no-document より簡潔なので、-N を使うようにしました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked