# -*- encoding: utf-8 -*- # stub: resque-queue-priority 0.6.1 ruby lib Gem::Specification.new do |s| s.name = "resque-queue-priority".freeze s.version = "0.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matt Conway".freeze] s.date = "2012-05-10" s.description = "A resque plugin for specifying the priority between queues that workers use to determine what to work on next".freeze s.email = ["matt@conwaysplace.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "config.ru".freeze, "lib/resque-queue-priority-server.rb".freeze, "lib/resque-queue-priority.rb".freeze, "lib/resque/plugins/queue_priority/attributes.rb".freeze, "lib/resque/plugins/queue_priority/priority.rb".freeze, "lib/resque/plugins/queue_priority/server.rb".freeze, "lib/resque/plugins/queue_priority/server/views/priorities.erb".freeze, "lib/resque/plugins/queue_priority/version.rb".freeze, "resque-queue-priority.gemspec".freeze, "spec/priority_spec.rb".freeze, "spec/redis-test.conf".freeze, "spec/server_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/wr0ngway/resque-queue-priority".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A resque plugin for specifying the priority between queues that workers use to determine what to work on next".freeze s.test_files = ["spec/priority_spec.rb".freeze, "spec/redis-test.conf".freeze, "spec/server_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.5.4".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end