<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -99,7 +99,7 @@ module GemManagement
       else
         raise Gem::InstallError, &quot;No package found for #{gem_name}&quot;
       end
-    # Handle standard installation through Rake
+    # Handle elaborate installation through Rake
     else
       # Clean and regenerate any subgems for meta gems.
       Dir[File.join(gem_src_dir, '*', 'Rakefile')].each do |rakefile|
@@ -122,7 +122,7 @@ module GemManagement
 
         # Finally generate the main package and install it; subgems
         # (dependencies) are local to the main package.
-        FileUtils.cd(gem_src_dir) do
+        FileUtils.cd(gem_src_dir) do         
           system(&quot;#{rake} package&quot;)
           FileUtils.cd(gem_pkg_dir) do
             if package = Dir[File.join(gem_pkg_dir, &quot;#{gem_name}-*.gem&quot;)].last
@@ -180,7 +180,7 @@ module GemManagement
 
   def executable_wrapper(spec, bin_file_name)
     &lt;&lt;-TEXT
-#!#{Gem.ruby}
+#!/usr/bin/env ruby
 #
 # This file was generated by Merb's GemManagement
 #</diff>
      <filename>lib/merb-core/tasks/gem_management.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a6f6a986ab3aa1414368d24892a808c448ecb564</id>
    </parent>
  </parents>
  <author>
    <name>Fabien Franzen</name>
    <email>info@atelierfabien.be</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/aa98232a9908abbdb75baca5093a77734e7dfbe2</url>
  <id>aa98232a9908abbdb75baca5093a77734e7dfbe2</id>
  <committed-date>2008-09-28T04:16:23-07:00</committed-date>
  <authored-date>2008-09-28T04:16:23-07:00</authored-date>
  <message>Executable wrappers use /usr/bin/env again - run them with /path/to/ruby -S if you need a specific Ruby version</message>
  <tree>a274ac8649d4441a409adc47e373261ccc9b84aa</tree>
  <committer>
    <name>Fabien Franzen</name>
    <email>info@atelierfabien.be</email>
  </committer>
</commit>
