# -*- encoding: utf-8 -*- # stub: resque-unique_by_arity 1.0.12 ruby lib Gem::Specification.new do |s| s.name = "resque-unique_by_arity".freeze s.version = "1.0.12".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Peter Boling".freeze] s.bindir = "exe".freeze s.date = "2018-09-10" s.description = "fixes incompatibilities between resque_solo and resque-unique_at_runtime".freeze s.email = ["peter.boling@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/resque/resque_solo/queue.rb".freeze, "lib/resque/unique_by_arity.rb".freeze, "lib/resque/unique_by_arity/configuration.rb".freeze, "lib/resque/unique_by_arity/cop.rb".freeze, "lib/resque/unique_by_arity/cop_modulizer.rb".freeze, "lib/resque/unique_by_arity/validation.rb".freeze, "lib/resque/unique_by_arity/version.rb".freeze, "resque-unique_by_arity.gemspec".freeze] s.homepage = "https://github.com/pboling/resque-unique_by_arity".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Magic hacks which allow integration of resque_solo and resque-unique_at_runtime_simultaneously into Resque jobs".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end