public
Rubygem
Description: A Ruby library for getting information from the GitHub API.
Homepage: http://mbleigh.lighthouseapp.com/projects/10115-ruby-github
Clone URL: git://github.com/mbleigh/ruby-github.git
Moved github.rb to ruby-github.rb for easy remembering, added init.rb so 
it can also be used as a plugin.
mbleigh (author)
Tue Apr 01 09:12:52 -0700 2008
commit  1d8c21062e11bb1ecd51ab840aa13d906993f3f7
tree    6effb21d98061fe0172462a19f69dccac6897efa
parent  5ee376462fbf9200ae290ad0ca2f6b7c908bc42f
0
...
3
4
5
6
 
 
 
7
8
9
...
3
4
5
 
6
7
8
9
10
11
0
@@ -3,7 +3,9 @@
0
 Ruby-GitHub is a simple wrapper library for the evolving GitHub API.
0
 
0
 = Usage
0
-
0
+
0
+ require 'ruby-github'
0
+
0
   user = GitHub.user('mbleigh')
0
   user.name # => "Michael Bleigh"
0
   user.repositories # => array of repositories

Comments

    No one has commented yet.