Skip to content

Commit

Permalink
fixed generated comment for executable wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 10, 2010
1 parent d5871f5 commit d148010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rubygems/installer.rb
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion test/test_gem_installer.rb
Expand Up @@ -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.
#
Expand Down

0 comments on commit d148010

Please sign in to comment.