# -*- encoding: utf-8 -*-
# stub: resque-restriction 0.6.0 ruby lib

Gem::Specification.new do |s|
  s.name = "resque-restriction".freeze
  s.version = "0.6.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Richard Huang".freeze]
  s.bindir = "exe".freeze
  s.date = "2018-06-14"
  s.description = "resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time, the exceeded jobs will be executed at the next period.".freeze
  s.email = ["flyerhzm@gmail.com".freeze]
  s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "lib/resque/plugins/job.rb".freeze, "lib/resque/plugins/restriction.rb".freeze, "lib/resque/restriction.rb".freeze, "lib/resque/restriction/version.rb".freeze, "resque-restriction.gemspec".freeze]
  s.homepage = "https://github.com/flyerhzm/resque-restriction".freeze
  s.rubygems_version = "3.5.10".freeze
  s.summary = "resque-restriction is an extension to resque queue system that restricts the execution number of certain jobs in a period time.".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.16".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<resque>.freeze, [">= 1.7.0".freeze])
end