# -*- encoding: utf-8 -*- # stub: action_mosaico 0.1.4 ruby lib Gem::Specification.new do |s| s.name = "action_mosaico".freeze s.version = "0.1.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.8.11".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/aventumx/action_mosaico", "homepage_uri" => "https://github.com/aventumx/action_mosaico", "source_code_uri" => "https://github.com/aventumx/action_mosaico" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Recker Swartz".freeze] s.bindir = "exe".freeze s.date = "2021-10-02" s.description = "The Mosaico email editor on Rails.".freeze s.email = ["reckerswartz@hotmail.com".freeze] s.files = [".rubocop.yml".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "action_mosaico.gemspec".freeze, "app/assets/javascripts/action_mosaico.js".freeze, "app/assets/stylesheets/action_mosaico.css".freeze, "app/helpers/action_mosaico/content_helper.rb".freeze, "app/helpers/action_mosaico/tag_helper.rb".freeze, "app/javascript/action_mosaico/attachment_upload.js".freeze, "app/javascript/action_mosaico/index.js".freeze, "app/models/action_mosaico/encrypted_rich_text.rb".freeze, "app/models/action_mosaico/record.rb".freeze, "app/models/action_mosaico/rich_text.rb".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, "bin/console".freeze, "bin/setup".freeze, "db/migrate/20180528164100_create_action_mosaico_tables.rb".freeze, "lib/action_mosaico.rb".freeze, "lib/action_mosaico/attachable.rb".freeze, "lib/action_mosaico/attachables/content_attachment.rb".freeze, "lib/action_mosaico/attachables/missing_attachable.rb".freeze, "lib/action_mosaico/attachables/remote_image.rb".freeze, "lib/action_mosaico/attachment.rb".freeze, "lib/action_mosaico/attachment_gallery.rb".freeze, "lib/action_mosaico/attachments/caching.rb".freeze, "lib/action_mosaico/attachments/minification.rb".freeze, "lib/action_mosaico/attachments/mosaico_conversion.rb".freeze, "lib/action_mosaico/attribute.rb".freeze, "lib/action_mosaico/content.rb".freeze, "lib/action_mosaico/encryption.rb".freeze, "lib/action_mosaico/engine.rb".freeze, "lib/action_mosaico/fixture_set.rb".freeze, "lib/action_mosaico/fragment.rb".freeze, "lib/action_mosaico/html_conversion.rb".freeze, "lib/action_mosaico/mosaico_attachment.rb".freeze, "lib/action_mosaico/plain_text_conversion.rb".freeze, "lib/action_mosaico/rendering.rb".freeze, "lib/action_mosaico/serialization.rb".freeze, "lib/action_mosaico/system_test_helper.rb".freeze, "lib/action_mosaico/version.rb".freeze, "lib/generators/action_mosaico/install/install_generator.rb".freeze, "lib/generators/action_mosaico/install/templates/actiontext.css".freeze, "lib/tasks/action_mosaico.rake".freeze, "package.json".freeze] s.homepage = "https://github.com/aventumx/action_mosaico".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The Mosaico email editor on Rails.".freeze s.specification_version = 4 s.add_runtime_dependency(%q<activesupport>.freeze, [">= 6.1".freeze]) s.add_runtime_dependency(%q<activerecord>.freeze, [">= 6.1".freeze]) s.add_runtime_dependency(%q<activestorage>.freeze, [">= 6.1".freeze]) s.add_runtime_dependency(%q<actionpack>.freeze, [">= 6.1".freeze]) s.add_runtime_dependency(%q<nokogiri>.freeze, [">= 1.8.5".freeze]) end