Skip to content

Instantly share code, notes, and snippets.

@ilyakava
Created November 14, 2014 22:12
Show Gist options
  • Save ilyakava/07c5b8f6a04b729f149d to your computer and use it in GitHub Desktop.
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
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