# -*- encoding: utf-8 -*-
# stub: hephaestus 0.8.3.3 ruby app�lib

Gem::Specification.new do |s|
  s.name = "hephaestus".freeze
  s.version = "0.8.3.3".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 3.4.7".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["app".freeze, "lib".freeze]
  s.authors = ["Garen Torikian".freeze]
  s.date = "2024-11-27"
  s.description = "Hephaestus is a Rails generator to create plugs for Yetto.\n".freeze
  s.executables = ["hephaestus".freeze]
  s.extra_rdoc_files = ["README.md".freeze, "LICENSE.txt".freeze]
  s.files = [".ruby-version".freeze, "CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "app/controllers/concerns/hephaestus/responses.rb".freeze, "app/controllers/concerns/hephaestus/validates_from_yetto.rb".freeze, "app/controllers/hephaestus/application_controller.rb".freeze, "app/controllers/hephaestus/root_controller.rb".freeze, "app/controllers/hephaestus/settings_controller.rb".freeze, "app/controllers/hephaestus/staff_controller.rb".freeze, "app/jobs/hephaestus/application_job.rb".freeze, "app/jobs/hephaestus/update_yetto_job.rb".freeze, "app/models/hephaestus/application_record.rb".freeze, "app/serializers/hephaestus/error_serializer.rb".freeze, "app/serializers/hephaestus/headers.rb".freeze, "app/services/hephaestus/yetto_service.rb".freeze, "app/views/layouts/staff.html.erb".freeze, "app/views/staff/index.html.erb".freeze, "bin/hephaestus".freeze, "config/database.yml".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/staging.rb".freeze, "config/environments/test.rb".freeze, "config/initializers/application.rb".freeze, "config/initializers/cors.rb".freeze, "config/initializers/environment.rb".freeze, "config/initializers/filter_parameter_logging.rb".freeze, "config/initializers/inflections.rb".freeze, "config/initializers/lograge.rb".freeze, "config/initializers/opentelemetry.rb".freeze, "config/initializers/slack_webhook_logger.rb".freeze, "config/puma.rb".freeze, "config/queue.yml".freeze, "config/recurring.yml".freeze, "config/routes.rb".freeze, "db/queue_schema.rb".freeze, "lib/Rakefile".freeze, "lib/hephaestus.rb".freeze, "lib/hephaestus/actions.rb".freeze, "lib/hephaestus/actions/strip_comments_action.rb".freeze, "lib/hephaestus/app_builder.rb".freeze, "lib/hephaestus/engine.rb".freeze, "lib/hephaestus/exit_on_failure.rb".freeze, "lib/hephaestus/generators/app_generator.rb".freeze, "lib/hephaestus/generators/base.rb".freeze, "lib/hephaestus/generators/config_generator.rb".freeze, "lib/hephaestus/generators/core_generator.rb".freeze, "lib/hephaestus/generators/deployment_generator.rb".freeze, "lib/hephaestus/generators/lib_generator.rb".freeze, "lib/hephaestus/generators/license_generator.rb".freeze, "lib/hephaestus/generators/rubocop_generator.rb".freeze, "lib/hephaestus/generators/sorbet_generator.rb".freeze, "lib/hephaestus/http.rb".freeze, "lib/hephaestus/middleware.rb".freeze, "lib/hephaestus/middleware/malformed_request.rb".freeze, "lib/hephaestus/middleware/openapi_validation.rb".freeze, "lib/hephaestus/middleware/tracing_attributes.rb".freeze, "lib/hephaestus/support/hephaestus/api.rb".freeze, "lib/hephaestus/support/hephaestus/webmocks/browser_webmock.rb".freeze, "lib/hephaestus/support/hephaestus/webmocks/slack_webmock.rb".freeze, "lib/hephaestus/support/hephaestus/webmocks/yetto_webmock.rb".freeze, "lib/hephaestus/support/rails.rb".freeze, "lib/hephaestus/test_helper.rb".freeze, "lib/hephaestus/version.rb".freeze, "lib/tasks/hephaestus_tasks.rake".freeze, "lib/tasks/rubocop.rake".freeze, "lib/version.rb".freeze, "templates/Dockerfile".freeze, "templates/Gemfile.erb".freeze, "templates/Procfile.debug".freeze, "templates/Procfile.dev".freeze, "templates/README.md.erb".freeze, "templates/app/controllers/app_controller.rb".freeze, "templates/app/controllers/application_controller.rb".freeze, "templates/app/controllers/concerns/authable.rb".freeze, "templates/app/controllers/root_controller.rb".freeze, "templates/app/controllers/settings_controller.rb".freeze, "templates/app/controllers/staff_controller.rb".freeze, "templates/app/controllers/yetto_controller.rb".freeze, "templates/app/jobs/application_job.rb".freeze, "templates/app/jobs/update_yetto_job.rb".freeze, "templates/app/lib/body_parameter.rb".freeze, "templates/app/lib/body_parameter/yetto_parameters.rb".freeze, "templates/app/lib/constants/app.rb".freeze, "templates/app/lib/headers.rb".freeze, "templates/app/lib/headers/yetto.rb".freeze, "templates/app/lib/path_parameter.rb".freeze, "templates/app/lib/path_parameter/settings_parameters.rb".freeze, "templates/app/lib/path_parameter/yetto_parameters.rb".freeze, "templates/app/lib/plug_app/http.rb".freeze, "templates/app/lib/plug_app/middleware/malformed_request.rb".freeze, "templates/app/lib/plug_app/middleware/openapi_validation.rb".freeze, "templates/app/lib/plug_app/middleware/tracing_attributes.rb".freeze, "templates/app/lib/query_parameter.rb".freeze, "templates/app/serializers/error_serializer.rb".freeze, "templates/app/services/http_service.rb".freeze, "templates/app/services/yetto_service.rb".freeze, "templates/app/views/settings/new.json.jbuilder".freeze, "templates/bin/docker-entrypoint".freeze, "templates/compose.yml".freeze, "templates/config/initializers/000-oj.rb".freeze, "templates/config/initializers/cors.rb".freeze, "templates/config/initializers/environment.rb".freeze, "templates/config/initializers/filter_parameter_logging.rb".freeze, "templates/config/initializers/inflections.rb".freeze, "templates/config/initializers/lograge.rb".freeze, "templates/config/initializers/opentelemetry.rb".freeze, "templates/config/initializers/sidekiq.rb".freeze, "templates/config/initializers/slack_webhook_logger.rb".freeze, "templates/config/locales/en.yml".freeze, "templates/config/locales/settings/en.yml".freeze, "templates/config/sidekiq.yml".freeze, "templates/hephaestus_gitignore".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/plugInstallation.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/plug.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/yetto.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/openapi.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/paths/plug.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/message_created.json".freeze, "templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/plug_installation_created.json".freeze, "templates/lib/tasks/test_tasks.rake".freeze, "templates/script/ci".freeze, "templates/script/edit-credentials".freeze, "templates/script/hmac_text".freeze, "templates/script/licenses".freeze, "templates/script/ngrok".freeze, "templates/script/server".freeze, "templates/script/sorbet".freeze, "templates/script/test".freeze, "templates/sorbet/custom.rbi".freeze, "templates/test/controllers/application_controller_test.rb".freeze, "templates/test/controllers/root_controller_test.rb".freeze, "templates/test/controllers/settings_controller_test.rb".freeze, "templates/test/controllers/yetto_controller_test.rb".freeze, "templates/test/fixtures/files/fake_pem_file/fake.pem".freeze, "templates/test/fixtures/files/plug_installation_settings/invalid.json".freeze, "templates/test/fixtures/files/plug_installation_settings/valid.json".freeze, "templates/test/fixtures/plug_installation_settings/invalid.json".freeze, "templates/test/fixtures/plug_installation_settings/valid.json".freeze, "templates/test/jobs/update_yetto_job_test.rb".freeze, "templates/test/support/api.rb".freeze, "templates/test/support/rails.rb".freeze, "templates/test/support/webmocks.rb".freeze, "templates/test/support/webmocks/slack_webmock.rb".freeze, "templates/test/support/webmocks/yetto_webmock.rb".freeze, "templates/test/test_helper.rb".freeze, "templates/vendor/fly/fly-production.toml".freeze, "templates/vendor/fly/fly-staging.toml".freeze]
  s.homepage = "http://github.com/yettoapp/hephaestus".freeze
  s.licenses = ["MIT".freeze]
  s.rdoc_options = ["--charset=UTF-8".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 3.3.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Generate a Rails app that can be used to create plugs for Yetto.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<bootsnap>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<bundler>.freeze, ["~> 2.1".freeze])
  s.add_runtime_dependency(%q<ferrum>.freeze, ["~> 0.15".freeze])
  s.add_runtime_dependency(%q<hiredis>.freeze, ["~> 0.6".freeze])
  s.add_runtime_dependency(%q<httpsensible>.freeze, ["~> 0.3".freeze])
  s.add_runtime_dependency(%q<jbuilder>.freeze, ["~> 2.12".freeze])
  s.add_runtime_dependency(%q<jwt>.freeze, ["~> 2.8".freeze])
  s.add_runtime_dependency(%q<lograge>.freeze, ["~> 0.14".freeze])
  s.add_runtime_dependency(%q<mission_control-jobs>.freeze, ["~> 0.5".freeze])
  s.add_runtime_dependency(%q<openapi_first>.freeze, ["~> 2.0".freeze])
  s.add_runtime_dependency(%q<parser>.freeze, ["~> 3.0".freeze])
  s.add_runtime_dependency(%q<pg>.freeze, ["~> 1.5".freeze])
  s.add_runtime_dependency(%q<puma>.freeze, ["~> 6.4".freeze])
  s.add_runtime_dependency(%q<rails>.freeze, [">= 8.0".freeze])
  s.add_runtime_dependency(%q<rainbow>.freeze, ["~> 3.0".freeze])
  s.add_runtime_dependency(%q<redis>.freeze, ["~> 5.2".freeze])
  s.add_runtime_dependency(%q<retriable>.freeze, ["~> 3.1".freeze])
  s.add_runtime_dependency(%q<slack_webhook_logger>.freeze, ["~> 0.6".freeze])
  s.add_runtime_dependency(%q<solid_queue>.freeze, ["~> 1.0".freeze])
  s.add_runtime_dependency(%q<sqlite3>.freeze, ["~> 2.0".freeze])
  s.add_runtime_dependency(%q<opentelemetry-exporter-otlp>.freeze, ["~> 0.26".freeze])
  s.add_runtime_dependency(%q<opentelemetry-instrumentation-all>.freeze, ["~> 0.63".freeze])
  s.add_runtime_dependency(%q<opentelemetry-sdk>.freeze, ["~> 1.4".freeze])
  s.add_runtime_dependency(%q<opentelemetry-semantic_conventions>.freeze, ["~> 1.10".freeze])
  s.add_runtime_dependency(%q<propshaft>.freeze, ["~> 1.1".freeze])
  s.add_development_dependency(%q<dotenv-rails>.freeze, [">= 0".freeze])
end