Commit fdbf0cbe authored by Josh Burns's avatar Josh Burns
Browse files

gem push alias and gem yank alias

parent da573f63
alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"
\ No newline at end of file
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