Sha256: 0b22ab2fe088d8d4ffc2d9ceb02cd6a46b94dcb961317b2e4248a1497f3df09b
Contents?: true
Size: 1.37 KB
Versions: 9
Compression:
Stored size: 1.37 KB
Contents
# Rgversion [](https://rubygems.org/gems/rgversion) [](https://travis-ci.org/vavgustov/rgversion) [](https://codeclimate.com/github/vavgustov/rgversion/maintainability) [](https://codeclimate.com/github/vavgustov/rgversion/test_coverage) This library allow you to copy latest semantic versions of specified gems from terminal to your clipboard. Versions will be taken from [`rubygems.org`](https://rubygems.org/). Then you can past them in your `Gemfile` or whatever you want.  ## 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 ``` After that semantic version of gem(s) will be copied to your clipboard. ## License Rgversion is released under the [MIT License](https://opensource.org/licenses/MIT).
Version data entries
9 entries across 9 versions & 1 rubygems