public
Rubygem
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
Fixed capitalization bug in the open helper
jacobat (author)
Sun May 11 05:34:47 -0700 2008
commit  a4452cb0f150a63e6c417dbabbc56fff8f59094c
tree    8ab60b2b9218982214f46e51027361418204c6b1
parent  b7002ca235bb81e448c847430b39b4988b40bad7
...
79
80
81
82
 
83
84
85
...
79
80
81
 
82
83
84
85
0
@@ -79,6 +79,6 @@ GitHub.helper :homepage_for do |user, branch|
0
 end
0
 
0
 GitHub.helper :open do
0
- WINDOZE ? 'start' : 'open'
0
+ Windoze ? 'start' : 'open'
0
 end
0
     
0
\ No newline at end of file

Comments

    No one has commented yet.