0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 2 years ago. based on code collected over 2 years ago.
Feb 03, 2023 — Feb 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add debug logging to git_exec More... over 18 years ago
Clean up @options and @debug after each spec to prevent cross-pollination More... over 18 years ago
And now fix GitHub.debug? to pass spec More... over 18 years ago
Add spec to ensure GitHub.debug? gets set properly More... over 18 years ago
Add missing periods to command descriptions More... over 18 years ago
Rename describe => desc and register => command, and make describe/flags not take the command name More... over 18 years ago
Evaluate commands/helpers in the context of GitHub More... over 18 years ago
Getting specs to run on Windows, and unbreaking what I broke... More... over 18 years ago
Merge branch 'master' of git://github.com/kballard/github-gem into kballard/master More... over 18 years ago
Shell's @error instance var wasn't getting set. More... over 18 years ago
Merge branch 'defunkt/master' More... over 18 years ago
Add new command pull-request More... over 18 years ago
Bump the version to 0.1.3 More... over 18 years ago
Add my name to the authors list in the gemspec More... over 18 years ago
Add a dependency on Launchy and update the gemspec More... over 18 years ago
Add hacky spec for Windoze-specific code in github/command More... over 18 years ago
Use Launchy to open web pages More... over 18 years ago
Implement Class.next_instance to help mock future objects More... over 18 years ago
Tweak the rcov exclusion patterns again More... over 18 years ago
Add optional extra arg to `github clone` to specify the resulting clone dir More... over 18 years ago
Spec out `github clone` More... over 18 years ago
Implement `github pull user/branch` syntax More... over 18 years ago
Spec out `github pull` More... over 18 years ago
Implement Object#tap More... over 18 years ago
Add some very ugly hackery to allow us to call GitHub.should_receive(:invoke) for sub-commands and not blow up More... over 18 years ago
Fix up mock_remotes a bit to avoid duplication More... over 18 years ago
Remove dummy `github helper` command. More... over 18 years ago
Spec out user_and_branch More... over 18 years ago
Add mocked non-github remote for `github info` spec More... over 18 years ago
Fix the remote mocking to match the new hash/symbol behavior of Helper.remotes More... over 18 years ago