Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kenaniah committed Dec 27, 2017
1 parent 78267a9 commit 2c28be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sidekiq-status.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
require File.expand_path('../lib/sidekiq-status/version', __FILE__)

Gem::Specification.new do |gem|
gem.authors = ['Evgeniy Tsvigun']
gem.email = ['[email protected]']
gem.authors = ['Evgeniy Tsvigun', 'Kenaniah Cerny']
gem.email = ['[email protected]', '[email protected]']
gem.summary = 'An extension to the sidekiq message processing to track your jobs'
gem.homepage = 'http://github.com/utgarda/sidekiq-status'
gem.license = 'MIT'
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Sidekiq::Status::VERSION

gem.add_dependency 'sidekiq', '>= 2.7'
gem.add_dependency 'sidekiq', '>= 3.0'
gem.add_dependency 'chronic_duration'
gem.add_development_dependency 'appraisal'
gem.add_development_dependency 'colorize'
Expand Down

0 comments on commit 2c28be3

Please sign in to comment.