forked from wfarr/github-gem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
67 lines (41 loc) · 1.45 KB
/
History.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<<<<<<< HEAD
== 0.4.1
Add 1.9.x compatibility.
=======
== 0.4.6 2010-11-04
* Fix recent https migration of github.com [fishman]
== 0.4.5 2010-10-25
* Added "gh admin" - to open the Admin page for this project
== 0.4.4 2010-10-17
* Fixed 'create-from-local' to correctly select public/private [scott]
== 0.4.2
New protocols supported: http, git+ssh, git+ssh://git@
Added missing 'json' gem dependency.
== 0.4.1
Updated Commands:
* gh home - no longer appends /tree/master to the end of the URL
* gh create-from-local - fixed quoting bug to prevented project creation
>>>>>>> fa149f475c3209ded38f97736eaf77bee26517aa
== 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