We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check it out at: http://github.com/kristianmandrup/github-gem
The text was updated successfully, but these errors were encountered:
I am so scared to attempt to merge this in; but very keen.
Is the 0.4.6 history summary the sum total of all the patches?
+== 0.4.6 2010-30-11 +Fixed Shell bug using fork from 'bronson' + replace @error = err if err.any? + replace @out = out if err.any? + +Refactored into: + replace @error = err unless err.empty? + replace @out = out unless out.empty? + +Also added String extension just in case bug is elsewhere... + +class String + def any? + !empty? + end +end
Sorry, something went wrong.
Arhh, pooey, you have merged in stuff I just merged in. Damn.
Do you have time to check whether your branch matches with the current HEAD?
Grab me on skype at nicwilliams if you want to talk too.
No branches or pull requests
Check it out at: http://github.com/kristianmandrup/github-gem
The text was updated successfully, but these errors were encountered: