--- !ruby/object:Gem::Specification name: cybele version: !ruby/object:Gem::Version version: 2.3.2 platform: ruby authors: - lab2023 autorequire: bindir: bin cert_chain: [] date: 2019-03-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.2.2 - - ">=" - !ruby/object:Gem::Version version: 5.2.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.2.2 - - ">=" - !ruby/object:Gem::Version version: 5.2.2 - !ruby/object:Gem::Dependency name: pronto requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.5 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.5 - !ruby/object:Gem::Dependency name: pronto-fasterer requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 - !ruby/object:Gem::Dependency name: pronto-flay requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 - !ruby/object:Gem::Dependency name: pronto-rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.9.0 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.5' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.4 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 0.19.4 description: Rails 5.x App template email: - info@lab2023.com executables: - cybele extensions: [] extra_rdoc_files: - README.md - MIT-LICENSE files: - ".fasterer.yml" - ".flayignore" - ".gitignore" - ".haml-lint.yml" - ".poper.yml" - ".rubocop.yml" - ".ruby-version" - CHANGELOG.md - Gemfile - MIT-LICENSE - README.md - Rakefile - SECURITY.md - USAGE - bin/build_app - bin/build_gem - bin/cybele - config.reek - cybele.gemspec - example.pronto.yml - lib/cybele.rb - lib/cybele/app_builder.rb - lib/cybele/generators/app_generator.rb - lib/cybele/helpers.rb - lib/cybele/helpers/active_storage.rb - lib/cybele/helpers/app_files/assets_files.rb - lib/cybele/helpers/app_files/controller_files.rb - lib/cybele/helpers/app_files/helper_files.rb - lib/cybele/helpers/app_files/mailer_files.rb - lib/cybele/helpers/app_files/model_files.rb - lib/cybele/helpers/app_files/vendor_files.rb - lib/cybele/helpers/app_files/view_files.rb - lib/cybele/helpers/app_files/view_gems.rb - lib/cybele/helpers/audited.rb - lib/cybele/helpers/basic_authentication.rb - lib/cybele/helpers/devise.rb - lib/cybele/helpers/docker.rb - lib/cybele/helpers/dotenv.rb - lib/cybele/helpers/error_pages.rb - lib/cybele/helpers/general.rb - lib/cybele/helpers/haml.rb - lib/cybele/helpers/locale_language.rb - lib/cybele/helpers/mailer.rb - lib/cybele/helpers/pronto.rb - lib/cybele/helpers/recipient_interceptor.rb - lib/cybele/helpers/responders.rb - lib/cybele/helpers/routes.rb - lib/cybele/helpers/show_for.rb - lib/cybele/helpers/sidekiq.rb - lib/cybele/helpers/simple_form.rb - lib/cybele/helpers/staging.rb - lib/cybele/version.rb - spec/features/cli_help_spec.rb - spec/features/git_and_git_flow_spec.rb - spec/features/new_default_project_spec.rb - spec/features/new_not_default_no_skip_docker_project_spec.rb - spec/features/new_not_default_no_skip_sidekiq_project_spec.rb - spec/features/new_not_default_project_spec.rb - spec/files/README_DEFAULT.md - spec/files/README_ONLY_NO_SKIP_DOCKER.md - spec/files/README_ONLY_NO_SKIP_SIDEKIQ.md - spec/files/README_SKIP_ALL.md - spec/spec_helper.rb - spec/support/cybele_test_helpers.rb - spec/support/mail_test_helpers.rb - spec/support/shared_examples/better_errors_test_helper.rb - spec/support/shared_examples/bullet_test_helper.rb - spec/support/shared_examples/colorize_test_helper.rb - spec/support/shared_examples/config_test_helper.rb - spec/support/shared_examples/cybele_test_helper.rb - spec/support/shared_examples/default_view_test_helper.rb - spec/support/shared_examples/devise_test_helper.rb - spec/support/shared_examples/docker_development_environment.rb - spec/support/shared_examples/dotenv_test_helper.rb - spec/support/shared_examples/error_pages_test_helper.rb - spec/support/shared_examples/force_ssl_test_helper.rb - spec/support/shared_examples/git_ignore_test_helper.rb - spec/support/shared_examples/locale_language_test_helper.rb - spec/support/shared_examples/mailer_test_helper.rb - spec/support/shared_examples/model_test_helper.rb - spec/support/shared_examples/postgresql_test_helper.rb - spec/support/shared_examples/pronto_test_helper.rb - spec/support/shared_examples/rails_i18n_test_helper.rb - spec/support/shared_examples/ransack_test_helper.rb - spec/support/shared_examples/recipient_interceptor_test_helper.rb - spec/support/shared_examples/responder_test_helper.rb - spec/support/shared_examples/rollbar_test_helper.rb - spec/support/shared_examples/roo_test_helper.rb - spec/support/shared_examples/roo_xls_test_helper.rb - spec/support/shared_examples/sidekiq_environment.rb - spec/support/shared_examples/to_xls_test_helper.rb - spec/support/shared_examples/will_paginate_test_helper.rb - spec/support/shared_examples/write_xlsx_test_helper.rb - templates/Gemfile.erb - templates/README.md.erb - templates/VERSION.txt - templates/active_storage/active_storage.yml.erb - templates/active_storage/amazon_env_all.erb - templates/app_files/app/assets/javascripts/application.js - templates/app_files/app/assets/javascripts/hq/application.js - templates/app_files/app/assets/stylesheets/application.sass - templates/app_files/app/assets/stylesheets/hq/_sidebar.sass - templates/app_files/app/assets/stylesheets/hq/application.sass - templates/app_files/app/controllers/concerns/activatable.rb - templates/app_files/app/controllers/hq/admins_controller.rb - templates/app_files/app/controllers/hq/application_controller.rb - templates/app_files/app/controllers/hq/audits_controller.rb - templates/app_files/app/controllers/hq/dashboard_controller.rb - templates/app_files/app/controllers/hq/passwords_controller.rb - templates/app_files/app/controllers/hq/registrations_controller.rb - templates/app_files/app/controllers/hq/sessions_controller.rb - templates/app_files/app/controllers/hq/users_controller.rb - templates/app_files/app/controllers/user/application_controller.rb - templates/app_files/app/controllers/user/dashboard_controller.rb - templates/app_files/app/controllers/user/passwords_controller.rb - templates/app_files/app/controllers/user/profile_controller.rb - templates/app_files/app/controllers/user/registrations_controller.rb - templates/app_files/app/controllers/user/sessions_controller.rb - templates/app_files/app/controllers/welcome_controller.rb - templates/app_files/app/helpers/application_helper.rb.erb - templates/app_files/app/mailers/admin_mailer.rb - templates/app_files/app/mailers/application_mailer.rb - templates/app_files/app/mailers/user_mailer.rb - templates/app_files/app/models/admin.rb - templates/app_files/app/models/audit.rb - templates/app_files/app/models/concerns/password_creatable.rb - templates/app_files/app/models/user.rb - templates/app_files/app/vendor/assets/javascripts/footable.min.js - templates/app_files/app/vendor/assets/javascripts/jquery.datetimepicker.js - templates/app_files/app/vendor/assets/javascripts/jquery.maskedinput.min.js - templates/app_files/app/vendor/assets/javascripts/nprogress.js - templates/app_files/app/vendor/assets/javascripts/trix.js - templates/app_files/app/vendor/assets/stylesheets/footable.bootstrap.min.css - templates/app_files/app/vendor/assets/stylesheets/jquery.datetimepicker.css - templates/app_files/app/vendor/assets/stylesheets/nprogress.css - templates/app_files/app/vendor/assets/stylesheets/trix.css - templates/app_files/app/views/admin_mailer/login_info.html.haml - templates/app_files/app/views/hq/admins/_admin.html.haml - templates/app_files/app/views/hq/admins/_blank.html.haml - templates/app_files/app/views/hq/admins/_filters.html.haml - templates/app_files/app/views/hq/admins/_form.html.haml - templates/app_files/app/views/hq/admins/_list.html.haml - templates/app_files/app/views/hq/admins/edit.html.haml - templates/app_files/app/views/hq/admins/index.html.haml - templates/app_files/app/views/hq/admins/new.html.haml - templates/app_files/app/views/hq/admins/show.html.haml - templates/app_files/app/views/hq/audits/_filters.html.haml - templates/app_files/app/views/hq/audits/_list.html.haml - templates/app_files/app/views/hq/audits/index.html.haml - templates/app_files/app/views/hq/audits/show.html.haml - templates/app_files/app/views/hq/dashboard/index.html.haml - templates/app_files/app/views/hq/passwords/edit.html.haml - templates/app_files/app/views/hq/passwords/new.html.haml - templates/app_files/app/views/hq/registrations/edit.html.haml - templates/app_files/app/views/hq/sessions/new.html.haml - templates/app_files/app/views/hq/users/_blank.html.haml - templates/app_files/app/views/hq/users/_filters.html.haml - templates/app_files/app/views/hq/users/_form.html.haml - templates/app_files/app/views/hq/users/_list.html.haml - templates/app_files/app/views/hq/users/_user.html.haml - templates/app_files/app/views/hq/users/edit.html.haml - templates/app_files/app/views/hq/users/index.html.haml - templates/app_files/app/views/hq/users/new.html.haml - templates/app_files/app/views/hq/users/show.html.haml - templates/app_files/app/views/layouts/application.html.haml.erb - templates/app_files/app/views/layouts/hq/application.html.haml.erb - templates/app_files/app/views/layouts/hq/login.html.haml.erb - templates/app_files/app/views/layouts/hq/partials/_breadcrumb.html.haml - templates/app_files/app/views/layouts/hq/partials/_dock.html.haml - templates/app_files/app/views/layouts/hq/partials/_footer.html.haml - templates/app_files/app/views/layouts/hq/partials/_navbar.html.haml - templates/app_files/app/views/layouts/hq/partials/_toolbar.html.haml - templates/app_files/app/views/layouts/hq/partials/_trackers.html.haml - templates/app_files/app/views/layouts/mailer.html.haml.erb - templates/app_files/app/views/layouts/partials/_messages.html.haml - templates/app_files/app/views/layouts/partials/_navbar.html.haml.erb - templates/app_files/app/views/layouts/partials/_warnings.html.haml - templates/app_files/app/views/user/dashboard/index.html.haml - templates/app_files/app/views/user/passwords/edit.html.haml - templates/app_files/app/views/user/passwords/new.html.haml - templates/app_files/app/views/user/profile/_form.html.haml - templates/app_files/app/views/user/profile/edit.html.haml - templates/app_files/app/views/user/profile/show.html.haml - templates/app_files/app/views/user/registrations/edit.html.haml - templates/app_files/app/views/user/registrations/new.html.haml - templates/app_files/app/views/user/sessions/new.html.haml - templates/app_files/app/views/user_mailer/login_info.html.haml - templates/app_files/app/views/welcome/about.html.haml - templates/app_files/app/views/welcome/contact.html.haml - templates/app_files/app/views/welcome/index.html.haml.erb - templates/app_files/bootstrap_Gemfile.erb - templates/app_files/breadcrumb_Gemfile.erb - templates/app_files/jquery_Gemfile.erb - templates/app_files/public/images/favicon.png - templates/app_files/public/images/mail-logo.png - templates/basic_authentication/basic_authentication.rb - templates/basic_authentication/basic_authentication_settings.yml.erb - templates/basic_authentication/include_module.erb - templates/basic_authentication/no_basic_authentication.erb - templates/basic_authentication/yes_basic_authentication.erb - templates/bullet/bullet_settings.rb.erb - templates/config/config_application.rb.erb - templates/config/locales/devise.en.yml - templates/config/locales/devise.tr.yml - templates/config/locales/en.yml - templates/config/locales/mailer.en.yml - templates/config/locales/mailer.tr.yml - templates/config/locales/models.en.yml - templates/config/locales/models.tr.yml - templates/config/locales/responders.en.yml - templates/config/locales/responders.tr.yml - templates/config/locales/show_for.tr.yml - templates/config/locales/simple_form.tr.yml - templates/config/locales/tr.yml - templates/config/locales/view.en.yml - templates/config/locales/view.tr.yml - templates/config/routes.rb.erb - templates/cybele_gitignore - templates/devise/devise_authenticate_admin.rb.erb - templates/devise/devise_before_action_strong_parameter.rb.erb - templates/devise/devise_mailer.rb.erb - templates/devise/devise_protect_from_forgery.rb.erb - templates/devise/devise_strong_parameter.rb.erb - templates/devise/devise_views/confirmations/new.html.haml - templates/devise/devise_views/mailer/confirmation_instructions.html.haml - templates/devise/devise_views/mailer/reset_password_instructions.html.haml - templates/devise/devise_views/mailer/unlock_instructions.html.haml - templates/devise/devise_views/passwords/edit.html.haml - templates/devise/devise_views/passwords/new.html.haml - templates/devise/devise_views/registrations/edit.html.haml - templates/devise/devise_views/registrations/new.html.haml - templates/devise/devise_views/sessions/new.html.haml - templates/devise/devise_views/shared/_links.haml - templates/devise/devise_views/unlocks/new.html.haml - templates/devise/seeds.rb.erb - templates/docker/Dockerfile.erb - templates/docker/docker-compose.yml.erb - templates/docker/docker_env_local_sample.erb - templates/docker/docker_env_local_sample_host.erb - templates/docker/docker_env_local_sample_sidekiq.erb - templates/docker/docker_env_staging_production_sidekiq.erb - templates/docker/start-app.sh.erb - templates/docker/start-sidekiq.sh.erb - templates/dotenv/.env.local.erb - templates/dotenv/.env.production.erb - templates/dotenv/.env.sample.erb - templates/dotenv/.env.staging.erb - templates/dotenv/dotenv_Gemfile.erb - templates/editorconfig - templates/environment/environment_generator.rb - templates/error_pages/error_control.erb - templates/error_pages/error_method.erb - templates/error_pages/error_route.erb.rb - templates/error_pages/internal_server_error.html.haml - templates/error_pages/not_found.html.haml - templates/haml/haml_Gemfile.erb - templates/mailer/.env.local.erb - templates/mailer/host.rb.erb - templates/mailer/mailer_settings.yml.erb - templates/mailer/smtp.rb.erb - templates/postgresql_database.yml.erb - templates/pronto/.erb-lint.yml.erb - templates/pronto/.flayignore.erb - templates/pronto/.haml-lint.yml.erb - templates/pronto/.rubocop.yml.erb - templates/pronto/example.pronto.yml.erb - templates/pronto/pronto_Gemfile.erb - templates/pronto/rubo.erb - templates/recipient_interceptor/recipient_interceptor_settings.yml.erb - templates/recipient_interceptor/recipient_interceptor_staging.rb.erb - templates/responders/responders_Gemfile.erb - templates/ruby-version - templates/settings.yml.erb - templates/show_for/show_for_Gemfile.erb - templates/sidekiq/sidekiq.rake.erb - templates/sidekiq/sidekiq.rb.erb - templates/sidekiq/sidekiq.yml.erb - templates/sidekiq/sidekiq_Gemfile.erb - templates/sidekiq/sidekiq_Procfile.erb - templates/sidekiq/sidekiq_application.rb.erb - templates/sidekiq/sidekiq_routes_mount.erb - templates/sidekiq/sidekiq_routes_require.erb - templates/sidekiq/sidekiq_schedule.yml.erb - templates/simple_form/simple_form_Gemfile.erb - templates/ssl/ssl_env_all.erb homepage: https://github.com/kebab-project/cybele licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.5.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.6 signing_key: specification_version: 4 summary: Rails 5.x template with responder, simple form, haml, exception notification, etc etc ... test_files: - spec/features/cli_help_spec.rb - spec/features/git_and_git_flow_spec.rb - spec/features/new_default_project_spec.rb - spec/features/new_not_default_no_skip_docker_project_spec.rb - spec/features/new_not_default_no_skip_sidekiq_project_spec.rb - spec/features/new_not_default_project_spec.rb - spec/files/README_DEFAULT.md - spec/files/README_ONLY_NO_SKIP_DOCKER.md - spec/files/README_ONLY_NO_SKIP_SIDEKIQ.md - spec/files/README_SKIP_ALL.md - spec/spec_helper.rb - spec/support/cybele_test_helpers.rb - spec/support/mail_test_helpers.rb - spec/support/shared_examples/better_errors_test_helper.rb - spec/support/shared_examples/bullet_test_helper.rb - spec/support/shared_examples/colorize_test_helper.rb - spec/support/shared_examples/config_test_helper.rb - spec/support/shared_examples/cybele_test_helper.rb - spec/support/shared_examples/default_view_test_helper.rb - spec/support/shared_examples/devise_test_helper.rb - spec/support/shared_examples/docker_development_environment.rb - spec/support/shared_examples/dotenv_test_helper.rb - spec/support/shared_examples/error_pages_test_helper.rb - spec/support/shared_examples/force_ssl_test_helper.rb - spec/support/shared_examples/git_ignore_test_helper.rb - spec/support/shared_examples/locale_language_test_helper.rb - spec/support/shared_examples/mailer_test_helper.rb - spec/support/shared_examples/model_test_helper.rb - spec/support/shared_examples/postgresql_test_helper.rb - spec/support/shared_examples/pronto_test_helper.rb - spec/support/shared_examples/rails_i18n_test_helper.rb - spec/support/shared_examples/ransack_test_helper.rb - spec/support/shared_examples/recipient_interceptor_test_helper.rb - spec/support/shared_examples/responder_test_helper.rb - spec/support/shared_examples/rollbar_test_helper.rb - spec/support/shared_examples/roo_test_helper.rb - spec/support/shared_examples/roo_xls_test_helper.rb - spec/support/shared_examples/sidekiq_environment.rb - spec/support/shared_examples/to_xls_test_helper.rb - spec/support/shared_examples/will_paginate_test_helper.rb - spec/support/shared_examples/write_xlsx_test_helper.rb