Sha256: 19dca665d6279dc20b54cd6b76117298269a32b753f5167dd0b75e1f56c27511
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# rgversion [![Gem](https://img.shields.io/gem/v/rgversion.svg)](https://rubygems.org/gems/rgversion) [![Build Status](https://img.shields.io/travis/vavgustov/rgversion/master.svg)](https://travis-ci.org/vavgustov/rgversion) This library allow you to quickly copy latest semantic versions of specified gems to your clipboard. Versions will be taken from [`rubygems.org`](https://rubygems.org/). Then you can past them in your `Gemfile`. ![image](https://user-images.githubusercontent.com/312873/28492511-d2dbf140-6f0d-11e7-9912-beb8b94a1ca7.png) ## Installation ```bash 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](https://coderwall.com/p/oaaqwq/pbcopy-on-ubuntu-linux). ## 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rgversion-0.2.2 | README.md |