# -*- encoding: utf-8 -*-
# stub: ruby2html 1.3.2 ruby lib/gem
Gem::Specification.new do |s|
s.name = "ruby2html".freeze
s.version = "1.3.2".freeze
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.metadata = { "homepage_uri" => "https://github.com/sebyx07/ruby2html", "source_code_uri" => "https://github.com/sebyx07/ruby2html" } if s.respond_to? :metadata=
s.require_paths = ["lib/gem".freeze]
s.authors = ["sebi".freeze]
s.date = "2024-08-09"
s.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.".freeze
s.email = ["gore.sebyx@yahoo.com".freeze]
s.files = [".dockerignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "Dockerfile".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/manifest.js".freeze, "app/assets/images/.keep".freeze, "app/assets/stylesheets/application.css".freeze, "app/channels/application_cable/channel.rb".freeze, "app/channels/application_cable/connection.rb".freeze, "app/components/application_component.rb".freeze, "app/components/first_component.html.rb".freeze, "app/components/first_component.rb".freeze, "app/components/second_component.rb".freeze, "app/components/third_component.rb".freeze, "app/components/third_component/third_component.html.rb".freeze, "app/controllers/application_controller.rb".freeze, "app/controllers/benchmark_controller.rb".freeze, "app/controllers/concerns/.keep".freeze, "app/controllers/home_controller.rb".freeze, "app/helpers/application_helper.rb".freeze, "app/jobs/application_job.rb".freeze, "app/mailers/application_mailer.rb".freeze, "app/models/application_record.rb".freeze, "app/models/concerns/.keep".freeze, "app/views/benchmark/normal_html.html.erb".freeze, "app/views/benchmark/ruby_2html.html.rb".freeze, "app/views/home/index.html.erb".freeze, "app/views/home/rb_files.html.rb".freeze, "app/views/layouts/application.html.erb".freeze, "app/views/layouts/mailer.html.erb".freeze, "app/views/layouts/mailer.text.erb".freeze, "app/views/pwa/manifest.json.erb".freeze, "app/views/pwa/service-worker.js".freeze, "app/views/shared/_navbar.html.erb".freeze, "config.ru".freeze, "config/application.rb".freeze, "config/boot.rb".freeze, "config/cable.yml".freeze, "config/credentials.yml.enc".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/initializers/assets.rb".freeze, "config/initializers/content_security_policy.rb".freeze, "config/initializers/filter_parameter_logging.rb".freeze, "config/initializers/inflections.rb".freeze, "config/initializers/permissions_policy.rb".freeze, "config/locales/en.yml".freeze, "config/puma.rb".freeze, "config/routes.rb".freeze, "config/storage.yml".freeze, "db/seeds.rb".freeze, "lefthook.yml".freeze, "lib/assets/.keep".freeze, "lib/gem/ruby2html.rb".freeze, "lib/gem/ruby2html/component_helper.rb".freeze, "lib/gem/ruby2html/rails_helper.rb".freeze, "lib/gem/ruby2html/railtie.rb".freeze, "lib/gem/ruby2html/render.rb".freeze, "lib/gem/ruby2html/version.rb".freeze, "lib/tasks/.keep".freeze, "log/.keep".freeze, "public/404.html".freeze, "public/406-unsupported-browser.html".freeze, "public/422.html".freeze, "public/500.html".freeze, "public/icon.png".freeze, "public/icon.svg".freeze, "public/robots.txt".freeze, "storage/.keep".freeze, "tmp/.keep".freeze, "tmp/pids/.keep".freeze, "tmp/storage/.keep".freeze, "vendor/.keep".freeze]
s.homepage = "https://github.com/sebyx07/ruby2html".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze)
s.rubygems_version = "3.5.10".freeze
s.summary = "Transform Ruby code into beautiful, structured HTML".freeze
end