Skip to content

Commit

Permalink
Fixed sample message for missing jeweler.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and technicalpickles committed Nov 10, 2009
1 parent 28ce054 commit 138c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -32,7 +32,7 @@ It's easy to get up and running. Update your Rakefile to instantiate a `Jeweler:
gemspec.authors = ["Josh Nichols"]
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
puts "Jeweler not available. Install it with: sudo gem install jeweler"
end

The yield object here, `gemspec`, is a `Gem::Specification` object. See the [Customizing your project's gem specification](http://wiki.github.com/technicalpickles/jeweler/customizing-your-projects-gem-specification) for more details about how you can customize your gemspec.
Expand Down

0 comments on commit 138c87b

Please sign in to comment.