Skip to content

Commit

Permalink
Add Ruby Library section
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jul 17, 2011
1 parent e85962c commit da3763a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rubygems-org-api.md
Expand Up @@ -21,6 +21,19 @@ add owners, and more.
* [Webhook Methods](#webhook): Manage notifications for when gems are pushed * [Webhook Methods](#webhook): Manage notifications for when gems are pushed
* [Misc Methods](#misc): Various other interactions with the site * [Misc Methods](#misc): Various other interactions with the site


<a id="library"> </a>
Ruby Library
------------

You can also interact with RubyGems.org using Ruby.

The [gems](https://rubygems.org/gems/gems) client provides a Ruby interface to
all the resources listed below. This library has
[full documentation](http://rdoc.info/gems/gems) that includes some basic usage
examples in the README. You can install the library with the command:

gem install gems

<a id="gem"> </a> <a id="gem"> </a>
Gem Methods Gem Methods
----------- -----------
Expand Down

0 comments on commit da3763a

Please sign in to comment.