Take the 2008 Git User's Survey and help out! [ hide ]

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
Search Repo:
move extensions into github dir as to not pollute the global gem path 
namespace
defunkt (author)
Tue Jul 22 12:35:35 -0700 2008
commit  b30f2991e48524981a0369c0b9526a7f862d2002
tree    c733db1d60b0e39727fef74b4d689bd58ad6ccba
parent  4b5d9e2c4b561ecae03e89547806a6ea35c2fc49
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 bin/github
0
 commands/commands.rb
0
 commands/helpers.rb
0
-lib/extensions.rb
0
+lib/github/extensions.rb
0
 lib/github/command.rb
0
 lib/github/helper.rb
0
 lib/github.rb
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 $:.unshift File.dirname(__FILE__)
0
-require 'extensions'
0
+require 'github/extensions'
0
 require 'github/command'
0
 require 'github/helper'
0
 require 'rubygems'

Comments

    No one has commented yet.