Project

rgversion

0.0
No commit activity in last 3 years
No release in over 3 years
This library allow you to quickly copy latest semantic versions of specified gems to your clipboard.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 12.3
~> 3.7
~> 0.15

Runtime

< 6, > 4.0
~> 1.8
~> 1.0
 Project Readme

Rgversion

Build Status Maintainability 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.

image

Installation

gem install rgversion
macOS / OS X

No further actions required.

Ubuntu / Debian

You may need to install xclip for clipboard feature:

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.