From: Eric Hodel Date: 2011-05-14T05:31:10+09:00 Subject: [ruby-core:36179] [Ruby 1.9 - Bug #3808][Closed] Minor rubygems test fix to fix cases where :format_executable => true by default Issue #3808 has been updated by Eric Hodel. Status changed from Assigned to Closed ---------------------------------------- Bug #3808: Minor rubygems test fix to fix cases where :format_executable => true by default http://redmine.ruby-lang.org/issues/3808 Author: Jeremy Evans Status: Closed Priority: Low Assignee: Eric Hodel Category: Target version: ruby -v: ruby 1.9.2p0 (2010-08-18 revision 29036) [x86_64-openbsd4.8] =begin There are a couple test failures in rubygems that happen if you have :format_executable => true set by default. If an operating system provides separate ports for 1.8 and 1.9, it's possible that one or both will have the :format_executable setting set to true by default so that if the same gems are installed under both versions of ruby, the bin programs will have separate names. =end -- http://redmine.ruby-lang.org