Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thutterer/gemfile-gutter

Versions and links to rubygems.org in your Gemfile
https://github.com/thutterer/gemfile-gutter

atom atom-package gemfile gemfile-lock

Last synced: 6 days ago
JSON representation

Versions and links to rubygems.org in your Gemfile

Awesome Lists containing this project

README

        

# gemfile-gutter

An [Atom](https://atom.io/) package which adds a gutter to your [Gemfile](https://bundler.io/gemfile.html) and Gemfile.lock, showing each gem's installed version.
Clicking the gutter opens the gem on [RubyGems.org](https://rubygems.org/).

![demo](./demo.png)

## Installation

```
apm install gemfile-gutter
```

## Usage

By default, gemfile-gutter will be shown automatically when you open a Gemfile.
You can change this behavior in the settings or toggle the gutter with its keybinding CtrlAltG.

## How it works

gemfile-gutter parses the Gemfile.lock to find the installed versions.