Label

Label labels the gems in your Gemfile.

Installation

$ gem install label

Usage

$ cd /path/to/Gemfile
$ label
# /path/to/Gemfile

source 'http://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.0.0'

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

Oh, and let's be real; you will always want to use label.

alias bundle="bundle && label"

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.