An open API service indexing awesome lists of open source software.

https://github.com/vavgustov/rgversion

Quickly copy latest semantic gem version to Gemfile
https://github.com/vavgustov/rgversion

gem ruby

Last synced: 11 months ago
JSON representation

Quickly copy latest semantic gem version to Gemfile

Awesome Lists containing this project

README

          

# Rgversion
[![Build Status](https://travis-ci.org/vavgustov/rgversion.svg?branch=master)](https://travis-ci.org/vavgustov/rgversion)
[![Maintainability](https://api.codeclimate.com/v1/badges/b5d59c13b4d649c321ea/maintainability)](https://codeclimate.com/github/vavgustov/rgversion/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/b5d59c13b4d649c321ea/test_coverage)](https://codeclimate.com/github/vavgustov/rgversion/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](https://github.com/vavgustov/rgversion/wiki/Giphy).

![image](https://user-images.githubusercontent.com/312873/35704274-00d2daec-07b0-11e8-8af8-f9717dd8bbab.png)

## 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
```

Then just past your clipboard to `Gemfile`.

## License

Rgversion is released under the [MIT License](https://opensource.org/licenses/MIT).