# -*- encoding: utf-8 -*- # stub: resque-rate_limited 1.2.3 ruby lib Gem::Specification.new do |s| s.name = "resque-rate_limited".freeze s.version = "1.2.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Greg Dowling".freeze] s.date = "2017-04-26" s.description = "A Resque plugin which allows you to create dedicated queues for jobs that use rate-limited APIs. These queues will pause when one of the jobs hits a rate limit, and unpause after a suitable time period. The rate-limited queue can be used directly, and just requires catching the rate limit exception and pausing the queue. There are also additional queues provided that already include the pause/retry logic for Twitter, AngelList and Evernote; these allow you to support rate-limited APIs with minimal changes.".freeze s.email = ["mail@greddowling.com".freeze] s.files = [".codelimate.yml".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/resque-rate_limited/version.rb".freeze, "lib/resque/plugins/rate_limited/apis/angellist_queue.rb".freeze, "lib/resque/plugins/rate_limited/apis/base_api_queue.rb".freeze, "lib/resque/plugins/rate_limited/apis/evernote_queue.rb".freeze, "lib/resque/plugins/rate_limited/apis/twitter_queue.rb".freeze, "lib/resque/plugins/rate_limited/rate_limited.rb".freeze, "lib/resque/plugins/rate_limited/rate_limited_un_pause.rb".freeze, "lib/resque/rate_limited.rb".freeze, "resque-rate_limited.gemspec".freeze, "script/console".freeze] s.homepage = "http://github.com/Xenapto/resque-rate_limited".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Resque plugin to help manage jobs that use rate-limited APIs, pausing when you hit the limits and restarting later.".freeze s.test_files = ["script/console".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze, ">= 1.9.10".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze, ">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.25".freeze, ">= 1.25.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 5.11.0".freeze]) end