--- !ruby/object:Gem::Specification name: schienenzeppelin version: !ruby/object:Gem::Version version: '0.2' platform: ruby authors: - Hans-Jörg Schnedlitz autorequire: bindir: exe cert_chain: [] date: 2021-04-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 6.1.3 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 6.1.3 description: | Schienenzeppelin is the Ruby on Rails app generator to get you started quickly. Includes TailwindCSS, Devise, Capistrano and much more. email: - hans.schnedlitz@gmail.com executables: - sz extensions: [] extra_rdoc_files: [] files: - ".github/workflows/main.yml" - ".github/workflows/outdated.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".tool-versions" - CHANGELOG.md - CODE_OF_CONDUCT.md - GALLERY.md - Gemfile - Gemfile.lock - LICENSE - LICENSE.txt - README.md - Rakefile - TODO.md - bin/console - bin/setup - exe/sz - images/create.png - images/error.png - images/home.png - images/index.png - images/login.png - images/mobile.png - lib/schienenzeppelin.rb - lib/schienenzeppelin/add_on.rb - lib/schienenzeppelin/addons/annotate.rb - lib/schienenzeppelin/addons/capistrano.rb - lib/schienenzeppelin/addons/continuous_integration.rb - lib/schienenzeppelin/addons/credentials.rb - lib/schienenzeppelin/addons/devise.rb - lib/schienenzeppelin/addons/docker.rb - lib/schienenzeppelin/addons/docker_compose.rb - lib/schienenzeppelin/addons/dotenv.rb - lib/schienenzeppelin/addons/errors.rb - lib/schienenzeppelin/addons/factory_bot.rb - lib/schienenzeppelin/addons/foreman.rb - lib/schienenzeppelin/addons/generators.rb - lib/schienenzeppelin/addons/high_voltage.rb - lib/schienenzeppelin/addons/inline_svg.rb - lib/schienenzeppelin/addons/irbrc.rb - lib/schienenzeppelin/addons/jb.rb - lib/schienenzeppelin/addons/lograge.rb - lib/schienenzeppelin/addons/oj.rb - lib/schienenzeppelin/addons/pundit.rb - lib/schienenzeppelin/addons/rspec.rb - lib/schienenzeppelin/addons/rubocop.rb - lib/schienenzeppelin/addons/ruby_version.rb - lib/schienenzeppelin/addons/scaffold.rb - lib/schienenzeppelin/addons/services.rb - lib/schienenzeppelin/addons/shoulda.rb - lib/schienenzeppelin/addons/sidekiq.rb - lib/schienenzeppelin/addons/stimulus.rb - lib/schienenzeppelin/addons/stimulus_components.rb - lib/schienenzeppelin/addons/tailwind.rb - lib/schienenzeppelin/addons/views.rb - lib/schienenzeppelin/app_builder.rb - lib/schienenzeppelin/app_generator.rb - lib/schienenzeppelin/context.rb - lib/schienenzeppelin/dependencies.rb - lib/schienenzeppelin/generator_utils.rb - lib/schienenzeppelin/version.rb - schienenzeppelin.gemspec - schienenzeppelin.jpg - script.md - templates/.dockerignore.erb - templates/.entrypoint.sh.erb - templates/.env.development.erb - templates/.foreman.erb - templates/.github/workflows/build.yml.erb - templates/.gitignore.erb - templates/.irbrc.erb - templates/.rubocop.yml.erb - templates/.tool-versions.erb - templates/Capfile.erb - templates/Dockerfile.erb - templates/Gemfile.erb - templates/Procfile.dev.erb - templates/Procfile.erb - templates/README.md.erb - templates/app/controllers/authorized_controller.rb.erb - templates/app/controllers/errors_controller.rb.erb - templates/app/javascript/images/checkmark.svg - templates/app/javascript/images/logo.svg - templates/app/javascript/stylesheets/components.scss - templates/app/policies/application_policy.rb - templates/app/services/application_service.rb - templates/app/views/devise/confirmations/new.html.erb - templates/app/views/devise/passwords/edit.html.erb - templates/app/views/devise/passwords/new.html.erb - templates/app/views/devise/registrations/edit.html.erb - templates/app/views/devise/registrations/new.html.erb - templates/app/views/devise/sessions/new.html.erb - templates/app/views/devise/shared/_error_messages.html.erb - templates/app/views/devise/shared/_form_wrap.html.erb - templates/app/views/devise/shared/_links.html.erb - templates/app/views/devise/unlocks/new.html.erb - templates/app/views/errors/internal_error.html.erb - templates/app/views/errors/not_found.html.erb - templates/app/views/errors/unacceptable.html.erb - templates/app/views/layouts/application.html.erb.tt - templates/app/views/pages/home.html.erb.tt - templates/app/views/shared/_flashes.html.erb.tt - templates/app/views/shared/_footer.html.erb.tt - templates/app/views/shared/_navbar.html.erb.tt - templates/app/workers/application_worker.rb - templates/bin/setup.erb - templates/config/credentials.yml.erb - templates/config/initializers/high_voltage.rb - templates/config/initializers/lograge.rb - templates/config/initializers/sidekiq.rb - templates/config/postgresql.yml.erb - templates/docker-compose.yml.erb - templates/lib/capistrano/tasks/seeds.rake - templates/lib/capistrano/tasks/sidekiq.rake - templates/lib/generators/rails/navigation/USAGE - templates/lib/generators/rails/navigation/navigation_generator.rb - templates/lib/generators/rails/scaffold_controller_generator.rb - templates/lib/tasks/auto_annotate_models.rake - templates/lib/templates/erb/scaffold/_form.html.erb - templates/lib/templates/erb/scaffold/edit.html.erb - templates/lib/templates/erb/scaffold/index.html.erb - templates/lib/templates/erb/scaffold/new.html.erb - templates/lib/templates/erb/scaffold/show.html.erb - templates/public/500.html.erb - templates/spec/rails_helper.rb - templates/spec/spec_helper.rb - templates/spec/support/factory_bot.rb - templates/spec/support/shoulda_matchers.rb homepage: https://github.com/hschne/schienenzeppelin licenses: - MIT metadata: homepage_uri: https://github.com/hschne/schienenzeppelin source_code_uri: https://github.com/hschne/schienenzeppelin changelog_uri: https://github.com/hschne/schienenzeppelin/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.3 signing_key: specification_version: 4 summary: The Rails app generator that gets you started quickly test_files: []