# -*- encoding: utf-8 -*- # stub: fontist 1.14.3 ruby lib Gem::Specification.new do |s| s.name = "fontist".freeze s.version = "1.14.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/fontist/fontist", "homepage_uri" => "https://github.com/fontist/fontist", "source_code_uri" => "https://github.com/fontist/fontist" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Ribose Inc.".freeze] s.bindir = "exe".freeze s.date = "2022-08-16" s.description = "Install openly-licensed fonts on Windows, Linux and Mac!".freeze s.email = ["open.source@ribose.com".freeze] s.executables = ["fontist".freeze] s.files = [".github/workflows/metanorma.yml".freeze, ".github/workflows/test-and-release.yml".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.adoc".freeze, "Rakefile".freeze, "exe/fontist".freeze, "fontist.gemspec".freeze, "lib/fontist.rb".freeze, "lib/fontist/cli.rb".freeze, "lib/fontist/cli/class_options.rb".freeze, "lib/fontist/errors.rb".freeze, "lib/fontist/font.rb".freeze, "lib/fontist/font_installer.rb".freeze, "lib/fontist/font_path.rb".freeze, "lib/fontist/fontconfig.rb".freeze, "lib/fontist/fontconfig_cli.rb".freeze, "lib/fontist/formula.rb".freeze, "lib/fontist/formula_picker.rb".freeze, "lib/fontist/helpers.rb".freeze, "lib/fontist/import.rb".freeze, "lib/fontist/import/convert_formulas.rb".freeze, "lib/fontist/import/create_formula.rb".freeze, "lib/fontist/import/files/collection_file.rb".freeze, "lib/fontist/import/files/file_requirement.rb".freeze, "lib/fontist/import/files/font_detector.rb".freeze, "lib/fontist/import/formula_builder.rb".freeze, "lib/fontist/import/formula_serializer.rb".freeze, "lib/fontist/import/google.rb".freeze, "lib/fontist/import/google/new_fonts_fetcher.rb".freeze, "lib/fontist/import/google/skiplist.yml".freeze, "lib/fontist/import/google_check.rb".freeze, "lib/fontist/import/google_import.rb".freeze, "lib/fontist/import/helpers/hash_helper.rb".freeze, "lib/fontist/import/helpers/system_helper.rb".freeze, "lib/fontist/import/macos.rb".freeze, "lib/fontist/import/macos/macos_license.txt".freeze, "lib/fontist/import/manual_formula_builder.rb".freeze, "lib/fontist/import/otf/font_file.rb".freeze, "lib/fontist/import/otf_parser.rb".freeze, "lib/fontist/import/otf_style.rb".freeze, "lib/fontist/import/otfinfo/otfinfo_requirement.rb".freeze, "lib/fontist/import/otfinfo/template.erb".freeze, "lib/fontist/import/otfinfo_generate.rb".freeze, "lib/fontist/import/recursive_extraction.rb".freeze, "lib/fontist/import/sil_import.rb".freeze, "lib/fontist/import/template_helper.rb".freeze, "lib/fontist/import/text_helper.rb".freeze, "lib/fontist/import_cli.rb".freeze, "lib/fontist/index.rb".freeze, "lib/fontist/indexes/base_index.rb".freeze, "lib/fontist/indexes/default_family_font_index.rb".freeze, "lib/fontist/indexes/filename_index.rb".freeze, "lib/fontist/indexes/font_index.rb".freeze, "lib/fontist/indexes/index_formula.rb".freeze, "lib/fontist/indexes/preferred_family_font_index.rb".freeze, "lib/fontist/manifest.rb".freeze, "lib/fontist/manifest/install.rb".freeze, "lib/fontist/manifest/locations.rb".freeze, "lib/fontist/repo.rb".freeze, "lib/fontist/repo_cli.rb".freeze, "lib/fontist/style_version.rb".freeze, "lib/fontist/system.yml".freeze, "lib/fontist/system_font.rb".freeze, "lib/fontist/system_index.rb".freeze, "lib/fontist/update.rb".freeze, "lib/fontist/utils.rb".freeze, "lib/fontist/utils/cache.rb".freeze, "lib/fontist/utils/downloader.rb".freeze, "lib/fontist/utils/locking.rb".freeze, "lib/fontist/utils/system.rb".freeze, "lib/fontist/utils/ui.rb".freeze, "lib/fontist/version.rb".freeze] s.homepage = "https://github.com/fontist/fontist".freeze s.licenses = ["BSD-2-Clause".freeze] s.post_install_message = "Please run `fontist update` to fetch formulas.".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Install openly-licensed fonts on Windows, Linux and Mac!".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.10".freeze]) end