Sha256: d36ea4ff0387b8a3cb3d1c1e35fc4e0cf8c7c7f633bba1a5597236076afce003

Contents?: true

Size: 858 Bytes

Versions: 5

Compression:

Stored size: 858 Bytes

Contents

# Berkshelf

Manage a Cookbook or an Application's Cookbook dependencies

## Installation

    $ gem install berkshelf

## Usage

See [berkshelf.com](http://berkshelf.com) for up-to-date usage instructions.

# Contributing

## Running tests

### Install prerequisites

Install the latest version of [Bundler](http://gembundler.com)

    $ gem install bundler

Clone the project

    $ git clone git://github.com/RiotGames/berkshelf.git

and run:

    $ cd berkshelf
    $ bundle install

Bundler will install all gems and their dependencies required for testing and developing. 

### Running unit (RSpec) and acceptance (Cucumber) tests

    $ bundle exec guard start

# Authors and Contributors

* Josiah Kiehl (<josiah@skirmisher.net>)
* Jamie Winsor (<jamie@vialstudios.com>)
* Erik Hollensbe (<erik@hollensbe.org>)
* Michael Ivey (<ivey@gweezlebur.com>)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
berkshelf-0.3.7 README.md
berkshelf-0.3.3 README.md
berkshelf-0.3.2 README.md
berkshelf-0.3.1 README.md
berkshelf-0.3.0 README.md