From: drbrain@...7.net Date: 2014-03-06T19:02:33+00:00 Subject: [ruby-dev:48022] [ruby-trunk - Bug #9562] [Rejected] Cannot install gems from gzip-compressing gem server Issue #9562 has been updated by Eric Hodel. Status changed from Assigned to Rejected If the server does not return a gzip Content-Type for a .gz file it is misconfigured. This is not a bug in rubygems. ---------------------------------------- Bug #9562: Cannot install gems from gzip-compressing gem server https://bugs.ruby-lang.org/issues/9562#change-45661 * Author: 5 5 * Status: Rejected * Priority: Normal * Assignee: Eric Hodel * Category: lib/rubygems * Target version: current: 2.2.0 * ruby -v: ruby 2.0.0p353 (2013-11-22) [i386-mingw32] * Backport: 1.9.3: DONTNEED, 2.0.0: REQUIRED, 2.1: REQUIRED ---------------------------------------- gem generate_index で作成した gem server が gzip 圧縮を行う場合,Ruby 2.0 以上では gem のインストールに失敗します。 Ruby 1.9 では正常です。 サーバーを gzip 圧縮しない設定にすれば問題が解消します。 -- http://bugs.ruby-lang.org/