GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ 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
And now fix GitHub.debug? to pass spec
kballard (author)
Mon May 26 17:42:13 -0700 2008
commit  846b943f446db9ecb1993553fecc6cbe3f923f35
tree    a6bd683f8766aac3367add17a26b5381fa991d75
parent  0901ef29fae3393035ba3ff37729815dcac790f2
...
48
49
50
 
51
52
53
...
48
49
50
51
52
53
54
0
@@ -48,6 +48,7 @@ module GitHub
0
 
0
   def activate(args)
0
     @options = parse_options(args)
0
+ @debug = @options[:debug]
0
     load 'helpers.rb'
0
     load 'commands.rb'
0
     invoke(args.shift, *args)

Comments

    No one has commented yet.