ohmyzsh/plugins/gem/gem.plugin.zsh
2014-11-28 14:36:30 +01:00

2 lines
No EOL
60 B
Bash

alias gemb="gem build *.gemspec"
alias gemp="gem push *.gem"