Label

Gem Version Build Status Dependency Status Code Climate Coverage Status

Label labels the gems in your Gemfile.

Installation

$ gem install label

Usage

$ label
source 'http://rubygems.org'

# Flexible authentication solution for Rails with Warden
gem 'devise'

# Upload files in your Ruby applications, map them to a range of ORMs, store
# them on different backends.
gem 'carrierwave'

# RailsAdmin is a Rails engine that provides an easy-to-use interface for
# managing your data.
gem 'rails_admin'

Label will look for a Gemfile in your current working directory by default, but you can tell it to look somewhere else if you like:

$ label /path/to/Gemfile

I love you

Johannes Gorset made this. You should tweet me if you can't get it to work. In fact, you should tweet me anyway.