From: Nobuyoshi Nakada Date: 2011-07-21T23:09:16+09:00 Subject: [ruby-core:38336] Re: [Ruby 1.9 - Bug #4485] Gem.bin_path('rake') does not return the path of the system-installed rake Hi, At Sat, 9 Jul 2011 08:47:13 +0900, Eric Hodel wrote in [ruby-core:37902]: > The attached patch adds executables to the stub gemspecs and installs a copy of bin/rake into the gem directory. It seems a half of the path is unconcerned in this issue but just renaming of a local variable, right? In the last part, it could be simply: execs = execs.map {|exec| File.join(srcdir, 'bin', exec)} install(execs, bin_dir, :mode => $prog_mode) Totally, it seems nice. -- Nobu Nakada