public
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
ruby-github / History.txt
100644 22 lines (13 sloc) 0.496 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
=== 0.0.5 / 2008-05-26
 
* Added "repository" command
* Improved compatibility with GitHub-based Mash
 
=== 0.0.4 / 2008-04-26
 
* Trying to change the version number to fix broken dependency.
 
=== 0.0.3 / 2008-04-25
 
* Now using GitHub's gem library, ditching Rubyforge.
 
=== 0.0.2 / 2008-04-12
 
* Now using Hoe for Rubyforge distribution
* Uses the new Mash gem for its API structures
* GitHub API calls are now through GitHub::API instead of just GitHub
 
=== 0.0.1 / 2008-04-02
 
* Initial release