Project

label

0.01
No commit activity in last 3 years
No release in over 3 years
Labels gems in your Gemfile
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0
 Project Readme

Label

Gem Version Build Status

Label describes the gems in your Gemfile so you don't have to look them up to see what they do.

Usage

Just run it:

$ label

Then check out your beautiful new Gemfile:

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

Installation

$ gem install 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.