Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
soveran committed Nov 5, 2010
1 parent babecc2 commit 982c891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -17,21 +17,21 @@ Now go ahead and release your new gem to RubyGems.org:

$ joe release

Easy, right? Wait a few minutes until RubyGems.org updates its gems index and you will be able to run `sudo gem install foo`.
Easy, right? Wait until RubyGems.org updates its gems index and you will be able to run `gem install foo`.


Maintaining a gemspec file
--------------------------

The easiest way we've found to maintain a gemspec file is by creating a `foo.gemspec.erb` template ([see example](http://github.com/soveran/ohm/blob/e3ff3fb20c1337cb2c4de244e09ce9fa04ef397d/ohm.gemspec.erb)). Then you can use Joe to produce the real gemspec file:
The easiest way we've found to maintain a gemspec file is by creating a `foo.gemspec.erb` template ([see example](https://github.com/soveran/ohm/blob/master/ohm.gemspec.erb)). Then you can use Joe to produce the real gemspec file:

$ joe gemspec


Installation
------------

$ sudo gem install joe
$ gem install joe

That's it. Try:

Expand Down

0 comments on commit 982c891

Please sign in to comment.