Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/technicalpickles/le-git

It's a GitHub party and you're invited! Ruby wrapper for the GitHub API
https://github.com/technicalpickles/le-git

Last synced: 3 months ago
JSON representation

It's a GitHub party and you're invited! Ruby wrapper for the GitHub API

Awesome Lists containing this project

README

        

h1. Le Git

bq. French for "Ruby wrapper around the Github API (v2)".

Le Git provides a Ruby wrapper around the "The Github API":http://develop.github.com using "rest-client":http://rdoc.info/projects/adamwiggins/rest-client and "happymapper":http://rdoc.info/projects/jnunemaker/happymapper.

h2. Installing


gem sources -a http://gems.github.com
sudo gem install technicalpickles-le-git

h2. Example usage


$ irb -rrubygems -rle-git
>> user = Github::User.find("dancroak")
=> #, type"user", fullname"Dan Croak", actions35, name"dancroak", pushed#

>> repository = user.repositories.last
=> #

>> repository.commits.first
=> #

h2. Maintainers

Running the test suite requires:

sudo gem install rest-client happymapper fakeweb jeremymcanally-context jeremymcanally-matchy jeremymcanally-pending thoughtbot-quietbacktrace redgreen rcov