# -*- encoding: utf-8 -*- # stub: panoptic 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "panoptic".freeze s.version = "0.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/virolea/panoptic/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/virolea/panoptic", "source_code_uri" => "https://github.com/virolea/panoptic" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Vincent Rolea".freeze] s.date = "2023-12-28" s.description = "Web interface for the SoldiQueue queuing backend".freeze s.email = ["3525369+virolea@users.noreply.github.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/panoptic/application_controller.rb".freeze, "app/controllers/panoptic/jobs_controller.rb".freeze, "app/controllers/panoptic/processes_controller.rb".freeze, "app/controllers/panoptic/queues_controller.rb".freeze, "app/helpers/panoptic/application_helper.rb".freeze, "app/jobs/panoptic/application_job.rb".freeze, "app/mailers/panoptic/application_mailer.rb".freeze, "app/models/panoptic/application_record.rb".freeze, "app/models/panoptic/process.rb".freeze, "app/views/layouts/panoptic/application.html.erb".freeze, "app/views/panoptic/jobs/_job.html.erb".freeze, "app/views/panoptic/jobs/index.html.erb".freeze, "app/views/panoptic/kaminari/_first_page.html.erb".freeze, "app/views/panoptic/kaminari/_gap.html.erb".freeze, "app/views/panoptic/kaminari/_last_page.html.erb".freeze, "app/views/panoptic/kaminari/_next_page.html.erb".freeze, "app/views/panoptic/kaminari/_page.html.erb".freeze, "app/views/panoptic/kaminari/_paginator.html.erb".freeze, "app/views/panoptic/kaminari/_prev_page.html.erb".freeze, "app/views/panoptic/processes/_process.html.erb".freeze, "app/views/panoptic/processes/index.html.erb".freeze, "app/views/panoptic/queues/_queue.html.erb".freeze, "app/views/panoptic/queues/index.html.erb".freeze, "app/views/shared/_navbar.html.erb".freeze, "config/routes.rb".freeze, "lib/panoptic.rb".freeze, "lib/panoptic/engine.rb".freeze, "lib/panoptic/version.rb".freeze, "lib/tasks/panoptic_tasks.rake".freeze] s.homepage = "https://github.com/virolea/panoptic".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Web interface for the SoldiQueue queuing backend".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 7.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) end