cheapredwine 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +18 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +61 -0
- data/Rakefile +1 -0
- data/cheapredwine.gemspec +23 -0
- data/lib/cheapredwine/image/params.rb +16 -0
- data/lib/cheapredwine/image/writer.rb +44 -0
- data/lib/cheapredwine/image.rb +2 -0
- data/lib/cheapredwine/ttx/extractor.rb +23 -0
- data/lib/cheapredwine/ttx/parser.rb +37 -0
- data/lib/cheapredwine/ttx.rb +27 -0
- data/lib/cheapredwine/version.rb +3 -0
- data/lib/cheapredwine.rb +51 -0
- data/spec/cheapredwine_spec.rb +23 -0
- data/spec/fixtures/extractor/hobo.otf +0 -0
- data/spec/fixtures/hobo.otf +0 -0
- data/spec/fixtures/hobo.ttx +8195 -0
- data/spec/fixtures/lato-regular.ttf +0 -0
- data/spec/fixtures/parser/features.ttx +129 -0
- data/spec/fixtures/parser/hobo.ttx +8195 -0
- data/spec/fixtures/parser/lato-regular.ttx +43112 -0
- data/spec/fixtures/test.png +0 -0
- data/spec/fixtures/ttx/hobo.otf +0 -0
- data/spec/fixtures/ttx/hobo.ttx +8195 -0
- data/spec/image/params_spec.rb +24 -0
- data/spec/image/writer_spec.rb +22 -0
- data/spec/ttx/extrator_spec.rb +22 -0
- data/spec/ttx/parser_spec.rb +17 -0
- data/spec/ttx_spec.rb +23 -0
- metadata +129 -0
Binary file
|
Binary file
|