-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Hitoshi Nakashima
committed
Dec 13, 2015
1 parent
c18c12d
commit f0d1d1c
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ Gem::Specification.new do |spec| | |
spec.name = "exception_notification-slacky" | ||
spec.version = ExceptionNotification::Slacky::VERSION | ||
spec.licenses = ['MIT'] | ||
spec.authors = ["森井ゴンザレス"] | ||
spec.email = ["[email protected]"] | ||
spec.authors = ["森井ゴンザレス", "Ryutaro Mizokami"] | ||
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.} | ||
|