File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,14 @@ require 'sidekiq_hero/version'
55Gem ::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 |
You can’t perform that action at this time.
0 commit comments