Sha256: b279f2ccfb466a428411dd998b7879b43c8e92600663c770124df6bf4d481efa

Contents?: true

Size: 697 Bytes

Versions: 2

Compression:

Stored size: 697 Bytes

Contents

# Cognition

This is a gem that parses a message, and compares it to various matchers.
When it finds a match, it executes an associated block of code or method,
returning the output of whatever was run.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'cognition'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install cognition

## Usage

Coming Soon!

## Contributing

1. Fork it ( https://github.com/anoldguy/cognition/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 a new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cognition-0.1.0 README.md
cognition-0.0.1 README.md