Skip to content

Commit c68b004

Browse files
committed
Update gemspec
1 parent 2ae193a commit c68b004

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

sidekiq_hero.gemspec

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ require 'sidekiq_hero/version'
55
Gem::Specification.new do |spec|
66
spec.name = 'sidekiq_hero'
77
spec.version = SidekiqHero::VERSION
8-
spec.authors = ['Samuel']
9-
spec.email = ['samueljmartini@gmail.com']
8+
spec.authors = ['Samuel Martini']
9+
spec.email = ['samuelmartini@nebulab.it']
1010

11-
spec.summary = ''
12-
spec.description = ''
13-
spec.homepage = ''
11+
spec.summary = %q{Sidekiq Middleware for job notification}
12+
spec.description = <<-TEXT
13+
Sidekiq middleware that fire a notification when a flagged worker has ended its job, successful or not.
14+
TEXT
15+
spec.homepage = 'https://github.com/SamuelMartini/sidekiq_hero'
1416
spec.license = 'MIT'
1517

1618
spec.files = `git ls-files -z`.split("\x0").reject do |f|

0 commit comments

Comments
 (0)