$OpenBSD: patch-lib_rubygems_commands_install_command_rb,v 1.1.1.1 2013/03/19 23:38:23 jeremy Exp $

Make gem binaries on ruby 2.0 use a 20 suffix, so you can have both
other versions of the same gem installed at the same time
without conflicts.

--- lib/rubygems/commands/install_command.rb.orig	Wed Nov 28 22:52:18 2012
+++ lib/rubygems/commands/install_command.rb	Mon Dec  3 10:12:46 2012
@@ -22,7 +22,7 @@ class Gem::Commands::InstallCommand < Gem::Command
 
   def initialize
     defaults = Gem::DependencyInstaller::DEFAULT_OPTIONS.merge({
-      :format_executable => false,
+      :format_executable => true,
       :version           => Gem::Requirement.default,
     })
 
