https://github.com/ronanduddy/ruby-gem-renamer
Renames a Ruby gem... in a convoluted manner perhaps
https://github.com/ronanduddy/ruby-gem-renamer
rename-gems ruby ruby-cli ruby-gem
Last synced: over 1 year ago
JSON representation
Renames a Ruby gem... in a convoluted manner perhaps
- Host: GitHub
- URL: https://github.com/ronanduddy/ruby-gem-renamer
- Owner: ronanduddy
- License: mit
- Created: 2020-12-09T14:38:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-20T20:11:46.000Z (over 5 years ago)
- Last Synced: 2024-04-25T11:20:46.731Z (about 2 years ago)
- Topics: rename-gems, ruby, ruby-cli, ruby-gem
- Language: Ruby
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Rename Gem
This Ruby Gem is a work in progress, its goal is to be able to rename gems.
[](https://travis-ci.org/ronanduddy/Ruby-Gem-Renamer)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rename_gem'
```
And then execute:
```Shell
bundle install
```
Or install it yourself as:
```Shell
gem install rename_gem
```
## Usage
```Shell
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](CODE_OF_CONDUCT.md) for details on our code of conduct.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details