Project

rename_gem

0.0
No commit activity in last 3 years
No release in over 3 years
Have a hard time renaming Gems, find it annoying? Hopefully this should help!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.2, >= 1.2.3
~> 2.16, >= 2.16.2
~> 4.7, >= 4.7.3
~> 0.13.1
~> 13.0, >= 13.0.1
~> 3.10
~> 1.3, >= 1.3.1

Runtime

~> 1.0, >= 1.0.1
 Project Readme

Rename Gem

This Ruby Gem is a work in progress, its goal is to be able to rename gems.

Build Status

Installation

Add this line to your application's Gemfile:

gem 'rename_gem'

And then execute:

bundle install

Or install it yourself as:

gem install rename_gem

Usage

bundle exec rename_gem rename -f project_name -t foo_bar -p project

Development

Run make test to run all the tests or make guard to use guard for testing. You can also run make irb for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ronanduddy/Ruby-Gem-Renamer. Please read CODE_OF_CONDUCT.md for details on our code of conduct.

License

This project is licensed under the MIT License - see the LICENSE.md file for details