Skip to content

Commit

Permalink
Merge pull request #234 from leereilly/ship-it-squirrel
Browse files Browse the repository at this point in the history
Update the 'ship it' linkage
  • Loading branch information
technicalpickles committed Feb 24, 2013
2 parents b8e36db + 42b17a8 commit a6a204f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.markdown
Expand Up @@ -9,7 +9,7 @@ Jeweler provides the noble ruby developer with two primary features:

## Hello, world

Use RubyGems to install the heck out of jeweler to get started:
Use RubyGems to install the heck out of jeweler to get started:

$ gem install jeweler

Expand Down Expand Up @@ -55,7 +55,7 @@ The `install` rake task builds the gem and `gem install`s it. You're all set if

### Releasing

At last, it's time to [ship it](http://img.skitch.com/20100310-nrgxbwqm58tibiq2un6mujqmm5.png)! Make sure you have everything committed and pushed, then go wild:
At last, it's time to [ship it](http://shipitsquirrel.github.com/)! Make sure you have everything committed and pushed, then go wild:

$ rake release

Expand Down Expand Up @@ -184,7 +184,7 @@ A common pattern is to have this in a version constant in your library. This is
MINOR = 2
PATCH = 3
BUILD = 'pre3'

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
end
end
Expand All @@ -202,7 +202,7 @@ A common pattern is to have this in a version constant in your library. This is
Jeweler lives inside of Rake. As a result, they are dear friends. But, that friendship doesn't interfere with typical Rake operations.

That means you can define your own namespaces, tasks, or use third party Rake libraries without cause for concern.

## Contributing to Jeweler

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
Expand Down

0 comments on commit a6a204f

Please sign in to comment.