# -*- encoding: utf-8 -*- # stub: omg-actiontext 8.0.0.alpha3 ruby lib Gem::Specification.new do |s| s.name = "omg-actiontext".freeze s.version = "8.0.0.alpha3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/rails/rails/issues", "changelog_uri" => "https://github.com/rails/rails/blob/v8.0.0.alpha3/actiontext/CHANGELOG.md", "documentation_uri" => "https://api.rubyonrails.org/v8.0.0.alpha3/", "mailing_list_uri" => "https://discuss.rubyonrails.org/c/rubyonrails-talk", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/rails/rails/tree/v8.0.0.alpha3/actiontext" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Javan Makhmali".freeze, "Sam Stephenson".freeze, "David Heinemeier Hansson".freeze] s.date = "2024-09-17" s.description = "Edit and display rich text in Rails applications.".freeze s.email = ["javan@javan.us".freeze, "sstephenson@gmail.com".freeze, "david@loudthinking.com".freeze] s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "app/assets/javascripts/actiontext.esm.js".freeze, "app/assets/javascripts/actiontext.js".freeze, "app/assets/javascripts/trix.js".freeze, "app/assets/stylesheets/trix.css".freeze, "app/helpers/action_text/content_helper.rb".freeze, "app/helpers/action_text/tag_helper.rb".freeze, "app/javascript/actiontext/attachment_upload.js".freeze, "app/javascript/actiontext/index.js".freeze, "app/models/action_text/encrypted_rich_text.rb".freeze, "app/models/action_text/record.rb".freeze, "app/models/action_text/rich_text.rb".freeze, "app/views/action_text/attachables/_content_attachment.html.erb".freeze, "app/views/action_text/attachables/_missing_attachable.html.erb".freeze, "app/views/action_text/attachables/_remote_image.html.erb".freeze, "app/views/action_text/attachment_galleries/_attachment_gallery.html.erb".freeze, "app/views/action_text/contents/_content.html.erb".freeze, "app/views/active_storage/blobs/_blob.html.erb".freeze, "app/views/layouts/action_text/contents/_content.html.erb".freeze, "db/migrate/20180528164100_create_action_text_tables.rb".freeze, "lib/action_text.rb".freeze, "lib/action_text/attachable.rb".freeze, "lib/action_text/attachables/content_attachment.rb".freeze, "lib/action_text/attachables/missing_attachable.rb".freeze, "lib/action_text/attachables/remote_image.rb".freeze, "lib/action_text/attachment.rb".freeze, "lib/action_text/attachment_gallery.rb".freeze, "lib/action_text/attachments/caching.rb".freeze, "lib/action_text/attachments/minification.rb".freeze, "lib/action_text/attachments/trix_conversion.rb".freeze, "lib/action_text/attribute.rb".freeze, "lib/action_text/content.rb".freeze, "lib/action_text/deprecator.rb".freeze, "lib/action_text/encryption.rb".freeze, "lib/action_text/engine.rb".freeze, "lib/action_text/fixture_set.rb".freeze, "lib/action_text/fragment.rb".freeze, "lib/action_text/gem_version.rb".freeze, "lib/action_text/html_conversion.rb".freeze, "lib/action_text/plain_text_conversion.rb".freeze, "lib/action_text/rendering.rb".freeze, "lib/action_text/serialization.rb".freeze, "lib/action_text/system_test_helper.rb".freeze, "lib/action_text/trix_attachment.rb".freeze, "lib/action_text/version.rb".freeze, "lib/generators/action_text/install/install_generator.rb".freeze, "lib/generators/action_text/install/templates/actiontext.css".freeze, "lib/rails/generators/test_unit/install_generator.rb".freeze, "lib/rails/generators/test_unit/templates/fixtures.yml".freeze, "lib/tasks/actiontext.rake".freeze, "package.json".freeze] s.homepage = "https://rubyonrails.org".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 3.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Rich text framework.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 8.0.0.alpha3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 8.0.0.alpha3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 8.0.0.alpha3".freeze]) s.add_runtime_dependency(%q.freeze, ["= 8.0.0.alpha3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.8.5".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.6.0".freeze]) end