Sha256: 3380f84f24654ce88d58f1a2a2bd77340abf37939aef62fdd8c98c1fa47d9209

Contents?: true

Size: 802 Bytes

Versions: 1

Compression:

Stored size: 802 Bytes

Contents

# ExceptionNotification::Ikachan

ExceptionNotification  plugin for Ikachan!!!

## Installation

Add this line to your application's Gemfile:

    gem 'exception_notification-ikachan'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install exception_notification-ikachan

## Usage

```ruby
FooBar::Application.configure do
  config.middleware.use ExceptionNotification::Rack,
    ikachan: {
      channel: '#udzura',
      base_url: 'ikachan.example.com:8080'
    }
end
```

`:message_format` like `"%{class}: %{message}"` also available.

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

1 entries across 1 versions & 1 rubygems

Version Path
exception_notification-ikachan-0.0.1 README.md