# -*- encoding: utf-8 -*- # stub: resque_stuck_queue 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "resque_stuck_queue".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Shai Rosenfeld".freeze] s.date = "2014-01-06" s.description = "where the wild things are. err, when resque gets stuck".freeze s.email = ["srosenfeld@engineyard.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "THOUGHTS".freeze, "lib/resque_stuck_queue.rb".freeze, "lib/resque_stuck_queue/version.rb".freeze, "resque_stuck_queue.gemspec".freeze, "test/resque/refresh_latest_timestamp.rb".freeze, "test/resque/set_redis_key.rb".freeze, "test/test_collision.rb".freeze, "test/test_helper.rb".freeze, "test/test_integration.rb".freeze, "test/test_resque_stuck_queue.rb".freeze] s.homepage = "https://github.com/shaiguitar/resque_stuck_queue/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "fire a handler when your queues are wonky".freeze s.test_files = ["test/resque/refresh_latest_timestamp.rb".freeze, "test/resque/set_redis_key.rb".freeze, "test/test_collision.rb".freeze, "test/test_helper.rb".freeze, "test/test_integration.rb".freeze, "test/test_resque_stuck_queue.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end