From: Eric Hodel Date: 2011-05-14T05:30:50+09:00 Subject: [ruby-core:36178] [Ruby 1.9 - Bug #3808] Minor rubygems test fix to fix cases where :format_executable => true by default Issue #3808 has been updated by Eric Hodel. This has been applied to RubyGems. ---------------------------------------- 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: Assigned 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