Commit 59db638d authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #2565 from theallegedjosh/master

ruby-gems aliases
parents 7b7c5fd1 fdbf0cbe
alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"
# gemy GEM 0.0.0 = gem yank GEM -v 0.0.0
function gemy {
gem yank $1 -v $2
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment