https://github.com/vavgustov/rgversion
Quickly copy latest semantic gem version to Gemfile
https://github.com/vavgustov/rgversion
gem ruby
Last synced: 11 months ago
JSON representation
Quickly copy latest semantic gem version to Gemfile
- Host: GitHub
- URL: https://github.com/vavgustov/rgversion
- Owner: vavgustov
- License: mit
- Created: 2017-04-15T15:39:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T00:06:08.000Z (over 7 years ago)
- Last Synced: 2024-11-27T19:09:20.668Z (over 1 year ago)
- Topics: gem, ruby
- Language: Ruby
- Homepage:
- Size: 45.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rgversion
[](https://travis-ci.org/vavgustov/rgversion)
[](https://codeclimate.com/github/vavgustov/rgversion/maintainability)
[](https://codeclimate.com/github/vavgustov/rgversion/test_coverage)
This gem allow you to add to the clipboard latest semantic versions of specified gems from terminal.
Then you can past them to `Gemfile`. [Giphy here](https://github.com/vavgustov/rgversion/wiki/Giphy).

## Installation
```bash
gem install rgversion
```
##### macOS / OS X
No further actions required.
##### Ubuntu / Debian
You may need to install `xclip` for clipboard feature:
```bash
sudo apt-get install xclip
```
## Usage
Open terminal and execute ``rgversion`` with list of needed gems. E.g:
```
rgversion rails puma pg
```
Then just past your clipboard to `Gemfile`.
## License
Rgversion is released under the [MIT License](https://opensource.org/licenses/MIT).