Skip to content

Commit

Permalink
Add DEPRECATION WANRNING to README
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Feb 21, 2016
1 parent 42a3069 commit ca0b24a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Rich informed exception_notifier for slack.

![2015-04-09 21 26 41](https://cloud.githubusercontent.com/assets/106567/7066600/36176e0c-deff-11e4-9bac-72b4e5ba15c7.png)

## DEPRECATION WARNING

[exception_notification](https://github.com/smartinez87/exception_notification) have supported slack's attachment ([Change format to slack notifications · smartinez87/exception_notification@132be9e](https://github.com/smartinez87/exception_notification/commit/132be9ef17413ecb05a6d0cf0c42460debb627f9)).

So this gem is not necessary to notify rich error information to slack. Please use exception_notification's feature.

## Installation

Add this line to your application's Gemfile:
Expand Down
4 changes: 3 additions & 1 deletion exception_notification-slacky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Gem::Specification.new do |spec|
spec.email = ["[email protected]", "[email protected]"]

spec.summary = %q{Send Exception notification to slack}
spec.description = %q{Send Exception notification to slack. Works as ExceptionNotification Plugin.}
spec.description = %q{Send Exception notification to slack. Works as ExceptionNotification Plugin.
ExceptionNotification have supported slack's attachment (https://github.com/smartinez87/exception_notification/commit/132be9ef17413ecb05a6d0cf0c42460debb627f9). So this gem is not necessary to notify rich error information to slack. Please use exception_notification's feature. }
spec.homepage = "https://github.com/morygonzalez/exception_notification-slacky"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
Expand Down

0 comments on commit ca0b24a

Please sign in to comment.