# -*- encoding: utf-8 -*- # stub: mobility-actiontext 0.6.0 ruby lib Gem::Specification.new do |s| s.name = "mobility-actiontext".freeze s.version = "0.6.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/sedubois/mobility-actiontext/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/sedubois/mobility-actiontext", "source_code_uri" => "https://github.com/sedubois/mobility-actiontext" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["S\u00E9bastien Dubois".freeze] s.bindir = "exe".freeze s.date = "2022-02-27" s.email = ["sedubois@users.noreply.github.com".freeze] s.files = [".github/dependabot.yml".freeze, ".github/workflows/main.yml".freeze, ".gitignore".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "dependabot.yml".freeze, "lib/mobility/action_text.rb".freeze, "lib/mobility/action_text/version.rb".freeze, "lib/mobility/backends/action_text.rb".freeze, "mobility-actiontext.gemspec".freeze, "test_app/.gitignore".freeze, "test_app/Gemfile".freeze, "test_app/Gemfile.lock".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/config/manifest.js".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/models/application_record.rb".freeze, "test_app/app/models/post.rb".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/bin/bundle".freeze, "test_app/bin/rails".freeze, "test_app/bin/rake".freeze, "test_app/bin/setup".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/credentials.yml.enc".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/application_controller_renderer.rb".freeze, "test_app/config/initializers/assets.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/content_security_policy.rb".freeze, "test_app/config/initializers/cookies_serializer.rb".freeze, "test_app/config/initializers/filter_parameter_logging.rb".freeze, "test_app/config/initializers/i18n.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/mobility.rb".freeze, "test_app/config/initializers/permissions_policy.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/puma.rb".freeze, "test_app/config/routes.rb".freeze, "test_app/config/storage.yml".freeze, "test_app/db/migrate/20210114124021_create_active_storage_tables.active_storage.rb".freeze, "test_app/db/migrate/20210114124022_create_action_text_tables.action_text.rb".freeze, "test_app/db/migrate/20210114124951_translate_rich_texts.rb".freeze, "test_app/db/migrate/20210114125134_create_posts.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/apple-touch-icon-precomposed.png".freeze, "test_app/public/apple-touch-icon.png".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/test/application_system_test_case.rb".freeze, "test_app/test/fixtures/action_text/rich_texts.yml".freeze, "test_app/test/fixtures/posts.yml".freeze, "test_app/test/mobility_action_text_test.rb".freeze, "test_app/test/test_helper.rb".freeze] s.homepage = "https://github.com/sedubois/mobility-actiontext".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Translate Rails Action Text rich text with Mobility.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.4".freeze]) end