--- !ruby/object:Gem::Specification
name: hephaestus
version: !ruby/object:Gem::Version
  version: 0.1.2
platform: ruby
authors:
- Garen Torikian
autorequire: 
bindir: bin
cert_chain: []
date: 2023-03-15 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.1'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '2.1'
- !ruby/object:Gem::Dependency
  name: parser
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '3.0'
  force_ruby_platform: false
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 7.0.0
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 7.0.0
  force_ruby_platform: false
- !ruby/object:Gem::Dependency
  name: minitest
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '5.6'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '5.6'
- !ruby/object:Gem::Dependency
  name: minitest-focus
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.1'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.1'
description: 'Hephaestus is a Rails generator to create plugs for Yetto.

  '
email: 
executables:
- hephaestus
extensions: []
extra_rdoc_files:
- README.md
- LICENSE.txt
files:
- ".ruby-version"
- CHANGELOG.md
- LICENSE.txt
- README.md
- bin/hephaestus
- lib/hephaestus.rb
- lib/hephaestus/actions.rb
- lib/hephaestus/actions/strip_comments_action.rb
- lib/hephaestus/app_builder.rb
- lib/hephaestus/exit_on_failure.rb
- lib/hephaestus/generators/app_generator.rb
- lib/hephaestus/generators/base.rb
- lib/hephaestus/generators/config_generator.rb
- lib/hephaestus/generators/core_generator.rb
- lib/hephaestus/generators/deployment_generator.rb
- lib/hephaestus/generators/lib_generator.rb
- lib/hephaestus/generators/license_generator.rb
- lib/hephaestus/generators/rubocop_generator.rb
- lib/hephaestus/generators/sorbet_generator.rb
- lib/hephaestus/version.rb
- templates/.env.test
- templates/.github/actions/license/action.yml
- templates/.github/actions/setup/action.yml
- templates/.github/actions/sisyphus/action.yml
- templates/.github/actions/sorbet/action.yml
- templates/.github/dependabot.yml
- templates/.github/workflows/automerge.yml
- templates/.github/workflows/licenses.yml
- templates/.github/workflows/lint.yml
- templates/.github/workflows/security.yml
- templates/.github/workflows/sorbet.yml
- templates/.github/workflows/test.yml
- templates/.licensed.yml
- templates/.rubocop.yml
- templates/.vscode/extensions.json
- templates/.vscode/launch.json
- templates/.vscode/settings.json
- templates/Gemfile.erb
- templates/Procfile.debug
- templates/Procfile.dev
- templates/README.md.erb
- templates/app/controllers/application_controller.rb
- templates/app/controllers/concerns/authable.rb
- templates/app/controllers/root_controller.rb
- templates/app/controllers/settings_controller.rb
- templates/app/controllers/staff_controller.rb
- templates/app/controllers/yetto_controller.rb
- templates/app/jobs/application_job.rb
- templates/app/jobs/update_yetto_job.rb
- templates/app/lib/body_parameter.rb
- templates/app/lib/body_parameter/yetto_parameters.rb
- templates/app/lib/constants/app.rb
- templates/app/lib/headers.rb
- templates/app/lib/headers/yetto.rb
- templates/app/lib/path_parameter.rb
- templates/app/lib/path_parameter/yetto_parameters.rb
- templates/app/lib/plug_app/http.rb
- templates/app/lib/plug_app/middleware/malformed_request.rb
- templates/app/lib/plug_app/middleware/not_found.rb
- templates/app/lib/plug_app/middleware/openapi_validation.rb
- templates/app/lib/plug_app/middleware/tracing_attributes.rb
- templates/app/lib/query_parameter.rb
- templates/app/serializers/error_serializer.rb
- templates/app/services/yetto_service.rb
- templates/app/views/settings/index.json.jbuilder
- templates/config/initializers/cors.rb
- templates/config/initializers/environment.rb
- templates/config/initializers/filter_parameter_logging.rb
- templates/config/initializers/inflections.rb
- templates/config/initializers/lograge.rb
- templates/config/initializers/open_telemetry.rb
- templates/config/initializers/sidekiq.rb
- templates/config/initializers/slack_webhook_logger.rb
- templates/config/sidekiq.yml
- templates/hephaestus_gitignore
- templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
- templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/plugInstallation.json
- templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/plug.json
- templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/responses.json
- templates/lib/plug_app/schemas/api/2023-03-06/components/schemas/yetto.json
- templates/lib/plug_app/schemas/api/2023-03-06/openapi.json
- templates/lib/plug_app/schemas/api/2023-03-06/paths/plug.json
- templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_message.json
- templates/lib/plug_app/schemas/api/2023-03-06/paths/yetto/after_create_plug_installation.json
- templates/lib/tasks/test_tasks.rake
- templates/script/ci
- templates/script/hmac_text
- templates/script/licenses
- templates/script/ngrok
- templates/script/security_checks/brakeman
- templates/script/security_checks/bundle-audit
- templates/script/server
- templates/script/server-debug
- templates/script/test
- templates/script/typecheck
- templates/sorbet/custom.rbi
- templates/test/controllers/root_controller_test.rb
- templates/test/controllers/settings_controller_test.rb
- templates/test/controllers/yetto_controller_test.rb
- templates/test/fixtures/files/.keep
- templates/test/integration/.keep
- templates/test/jobs/update_yetto_job_test.rb
- templates/test/mailers/.keep
- templates/test/support/api.rb
- templates/test/support/rails.rb
- templates/test/support/webmocks.rb
- templates/test/support/webmocks/slack_webmock.rb
- templates/test/support/webmocks/yetto.rb
- templates/test/test_helper.rb
homepage: http://github.com/yettoapp/hephaestus
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options:
- "--charset=UTF-8"
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 3.2.1
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 3.4.7
requirements: []
rubygems_version: 3.4.8
signing_key: 
specification_version: 4
summary: Generate a Rails app that can be used to create plugs for Yetto.
test_files: []