# -*- encoding: utf-8 -*- # stub: cheapredwine 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "cheapredwine".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Hugo Bastien".freeze] s.date = "2013-03-26" s.description = "I needed a way to test fonts on the web. I based this library on myfonts.com. CheapRedWine makes use to Harfbuzz' hb-view utility to generate images from fonts with a slew of different parameters. It also uses fontTools' ttx utility for font introspection.".freeze s.email = ["hugo@hbastien.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cheapredwine.gemspec".freeze, "lib/cheapredwine.rb".freeze, "lib/cheapredwine/image.rb".freeze, "lib/cheapredwine/image/params.rb".freeze, "lib/cheapredwine/image/writer.rb".freeze, "lib/cheapredwine/info.rb".freeze, "lib/cheapredwine/version.rb".freeze, "spec/cheapredwine_spec.rb".freeze, "spec/fixtures/extractor/hobo.otf".freeze, "spec/fixtures/hobo.otf".freeze, "spec/fixtures/lato-regular.ttf".freeze, "spec/fixtures/parser/features.ttx".freeze, "spec/fixtures/parser/hobo.ttx".freeze, "spec/fixtures/parser/lato-regular.ttx".freeze, "spec/fixtures/test.png".freeze, "spec/image/params_spec.rb".freeze, "spec/image/writer_spec.rb".freeze, "spec/info_spec.rb".freeze] s.homepage = "https://github.com/hugobast/cheapredwine".freeze s.rubygems_version = "3.5.10".freeze s.summary = "I needed a way to test fonts on the web. I based this library on myfonts.com. CheapRedWine makes use to Harfbuzz' hb-view utility to generate images from fonts with a slew of different parameters. It also uses fontTools' ttx utility for font introspection.".freeze s.test_files = ["spec/cheapredwine_spec.rb".freeze, "spec/fixtures/extractor/hobo.otf".freeze, "spec/fixtures/hobo.otf".freeze, "spec/fixtures/lato-regular.ttf".freeze, "spec/fixtures/parser/features.ttx".freeze, "spec/fixtures/parser/hobo.ttx".freeze, "spec/fixtures/parser/lato-regular.ttx".freeze, "spec/fixtures/test.png".freeze, "spec/image/params_spec.rb".freeze, "spec/image/writer_spec.rb".freeze, "spec/info_spec.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end