--- !ruby/object:Gem::Specification name: cpflow version: !ruby/object:Gem::Version version: 3.0.1 platform: ruby authors: - Justin Gordon - Sergey Tarasov autorequire: bindir: bin cert_chain: [] date: 2024-06-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: dotenv requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.8.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.8.1 - !ruby/object:Gem::Dependency name: jwt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.8.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.8.1 - !ruby/object:Gem::Dependency name: psych requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.1.0 - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.2.1 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.2.1 description: CLI for providing Heroku-like platform-as-a-service on Control Plane email: - justin@shakacode.com - sergey@shakacode.com executables: - cpflow extensions: [] extra_rdoc_files: [] files: - ".github/workflows/check_cpln_links.yml" - ".github/workflows/command_docs.yml" - ".github/workflows/rspec-shared.yml" - ".github/workflows/rspec.yml" - ".github/workflows/rubocop.yml" - ".gitignore" - ".overcommit.yml" - ".rubocop.yml" - ".simplecov_spawn.rb" - CHANGELOG.md - CONTRIBUTING.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - bin/cpflow - cpflow - cpflow.gemspec - docs/assets/grafana-alert.png - docs/assets/memcached.png - docs/assets/sidekiq-pre-stop-hook.png - docs/commands.md - docs/dns.md - docs/migrating.md - docs/postgres.md - docs/redis.md - docs/secrets-and-env-values.md - docs/tips.md - docs/troubleshooting.md - examples/circleci.yml - examples/controlplane.yml - lib/command/apply_template.rb - lib/command/base.rb - lib/command/build_image.rb - lib/command/cleanup_images.rb - lib/command/cleanup_stale_apps.rb - lib/command/config.rb - lib/command/copy_image_from_upstream.rb - lib/command/delete.rb - lib/command/deploy_image.rb - lib/command/doctor.rb - lib/command/env.rb - lib/command/exists.rb - lib/command/generate.rb - lib/command/info.rb - lib/command/latest_image.rb - lib/command/logs.rb - lib/command/maintenance.rb - lib/command/maintenance_off.rb - lib/command/maintenance_on.rb - lib/command/maintenance_set_page.rb - lib/command/no_command.rb - lib/command/open.rb - lib/command/open_console.rb - lib/command/promote_app_from_upstream.rb - lib/command/ps.rb - lib/command/ps_restart.rb - lib/command/ps_start.rb - lib/command/ps_stop.rb - lib/command/ps_wait.rb - lib/command/run.rb - lib/command/setup_app.rb - lib/command/test.rb - lib/command/version.rb - lib/constants/exit_code.rb - lib/core/config.rb - lib/core/controlplane.rb - lib/core/controlplane_api.rb - lib/core/controlplane_api_direct.rb - lib/core/doctor_service.rb - lib/core/helpers.rb - lib/core/shell.rb - lib/core/template_parser.rb - lib/cpflow.rb - lib/cpflow/version.rb - lib/deprecated_commands.json - lib/generator_templates/Dockerfile - lib/generator_templates/controlplane.yml - lib/generator_templates/entrypoint.sh - lib/generator_templates/templates/app.yml - lib/generator_templates/templates/postgres.yml - lib/generator_templates/templates/rails.yml - rakelib/create_release.rake - script/add_command - script/check_command_docs - script/check_cpln_links - script/rename_command - script/update_command_docs - templates/app.yml - templates/daily-task.yml - templates/maintenance.yml - templates/memcached.yml - templates/postgres.yml - templates/rails.yml - templates/redis.yml - templates/redis2.yml - templates/sidekiq.yml homepage: https://github.com/shakacode/control-plane-flow licenses: - MIT metadata: rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.7.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.5.13 signing_key: specification_version: 4 summary: Control Plane Flow test_files: []