Sha256: 9e70144763861a1ffba32026c59d99d0931bb0a6508e75848f795b744fa33fb1

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

# IceCubeEx

[![build](https://travis-ci.org/junhanamaki/ice_cube_ex.svg?branch=master)](https://travis-ci.org/junhanamaki/ice_cube_ex)
[![Code Climate](https://codeclimate.com/github/junhanamaki/ice_cube_ex.png)](https://codeclimate.com/github/junhanamaki/ice_cube_ex)
[![Test Coverage](https://codeclimate.com/github/junhanamaki/ice_cube_ex/coverage.png)](https://codeclimate.com/github/junhanamaki/ice_cube_ex)
[![Dependency Status](https://gemnasium.com/junhanamaki/ice_cube_ex.svg)](https://gemnasium.com/junhanamaki/ice_cube_ex)

Extends gem [ice_cube](https://github.com/seejohnrun/ice_cube) to handle
custom rules, outside of the iCalendar spec.

## Installation

First require ice_cube, and then require ice_cube_ex, by adding the following
line to your application's Gemfile:

    gem 'ice_cube'
    gem 'ice_cube_ex'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ice_cube_ex

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/junhanamaki/ice_cube_ex/fork )
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

1 entries across 1 versions & 1 rubygems

Version Path
ice_cube_ex-0.0.1 README.md