Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thutterer/gemfile-gutter
- Owner: thutterer
- License: mit
- Created: 2017-11-15T15:07:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-18T15:46:33.000Z (almost 6 years ago)
- Last Synced: 2024-11-30T15:15:14.599Z (23 days ago)
- Topics: atom, atom-package, gemfile, gemfile-lock
- Language: JavaScript
- Homepage: https://atom.io/packages/gemfile-gutter
- Size: 126 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.