Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created June 24, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozgun/4d85abacd400239e2df6 to your computer and use it in GitHub Desktop.
Save ozgun/4d85abacd400239e2df6 to your computer and use it in GitHub Desktop.
Ruby gems: Bump & Push & Release to gemfury
# In order to make this script work, gemfury gem needs
# to be added to my_gem.gemspec as development dependency.
cd ~/Projects/my_gem
gem bump --version patch --push && bundle exec rake build && bundle exec fury push pkg/`ls -tr pkg |tail -1` --as user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment