Rgversion Gem Build Status Maintainability Test Coverage

This library allow you to quickly copy latest semantic versions of specified gems to your clipboard. Versions will be taken from rubygems.org. Then you can past them in your Gemfile. image

Installation

gem install rgversion
macOS / OS X

No further actions required.

Ubuntu / Debian

Copy to clipboard work through pbcopy and to make it work on Ubuntu / Debian you can follow these steps.

Usage

Open terminal and execute rgversion with list of needed gems. E.g:

rgversion rails puma pg

After that semantic version of gem(s) will be copied to your clipboard.

License

Rgversion is released under the MIT License.