# -*- encoding: utf-8 -*- # stub: orthotypo 1.0.4 ruby lib Gem::Specification.new do |s| s.name = "orthotypo".freeze s.version = "1.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/noesya/orthotypo", "source_code_uri" => "https://github.com/noesya/orthotypo" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Arnaud Levy".freeze] s.date = "2024-03-15" s.description = "Il y a un corpus riche de r\u00E8gles typographiques, d\u00E9pendant des langues. Cette gem vise \u00E0 int\u00E9grer ces r\u00E8gles et \u00E0 automatiser leur mise en application pour le web, quand cela est possible.".freeze s.email = ["arnaud.levy@noesya.coop".freeze] s.files = [".circleci/config.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/orthotypo.rb".freeze, "lib/orthotypo/analyzer.rb".freeze, "lib/orthotypo/composer.rb".freeze, "lib/orthotypo/composer/en.rb".freeze, "lib/orthotypo/composer/en_gb.rb".freeze, "lib/orthotypo/composer/fr.rb".freeze, "lib/orthotypo/composer/fr_ch.rb".freeze, "lib/orthotypo/composer/fr_fr.rb".freeze, "lib/orthotypo/core_ext.rb".freeze, "lib/orthotypo/localizer.rb".freeze, "lib/orthotypo/version.rb".freeze, "orthotypo.gemspec".freeze, "sig/orthotypo.rbs".freeze, "spec/analyzer_spec.rb".freeze, "spec/composer/en_spec.rb".freeze, "spec/composer/fr_spec.rb".freeze, "spec/localizer_spec.rb".freeze, "spec/orthotypo_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/noesya/orthotypo".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Pour un texte correctement typographi\u00E9".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end