# -*- encoding: utf-8 -*- # stub: fontist 1.5.1 ruby lib Gem::Specification.new do |s| s.name = "fontist".freeze s.version = "1.5.1".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, "Abu Nashir".freeze] s.date = "2020-11-17" s.description = "A libarary find or download fonts".freeze s.email = ["operations@ribose.com".freeze, "abunashir@gmail.com".freeze] s.executables = ["fontist".freeze] s.files = [".github/workflows/check_google.yml".freeze, ".github/workflows/macosx.yml".freeze, ".github/workflows/ubuntu.yml".freeze, ".github/workflows/windows.yml".freeze, ".gitignore".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/check_google".freeze, "bin/console".freeze, "bin/convert_formulas".freeze, "bin/fontist".freeze, "bin/generate_otfinfo".freeze, "bin/import_google".freeze, "bin/rspec".freeze, "bin/setup".freeze, "fontist.gemspec".freeze, "lib/fontist.rb".freeze, "lib/fontist/cli.rb".freeze, "lib/fontist/errors.rb".freeze, "lib/fontist/font.rb".freeze, "lib/fontist/font_formula.rb".freeze, "lib/fontist/fontist_font.rb".freeze, "lib/fontist/formula.rb".freeze, "lib/fontist/formula_template.rb".freeze, "lib/fontist/formulas.rb".freeze, "lib/fontist/import.rb".freeze, "lib/fontist/import/convert_formulas.rb".freeze, "lib/fontist/import/create_formula.rb".freeze, "lib/fontist/import/extractors.rb".freeze, "lib/fontist/import/extractors/cab_extractor.rb".freeze, "lib/fontist/import/extractors/extractor.rb".freeze, "lib/fontist/import/extractors/ole_extractor.rb".freeze, "lib/fontist/import/extractors/seven_zip_extractor.rb".freeze, "lib/fontist/import/extractors/zip_extractor.rb".freeze, "lib/fontist/import/files/collection_file.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/fonts_public.md".freeze, "lib/fontist/import/google/fonts_public.pb.rb".freeze, "lib/fontist/import/google/fonts_public.proto".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/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/template_helper.rb".freeze, "lib/fontist/import/text_helper.rb".freeze, "lib/fontist/manifest.rb".freeze, "lib/fontist/manifest/common.rb".freeze, "lib/fontist/manifest/install.rb".freeze, "lib/fontist/manifest/locations.rb".freeze, "lib/fontist/registry.rb".freeze, "lib/fontist/system.yml".freeze, "lib/fontist/system_font.rb".freeze, "lib/fontist/utils.rb".freeze, "lib/fontist/utils/cache.rb".freeze, "lib/fontist/utils/downloader.rb".freeze, "lib/fontist/utils/dsl.rb".freeze, "lib/fontist/utils/dsl/font.rb".freeze, "lib/fontist/utils/exe_extractor.rb".freeze, "lib/fontist/utils/msi_extractor.rb".freeze, "lib/fontist/utils/seven_zip_extractor.rb".freeze, "lib/fontist/utils/system.rb".freeze, "lib/fontist/utils/ui.rb".freeze, "lib/fontist/utils/zip_extractor.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 = "A libarary find or download fonts".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["= 0.75.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end