Sha256: 0079837bb95c776ab68b35660c731c9a45e314a231d34abeb78f812a4261b080

Contents?: true

Size: 759 Bytes

Versions: 15

Compression:

Stored size: 759 Bytes

Contents

# Chozo
[![Build Status](https://secure.travis-ci.org/reset/chozo.png?branch=master)](http://travis-ci.org/reset/chozo)
[![Dependency Status](https://gemnasium.com/reset/chozo.png?travis)](https://gemnasium.com/reset/chozo)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/reset/chozo)

A collection of supporting libraries and Ruby core extensions

## Installation

    $ gem install chozo

## Usage

Include all of Chozo into your application

    require 'chozo'

Or maybe just a piece?

    require 'chozo/config'

### JSON Config

    require 'chozo/config'

    module MyApp
      class Config
        include Chozo::Config::JSON
      end
    end

# Authors and Contributors

* Jamie Winsor (<jamie@vialstudios.com>)

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
chozo-0.6.1 README.md
chozo-0.6.0 README.md
chozo-0.5.0 README.md
chozo-0.4.2 README.md
chozo-0.4.1 README.md
chozo-0.4.0 README.md
chozo-0.3.0 README.md
chozo-0.2.3 README.md
chozo-0.2.2 README.md
chozo-0.2.1 README.md
chozo-0.2.0 README.md
chozo-0.1.0 README.md
chozo-0.0.3 README.md
chozo-0.0.2 README.md
chozo-0.0.1 README.md