public
Description: The official `github` command line helper for simplifying your GitHub experience.
Homepage: http://github.com
Clone URL: git://github.com/defunkt/github-gem.git
github-gem / History.txt
100644 38 lines (23 sloc) 0.856 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
== 0.4.0
 
Releasing to GemCutter!
 
Maintenance taken over by Dr Nic Williams.
Post issues/bugs to http://github.com/defunkt/github-gem/issues
 
New Commands:
  * gh issues web [user] - opens the Issues page
 
Miscellaneous:
  * no longer using old /network/members API call (which is 500ing at the moment)
 
== 0.3.10
 
* gh clone --search query -- now includes project descriptions
* bugfix
  * added highline dependency
 
== 0.3.9
 
* gh clone --search query -- to search for a repo and then clone it
* fixed all the specs and started covering some commands that did not already have specs
 
== 0.3.X
 
* Some stuff done by some people
 
== 0.1.4
 
* Added usage notes to commands. [topfunky]
* Added config option to set github.user and github.repo. [topfunky]
* Uses current user to automatically use SSH when cloning own projects.
 
== 0.1.3
 
* Original version