Project

gem-bumper

0.0
No commit activity in last 3 years
No release in over 3 years
A Handy, Simple Gem for quickly updating the version of a Gem in your Gemfile
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Gem::Bumper

We manage a small fleet of in house gems, hosted on GitHub, for our microservices. Whenever one of these gems is updated then every version reference on every relevant Microservice needs to be changed as well. It gets old, fast...

So I built this gem!

How to Use

This gem is a command line gem, it can be used simply with its one command:

$ bump your_gem 1.0.0

This will update your Gemfile's verison of the given Gem, run a quick bundle, add the Gemfile & Gemfile.lock to git, and then commit it with a simple message