--- !ruby/object:Gem::Specification name: cheapredwine version: !ruby/object:Gem::Version version: 0.2.0 prerelease: platform: ruby authors: - Hugo Bastien autorequire: bindir: bin cert_chain: [] date: 2013-03-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: tipo requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' 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. email: - hugo@hbastien.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - LICENSE.txt - README.md - Rakefile - cheapredwine.gemspec - lib/cheapredwine.rb - lib/cheapredwine/image.rb - lib/cheapredwine/image/params.rb - lib/cheapredwine/image/writer.rb - lib/cheapredwine/info.rb - lib/cheapredwine/version.rb - spec/cheapredwine_spec.rb - spec/fixtures/extractor/hobo.otf - spec/fixtures/hobo.otf - spec/fixtures/lato-regular.ttf - spec/fixtures/parser/features.ttx - spec/fixtures/parser/hobo.ttx - spec/fixtures/parser/lato-regular.ttx - spec/fixtures/test.png - spec/image/params_spec.rb - spec/image/writer_spec.rb - spec/info_spec.rb homepage: https://github.com/hugobast/cheapredwine licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 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. test_files: - spec/cheapredwine_spec.rb - spec/fixtures/extractor/hobo.otf - spec/fixtures/hobo.otf - spec/fixtures/lato-regular.ttf - spec/fixtures/parser/features.ttx - spec/fixtures/parser/hobo.ttx - spec/fixtures/parser/lato-regular.ttx - spec/fixtures/test.png - spec/image/params_spec.rb - spec/image/writer_spec.rb - spec/info_spec.rb