Created
November 14, 2014 22:12
-
-
Save ilyakava/07c5b8f6a04b729f149d to your computer and use it in GitHub Desktop.
while working on the gem, a quick way to remake the gem and test it out in production env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clean: | |
rm -f flare-up-0.8.gem | |
build: clean flare-up.gemspec | |
git add --a | |
gem build flare-up.gemspec | |
install: build | |
gem install flare-up-0.8.gem | |
uninstall: | |
gem uninstall flare-up -xq | |
reset: uninstall install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment