# -*- encoding: utf-8 -*- # stub: resque-restriction 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "resque-restriction".freeze s.version = "0.4.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.date = "2015-10-19" 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.extra_rdoc_files = ["LICENSE".freeze, "README.markdown".freeze] s.files = ["CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "VERSION".freeze, "init.rb".freeze, "lib/resque-restriction.rb".freeze, "lib/resque-restriction/job.rb".freeze, "lib/resque-restriction/restriction_job.rb".freeze, "rails/init.rb".freeze, "resque-restriction.gemspec".freeze, "spec/redis-test.conf".freeze, "spec/resque-restriction/job_spec.rb".freeze, "spec/resque-restriction/restriction_job_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://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_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7.0".freeze]) end