Sha256: 2d08d8ae34dd910226f6833121dd6732c2c5eaa8df7e4bf0a34a4e78ab9d3c68

Contents?: true

Size: 1000 Bytes

Versions: 3

Compression:

Stored size: 1000 Bytes

Contents

# bundle_info

When exploring an existing Ruby project, the `Gemfile` or `.gemspec` can be a good place to start. Sometimes there's a few gems you don't recognise. Rather than having to Google for each one individually, just run `bundle_info` to show a short summary of them all.

Works with a `Gemfile` or `.gemspec`.

## Installation

    $ gem install bundle_info

## Usage

	$ cd some_project
	$ bundle_info

    webby: *Webby* is a fantastic little website management system. It would be called a...
    coderay: Fast and easy syntax highlighting for selected languages, written in Ruby. Co...
    RedCloth: Textile parser for Ruby.
    configuration: description: configuration kicks the ass
    rdiscount: Fast Implementation of Gruber's Markdown in C

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bundle_info-0.0.4 README.md
bundle_info-0.0.3 README.md
bundle_info-0.0.2 README.md