<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,12 +1,3 @@
-2009-07-23  Chad Woolley &lt;thewoolleyman@gmail.com&gt;
-
-	* lib/rubygems/commands/install_command.rb,
-	  lib/rubygems/command/update_command.rb,
-	  lib/rubygems/dependency_installer.rb,
-	  lib/rubygems/install_update_options.rb:  Make --format-executables
-	  the default for all commands including setup and system update.
-	  Addresses issue #1728 in Ruby core.
-
 2009-07-21  Eric Hodel  &lt;drbrain@segment7.net&gt;
 
 	* lib/rubygems/package.rb:  Remove dangling digest require.  Reported</diff>
      <filename>ChangeLog</filename>
    </modified>
    <modified>
      <diff>@@ -21,7 +21,7 @@ class Gem::Commands::InstallCommand &lt; Gem::Command
     defaults = Gem::DependencyInstaller::DEFAULT_OPTIONS.merge({
       :generate_rdoc     =&gt; true,
       :generate_ri       =&gt; true,
-      :format_executable =&gt; true,
+      :format_executable =&gt; false,
       :test              =&gt; false,
       :version           =&gt; Gem::Requirement.default,
     })
@@ -39,7 +39,7 @@ class Gem::Commands::InstallCommand &lt; Gem::Command
   end
 
   def defaults_str # :nodoc:
-    &quot;--both --version '#{Gem::Requirement.default}' --format-executable --rdoc --ri --no-force\n&quot; \
+    &quot;--both --version '#{Gem::Requirement.default}' --rdoc --ri --no-force\n&quot; \
     &quot;--no-test --install-dir #{Gem.dir}&quot;
   end
 </diff>
      <filename>lib/rubygems/commands/install_command.rb</filename>
    </modified>
    <modified>
      <diff>@@ -37,7 +37,7 @@ class Gem::Commands::UpdateCommand &lt; Gem::Command
   end
 
   def defaults_str # :nodoc:
-    &quot;--format-executable --rdoc --ri --no-force --no-test --install-dir #{Gem.dir}&quot;
+    &quot;--rdoc --ri --no-force --no-test --install-dir #{Gem.dir}&quot;
   end
 
   def usage # :nodoc:
@@ -139,7 +139,7 @@ class Gem::Commands::UpdateCommand &lt; Gem::Command
     args.push '--prefix', Gem.prefix unless Gem.prefix.nil?
     args &lt;&lt; '--no-rdoc' unless options[:generate_rdoc]
     args &lt;&lt; '--no-ri' unless options[:generate_ri]
-    args &lt;&lt; '--no-format-executable' unless options[:format_executable]
+    args &lt;&lt; '--no-format-executable' if options[:no_format_executable]
 
     update_dir = File.join Gem.dir, 'gems', &quot;rubygems-update-#{version}&quot;
 </diff>
      <filename>lib/rubygems/commands/update_command.rb</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ class Gem::DependencyInstaller
     :env_shebang =&gt; false,
     :domain =&gt; :both, # HACK dup
     :force =&gt; false,
-    :format_executable =&gt; true, # HACK dup
+    :format_executable =&gt; false, # HACK dup
     :ignore_dependencies =&gt; false,
     :prerelease =&gt; false,
     :security_policy =&gt; nil, # HACK NoSecurity requires OpenSSL.  AlmostNo? Low?</diff>
      <filename>lib/rubygems/dependency_installer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -117,7 +117,7 @@ module Gem::InstallUpdateOptions
   # Default options for the gem install command.
 
   def install_update_defaults_str
-    '--format-executable --rdoc --no-force --no-test --wrappers'
+    '--rdoc --no-force --no-test --wrappers'
   end
 
 end</diff>
      <filename>lib/rubygems/install_update_options.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4cf260369268dffe36590cd96978e1cdb3232c98</id>
    </parent>
  </parents>
  <author>
    <name>thewoolleyman</name>
    <email>thewoolleyman@3d4018f9-ac1a-0410-99e9-8a154d859a19</email>
  </author>
  <url>http://github.com/wycats/rubygems/commit/6a812fa67ff9ce3a01bac9f7ac009e845e59471f</url>
  <id>6a812fa67ff9ce3a01bac9f7ac009e845e59471f</id>
  <committed-date>2009-07-25T15:23:53-07:00</committed-date>
  <authored-date>2009-07-25T15:23:53-07:00</authored-date>
  <message>revert change to make --format-executable the default.  Needs more discussion for Jruby, etc.  Patch and ticket are here:  http://rubyforge.org/tracker/index.php?func=detail&amp;aid=26754&amp;group_id=126&amp;atid=577

git-svn-id: http://rubygems.rubyforge.org/svn/trunk@2281 3d4018f9-ac1a-0410-99e9-8a154d859a19</message>
  <tree>5450f3151aa0d8b5cdecbb36a8f4a193908a8735</tree>
  <committer>
    <name>thewoolleyman</name>
    <email>thewoolleyman@3d4018f9-ac1a-0410-99e9-8a154d859a19</email>
  </committer>
</commit>
