Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/technicalpickles/le-git
- Owner: technicalpickles
- License: mit
- Created: 2008-10-24T21:40:33.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-06-12T05:54:39.000Z (over 15 years ago)
- Last Synced: 2023-04-09T06:07:20.586Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 142 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
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-gith2. 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