# -*- encoding: utf-8 -*- # stub: quiq 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "quiq".freeze s.version = "0.2.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 = ["Salim Semaoune".freeze] s.date = "2020-02-12" s.description = " Quiq is a distributed task queue backed by Redis to process jobs in background.\n It relies on asynchronous IOs to process multiple jobs simultaneously. The event loop is provided by the Async library and many other gems of the Socketry family.\n".freeze s.executables = ["quiq".freeze] s.files = [".github/workflows/ruby.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/quiq".freeze, "bin/quiqload".freeze, "bin/setup".freeze, "lib/quiq.rb".freeze, "lib/quiq/client.rb".freeze, "lib/quiq/config.rb".freeze, "lib/quiq/job.rb".freeze, "lib/quiq/queue.rb".freeze, "lib/quiq/redis.rb".freeze, "lib/quiq/scheduler.rb".freeze, "lib/quiq/server.rb".freeze, "lib/quiq/version.rb".freeze, "lib/quiq/worker.rb".freeze, "quiq.gemspec".freeze, "testapp/.ruby-version".freeze, "testapp/Gemfile".freeze, "testapp/Gemfile.lock".freeze, "testapp/README.md".freeze, "testapp/Rakefile".freeze, "testapp/app/controllers/application_controller.rb".freeze, "testapp/app/controllers/concerns/.keep".freeze, "testapp/app/jobs/application_job.rb".freeze, "testapp/app/jobs/http_job.rb".freeze, "testapp/app/jobs/test_job.rb".freeze, "testapp/app/models/concerns/.keep".freeze, "testapp/bin/bundle".freeze, "testapp/bin/rails".freeze, "testapp/bin/rake".freeze, "testapp/bin/setup".freeze, "testapp/config.ru".freeze, "testapp/config/application.rb".freeze, "testapp/config/boot.rb".freeze, "testapp/config/credentials.yml.enc".freeze, "testapp/config/environment.rb".freeze, "testapp/config/environments/development.rb".freeze, "testapp/config/environments/production.rb".freeze, "testapp/config/environments/test.rb".freeze, "testapp/config/initializers/application_controller_renderer.rb".freeze, "testapp/config/initializers/backtrace_silencers.rb".freeze, "testapp/config/initializers/cors.rb".freeze, "testapp/config/initializers/filter_parameter_logging.rb".freeze, "testapp/config/initializers/inflections.rb".freeze, "testapp/config/initializers/mime_types.rb".freeze, "testapp/config/initializers/quiq.rb".freeze, "testapp/config/initializers/wrap_parameters.rb".freeze, "testapp/config/locales/en.yml".freeze, "testapp/config/master.key".freeze, "testapp/config/routes.rb".freeze, "testapp/lib/tasks/.keep".freeze, "testapp/log/.keep".freeze, "testapp/public/robots.txt".freeze, "testapp/tmp/.keep".freeze, "testapp/tmp/development_secret.txt".freeze, "testapp/tmp/pids/.keep".freeze, "testapp/vendor/.keep".freeze] s.homepage = "https://github.com/sailor/quiq".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Distributed task queue written in Ruby, backed by Redis and using event loops to handle concurrency.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.4.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2".freeze]) end