Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
m.filippovich committed May 14, 2012
1 parent 2a4d61c commit dbcfdda
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,32 @@
[![Build Status](https://secure.travis-ci.org/fatum/state-handler.png)](http://travis-ci.org/fatum/state-handler)

# StateHandler

This is a gem for adding state-based behavior for objects.

## Installation

Add this line to your application's Gemfile:

gem 'state-handler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install state-handler

## Usage

TODO: Write usage instructions here

## 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

0 comments on commit dbcfdda

Please sign in to comment.