$OpenBSD: patch-lib_rubygems_commands_install_command_rb,v 1.1.1.1 2018/01/15 23:57:42 jeremy Exp $

Make gem binaries on ruby 2.5 use a 25 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	Tue Dec 15 21:07:31 2015
+++ lib/rubygems/commands/install_command.rb	Sat Dec 26 13:11:04 2015
@@ -21,7 +21,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,
