Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
morygonzalez committed Apr 9, 2015
1 parent bd51501 commit 68a7250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exception_notification-slacky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
spec.authors = ["森井ゴンザレス"]
spec.email = ["[email protected]"]

spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
spec.description = %q{TODO: Write a longer description or delete this line.}
spec.homepage = "TODO: Put your gem's website or public repo URL here."
spec.summary = %q{Send Exception notification to slack}
spec.description = %q{Send Exception notification to slack}
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)/}) }
spec.bindir = "exe"
Expand Down

0 comments on commit 68a7250

Please sign in to comment.