Rename Gem
This Ruby Gem is a work in progress, its goal is to be able to rename gems.
Installation
Add this line to your application's Gemfile:
gem 'rename_gem'And then execute:
bundle installOr install it yourself as:
gem install rename_gemUsage
bundle exec rename_gem rename -f project_name -t foo_bar -p projectDevelopment
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