Sha256: 71a4c16f5210a6600a0910899217197e63de895e3e05ec8a7205c4e39f7dca91

Contents?: true

Size: 805 Bytes

Versions: 10

Compression:

Stored size: 805 Bytes

Contents

# WCC

This gem holds the base namespace and default configuration for
Watermark Community Church's Ruby development. This is kind of the
general repository for common code between different apps. As components
begin to emerge in this code base they should be extracted into a
separate gem. This should be a breeding ground for new gems.

## Installation

Add this line to your application's Gemfile:

    gem 'wcc-base'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install wcc-base

## Usage

No specific usage instructions at this time.

## Contributing

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wcc-base-0.3.3 README.md
wcc-base-0.3.2 README.md
wcc-base-0.3.1 README.md
wcc-base-0.3.0 README.md
wcc-base-0.2.2 README.md
wcc-base-0.2.1 README.md
wcc-base-0.2.0 README.md
wcc-base-0.1.3 README.md
wcc-base-0.1.2 README.md
wcc-base-0.1.1 README.md