# -*- encoding: utf-8 -*- # stub: resqutils 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "resqutils".freeze s.version = "1.1.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 = ["Stitch Fix Engineering".freeze] s.date = "2015-02-05" s.description = "Utilities for using Resque in a Rails app".freeze s.email = ["eng@stitchfix.com".freeze] s.files = [".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/resqutils.rb".freeze, "lib/resqutils/do_not_auto_retry.rb".freeze, "lib/resqutils/spec.rb".freeze, "lib/resqutils/spec/resque_helpers.rb".freeze, "lib/resqutils/spec/resque_matchers.rb".freeze, "lib/resqutils/stale_workers.rb".freeze, "lib/resqutils/stale_workers_killer.rb".freeze, "lib/resqutils/version.rb".freeze, "lib/resqutils/worker_killer_job.rb".freeze, "lib/resqutils/worker_task.rb".freeze, "resqutils.gemspec".freeze, "spec/spec_helper.rb".freeze, "spec/stale_workers_killer_spec.rb".freeze, "spec/stale_workers_spec.rb".freeze, "spec/support/worker_helper.rb".freeze, "spec/worker_killer_job_spec.rb".freeze] s.homepage = "http://tech.stitchfix.com".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Utilities for using Resque in a Rails app".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/stale_workers_killer_spec.rb".freeze, "spec/stale_workers_spec.rb".freeze, "spec/support/worker_helper.rb".freeze, "spec/worker_killer_job_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end