Merge pull request #2565 from theallegedjosh/master

ruby-gems aliases
This commit is contained in:
Robby Russell 2014-03-08 08:34:50 -08:00
commit 59db638d99
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
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
}