Created
April 18, 2010 19:56
-
-
Save jordanlewis/370508 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[7008]% github | |
/usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/github/extensions.rb:11: warning: undefining `object_id' may cause serious problem | |
/usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/github.rb:151:in `module_eval': /usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/commands/helpers.rb:5: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' (SyntaxError) | |
when %r|^git://github\.com/([^/]+/[^/]+)$|: $1.split('/') | |
^ | |
/usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/commands/helpers.rb:6: syntax error, unexpected keyword_when, expecting keyword_end | |
when %r|^(?:ssh://)?(?:git@)?gith... | |
^ | |
/usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/commands/helpers.rb:6: syntax error, unexpected ':', expecting keyword_end | |
...@)?github\.com:([^/]+/[^/]+)$|: $1.split('/') | |
... ^ | |
/usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/commands/helpers.rb:8: syntax error, unexpected keyword_end, expecting $end | |
from /usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/github.rb:151:in `load' | |
from /usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/github.rb:68:in `block in activate' | |
from /usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/github.rb:67:in `each' | |
from /usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/lib/github.rb:67:in `activate' | |
from /usr/lib/ruby/gems/1.9.1/gems/github-0.4.1/bin/github:8:in `<top (required)>' | |
from /usr/bin/github:19:in `load' | |
from /usr/bin/github:19:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment