Skip to content

Commit

Permalink
update specification documentation to clearly indicate that executabl…
Browse files Browse the repository at this point in the history
…es need to be ruby files.
  • Loading branch information
olbrich committed Nov 20, 2011
1 parent ccfbb4f commit 316ae3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rubygems/specification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,8 @@ def authors= value
#
# For example, the rake gem has rake as an executable. You don’t specify the
# full path (as in bin/rake); all application-style files are expected to be
# found in bindir.
# found in bindir. These files must be executable ruby files. Files that
# use bash or other interpreters will not work.
#
# Usage:
#
Expand Down

0 comments on commit 316ae3f

Please sign in to comment.