Sha256: 19dca665d6279dc20b54cd6b76117298269a32b753f5167dd0b75e1f56c27511
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# rgversion [](https://rubygems.org/gems/rgversion) [](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`.  ## 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 |