# -*- encoding: utf-8 -*- # stub: marksmith 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "marksmith".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/avo-hq/marksmith/releases", "homepage_uri" => "https://github.com/avo-hq/marksmith", "source_code_uri" => "https://github.com/avo-hq/marksmith" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Adrian Marin".freeze] s.date = "2025-01-22" s.description = "Marksmith is a GitHub-style markdown editor for Ruby on Rails applications.".freeze s.email = ["adrian@adrianthedev.com".freeze] s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/marksmith_manifest.js".freeze, "app/assets/images/marksmith/svgs/bold.svg".freeze, "app/assets/images/marksmith/svgs/code.svg".freeze, "app/assets/images/marksmith/svgs/color-swatch copy.svg".freeze, "app/assets/images/marksmith/svgs/color-swatch.svg".freeze, "app/assets/images/marksmith/svgs/heading.svg".freeze, "app/assets/images/marksmith/svgs/italic.svg".freeze, "app/assets/images/marksmith/svgs/link copy.svg".freeze, "app/assets/images/marksmith/svgs/link.svg".freeze, "app/assets/images/marksmith/svgs/list-bullet.svg".freeze, "app/assets/images/marksmith/svgs/list-todo.svg".freeze, "app/assets/images/marksmith/svgs/numbered-list.svg".freeze, "app/assets/images/marksmith/svgs/photo.svg".freeze, "app/assets/images/marksmith/svgs/quote.svg".freeze, "app/assets/stylesheets/marksmith.css".freeze, "app/assets/stylesheets/marksmith/application.css".freeze, "app/controllers/marksmith/application_controller.rb".freeze, "app/controllers/marksmith/markdown_previews_controller.rb".freeze, "app/frontend/entrypoints/application.css".freeze, "app/frontend/entrypoints/application.js".freeze, "app/frontend/entrypoints/javascript/controllers/application.js".freeze, "app/frontend/entrypoints/javascript/controllers/index.js".freeze, "app/frontend/entrypoints/javascript/controllers/marksmith_controller.js".freeze, "app/helpers/marksmith/application_helper.rb".freeze, "app/jobs/marksmith/application_job.rb".freeze, "app/mailers/marksmith/application_mailer.rb".freeze, "app/models/marksmith/application_record.rb".freeze, "app/models/marksmith/renderer.rb".freeze, "app/views/layouts/marksmith/application.html.erb".freeze, "app/views/marksmith/markdown_previews/create.turbo_stream.erb".freeze, "app/views/marksmith/shared/_editor.html.erb".freeze, "app/views/marksmith/shared/_rendered_body.html.erb".freeze, "config/locales/marksmith.en.yml".freeze, "config/routes.rb".freeze, "config/vite.json".freeze, "lib/marksmith.rb".freeze, "lib/marksmith/engine.rb".freeze, "lib/marksmith/helper.rb".freeze, "lib/marksmith/version.rb".freeze, "lib/tasks/marksmith_tasks.rake".freeze] s.homepage = "https://github.com/avo-hq/marksmith".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Marksmith is a GitHub-style markdown editor for Ruby on Rails applications.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 7.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end