Skip to content

Commit

Permalink
Markdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
judofyr committed Apr 11, 2011
1 parent 7b68376 commit e55c467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/making-ruby-gems
Expand Up @@ -43,7 +43,7 @@ This constant will be used in our gemspec. It's nice to have it in a separate fi

I'm sure that you can guess what goes in the `test` directory: your unit tests! You do have those, right? We'll talk more about this later.

The `bin` directory holds any binaries that we want to distribute with our gem. Calling them 'binaries' is sort of a misnomer, though: these are almost always just Ruby scripts, starting off with a 'shebang line`:
The `bin` directory holds any binaries that we want to distribute with our gem. Calling them 'binaries' is sort of a misnomer, though: these are almost always just Ruby scripts, starting off with a 'shebang line':

#!/usr/bin/env ruby

Expand Down

0 comments on commit e55c467

Please sign in to comment.