--- !ruby/object:Gem::Specification name: ruby2html version: !ruby/object:Gem::Version version: 1.0.0 platform: ruby authors: - sebi autorequire: bindir: bin cert_chain: [] date: 2024-08-08 00:00:00.000000000 Z dependencies: [] description: Ruby2HTML empowers developers to write view logic in pure Ruby, seamlessly converting it into clean, well-formatted HTML. Enhance your templating workflow, improve readability, and leverage the full power of Ruby in your views. Features include Rails integration, custom component support, and automatic HTML beautification. email: - gore.sebyx@yahoo.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".dockerignore" - ".rspec" - ".rubocop.yml" - ".ruby-version" - Dockerfile - README.md - Rakefile - app/assets/config/manifest.js - app/assets/images/.keep - app/assets/stylesheets/application.css - app/channels/application_cable/channel.rb - app/channels/application_cable/connection.rb - app/components/application_component.rb - app/components/first_component.html.erb - app/components/first_component.rb - app/components/second_component.rb - app/controllers/application_controller.rb - app/controllers/concerns/.keep - app/controllers/home_controller.rb - app/helpers/application_helper.rb - app/jobs/application_job.rb - app/mailers/application_mailer.rb - app/models/application_record.rb - app/models/concerns/.keep - app/views/home/index.html.erb - app/views/layouts/application.html.erb - app/views/layouts/mailer.html.erb - app/views/layouts/mailer.text.erb - app/views/pwa/manifest.json.erb - app/views/pwa/service-worker.js - app/views/shared/_navbar.html.erb - config.ru - config/application.rb - config/boot.rb - config/cable.yml - config/credentials.yml.enc - config/database.yml - config/environment.rb - config/environments/development.rb - config/environments/production.rb - config/environments/test.rb - config/initializers/assets.rb - config/initializers/content_security_policy.rb - config/initializers/filter_parameter_logging.rb - config/initializers/inflections.rb - config/initializers/permissions_policy.rb - config/locales/en.yml - config/puma.rb - config/routes.rb - config/storage.yml - db/seeds.rb - lefthook.yml - lib/assets/.keep - lib/gem/ruby2html.rb - lib/gem/ruby2html/component_helper.rb - lib/gem/ruby2html/rails_helper.rb - lib/gem/ruby2html/render.rb - lib/gem/ruby2html/version.rb - lib/tasks/.keep - log/.keep - public/404.html - public/406-unsupported-browser.html - public/422.html - public/500.html - public/icon.png - public/icon.svg - public/robots.txt - storage/.keep - tmp/.keep - tmp/pids/.keep - tmp/storage/.keep - vendor/.keep homepage: https://github.com/sebyx07/ruby2html licenses: - MIT metadata: homepage_uri: https://github.com/sebyx07/ruby2html source_code_uri: https://github.com/sebyx07/ruby2html post_install_message: rdoc_options: [] require_paths: - lib/gem 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.5.11 signing_key: specification_version: 4 summary: Transform Ruby code into beautiful, structured HTML test_files: []