From d148010effb471066e7c713b8677825a5c8789ab Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Sat, 10 Jul 2010 13:12:07 +1000 Subject: [PATCH] fixed generated comment for executable wrappers --- lib/rubygems/installer.rb | 2 +- test/test_gem_installer.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index f64696fe7aea..ea39b9c7a910 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -400,7 +400,7 @@ def app_script_text(bin_file_name) # # This file was generated by RubyGems. # -# The application '#{@spec.name}' is installed as part of a gem, and +# The application '#{bin_file_name}' is installed as part of a gem, and # this file is here to facilitate running it. # diff --git a/test/test_gem_installer.rb b/test/test_gem_installer.rb index 2b66f98a93e0..5591c9c04d27 100644 --- a/test/test_gem_installer.rb +++ b/test/test_gem_installer.rb @@ -10,7 +10,7 @@ def test_app_script_text # # This file was generated by RubyGems. # -# The application 'a' is installed as part of a gem, and +# The application 'my_exec' is installed as part of a gem, and # this file is here to facilitate running it. #