Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMartini committed Jun 14, 2019
1 parent 2ae193a commit c68b004
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions sidekiq_hero.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ require 'sidekiq_hero/version'
Gem::Specification.new do |spec|
spec.name = 'sidekiq_hero'
spec.version = SidekiqHero::VERSION
spec.authors = ['Samuel']
spec.email = ['[email protected]']
spec.authors = ['Samuel Martini']
spec.email = ['[email protected]']

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

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

0 comments on commit c68b004

Please sign in to comment.