--- !ruby/object:Gem::Specification name: hotwire_scaffold_generator version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - Chase Covington autorequire: bindir: exe cert_chain: [] date: 2021-12-30 00:00:00.000000000 Z dependencies: [] description: |- A gem to generate a MVC scaffold to quickly get started with Turbo Streams. This gem includes the model callbacks, controller actions, and view stream recievers that you need for your model to be broadcasted live when instances are created, updated, and deleted. email: - mchasecov@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".rubocop.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Gemfile.lock - LICENSE.txt - README.md - Rakefile - bin/console - bin/setup - hotwire_scaffold_generator.gemspec - lib/generators/hotwire_scaffold/client/client_generator.rb - lib/generators/hotwire_scaffold/client_controller/client_controller_generator.rb - lib/generators/hotwire_scaffold/client_controller/templates/controller.rb.tt - lib/generators/hotwire_scaffold/client_controller/templates/stimulus_controller.js.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/_form.html.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/create.turbo_stream.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/destroy.turbo_stream.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/edit.html.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/index.html.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/new.html.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/partial.html.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/show.html.erb.tt - lib/generators/hotwire_scaffold/client_controller/templates/views/update.turbo_stream.erb.tt - lib/hotwire_scaffold_generator.rb - lib/hotwire_scaffold_generator/version.rb homepage: https://github.com/MchaseCov/hotwire_scaffold_generator licenses: - MIT metadata: homepage_uri: https://github.com/MchaseCov/hotwire_scaffold_generator source_code_uri: https://github.com/MchaseCov/hotwire_scaffold_generator changelog_uri: https://github.com/MchaseCov/hotwire_scaffold_generator/blob/master/CHANGELOG.md post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.22 signing_key: specification_version: 4 summary: A gem to generate a MVC scaffold to quickly get started with Turbo Streams. test_files: []