$OpenBSD: patch-lib_rubygems_commands_install_command_rb,v 1.1.1.1 2015/01/08 18:48:32 jeremy Exp $

Make gem binaries on ruby 2.2 use a 22 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	Sat Sep 13 20:30:02 2014
+++ lib/rubygems/commands/install_command.rb	Thu Sep 18 17:54:36 2014
@@ -20,7 +20,7 @@ class Gem::Commands::InstallCommand < Gem::Command
 
   def initialize
     defaults = Gem::DependencyInstaller::DEFAULT_OPTIONS.merge({
-      :format_executable => false,
+      :format_executable => true,
       :lock              => true,
       :suggest_alternate => true,
       :version           => Gem::Requirement.default,
