ttfunk 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING +2 -2
  3. data/LICENSE +2 -2
  4. metadata +26 -27
  5. data/data/fonts/comicsans.ttf +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed69e97b1e7115a2f520ccce3e11cc4c45049e0c
4
- data.tar.gz: 53b854789acf1d696429c11f205a3563d9181ee4
3
+ metadata.gz: 596be40a24b1e068cc873b81efdd04f45e19543e
4
+ data.tar.gz: 893416a4ed60ddf229f96e675076edfc155614dc
5
5
  SHA512:
6
- metadata.gz: a629cedf256c3cbb06853f19c17f5aceb8fc6c400cf50e39535905f02a817297f89a17e9f41d8f90ae4f2939eb953031231ab077d62d6e578fd7dc204e16bdaa
7
- data.tar.gz: 5a75eb4d88249046dfd77cf45d5a64794a0da8d6a60b0c43f2809d667e0673b6ea6e20b3bb649590b4b38fe41fe9a01884e770407a724a2255ff72e0cc762eec
6
+ metadata.gz: 65ab47ef940dbe336145845f9be97a38e10d0113f39a5fcb6a42e9e1d20dfa81e392a989b748a736fef2356fe44e0903c05ced2fe74dbe4242f6f6c2edd24203
7
+ data.tar.gz: 39081ad4c56596a2506f5484de2d9ac7f528504015cfb4c2353d612e402e8f3792449e44727bf19b441ed0baa9117c14eaf76a2028b535ea1cec113218658f03
data/COPYING CHANGED
@@ -1,2 +1,2 @@
1
- ttfunk may be used under Matz's terms for Ruby, or GPLv2 or GPLv3. See LICENSE
2
- for Matz's terms, or GPLv2 and GPLv3 files.
1
+ ttfunk may be used under Matz's original licensing terms for Ruby,
2
+ or GPLv2 or GPLv3. See LICENSE for Matz's terms, or GPLv2 and GPLv3 files.
data/LICENSE CHANGED
@@ -1,9 +1,9 @@
1
1
  ttfunk is copyrighted free software produced by Gregory Brown along with
2
2
  community contributions. See git log for authorship information.
3
3
 
4
- Licensing terms follow (License of Ruby):
4
+ Licensing terms follow:
5
5
 
6
- You can redistribute Prawn and/or modify it under either the terms of the GPLv2
6
+ You can redistribute ttfunk and/or modify it under either the terms of the GPLv2
7
7
  or GPLv3 (see GPLv2 and GPLv3 files), or the conditions below:
8
8
 
9
9
  1. You may make and give away verbatim copies of the source form of the
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ttfunk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Brown
@@ -12,48 +12,48 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-01-21 00:00:00.000000000 Z
15
+ date: 2014-02-24 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: rdoc
19
19
  requirement: !ruby/object:Gem::Requirement
20
20
  requirements:
21
- - - '>='
21
+ - - ">="
22
22
  - !ruby/object:Gem::Version
23
23
  version: '0'
24
24
  type: :development
25
25
  prerelease: false
26
26
  version_requirements: !ruby/object:Gem::Requirement
27
27
  requirements:
28
- - - '>='
28
+ - - ">="
29
29
  - !ruby/object:Gem::Version
30
30
  version: '0'
31
31
  - !ruby/object:Gem::Dependency
32
32
  name: rspec
33
33
  requirement: !ruby/object:Gem::Requirement
34
34
  requirements:
35
- - - '>='
35
+ - - ">="
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  type: :development
39
39
  prerelease: false
40
40
  version_requirements: !ruby/object:Gem::Requirement
41
41
  requirements:
42
- - - '>='
42
+ - - ">="
43
43
  - !ruby/object:Gem::Version
44
44
  version: '0'
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: rake
47
47
  requirement: !ruby/object:Gem::Requirement
48
48
  requirements:
49
- - - '>='
49
+ - - ">="
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  type: :development
53
53
  prerelease: false
54
54
  version_requirements: !ruby/object:Gem::Requirement
55
55
  requirements:
56
- - - '>='
56
+ - - ">="
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  description: Get Ya TrueType Funk On! (Font Metrics Parser for Prawn)
@@ -67,55 +67,54 @@ executables: []
67
67
  extensions: []
68
68
  extra_rdoc_files: []
69
69
  files:
70
+ - CHANGELOG
71
+ - COPYING
72
+ - GPLv2
73
+ - GPLv3
74
+ - LICENSE
75
+ - README.rdoc
76
+ - data/fonts/DejaVuSans.ttf
77
+ - examples/metrics.rb
78
+ - lib/ttfunk.rb
70
79
  - lib/ttfunk/directory.rb
71
80
  - lib/ttfunk/encoding/mac_roman.rb
72
81
  - lib/ttfunk/encoding/windows_1252.rb
73
82
  - lib/ttfunk/reader.rb
74
83
  - lib/ttfunk/resource_file.rb
84
+ - lib/ttfunk/subset.rb
75
85
  - lib/ttfunk/subset/base.rb
76
86
  - lib/ttfunk/subset/mac_roman.rb
77
87
  - lib/ttfunk/subset/unicode.rb
78
88
  - lib/ttfunk/subset/unicode_8bit.rb
79
89
  - lib/ttfunk/subset/windows_1252.rb
80
- - lib/ttfunk/subset.rb
81
90
  - lib/ttfunk/subset_collection.rb
91
+ - lib/ttfunk/table.rb
92
+ - lib/ttfunk/table/cmap.rb
82
93
  - lib/ttfunk/table/cmap/format00.rb
83
94
  - lib/ttfunk/table/cmap/format04.rb
84
95
  - lib/ttfunk/table/cmap/format06.rb
85
96
  - lib/ttfunk/table/cmap/format10.rb
86
97
  - lib/ttfunk/table/cmap/format12.rb
87
98
  - lib/ttfunk/table/cmap/subtable.rb
88
- - lib/ttfunk/table/cmap.rb
99
+ - lib/ttfunk/table/glyf.rb
89
100
  - lib/ttfunk/table/glyf/compound.rb
90
101
  - lib/ttfunk/table/glyf/simple.rb
91
- - lib/ttfunk/table/glyf.rb
92
102
  - lib/ttfunk/table/head.rb
93
103
  - lib/ttfunk/table/hhea.rb
94
104
  - lib/ttfunk/table/hmtx.rb
95
- - lib/ttfunk/table/kern/format0.rb
96
105
  - lib/ttfunk/table/kern.rb
106
+ - lib/ttfunk/table/kern/format0.rb
97
107
  - lib/ttfunk/table/loca.rb
98
108
  - lib/ttfunk/table/maxp.rb
99
109
  - lib/ttfunk/table/name.rb
100
110
  - lib/ttfunk/table/os2.rb
111
+ - lib/ttfunk/table/post.rb
101
112
  - lib/ttfunk/table/post/format10.rb
102
113
  - lib/ttfunk/table/post/format20.rb
103
114
  - lib/ttfunk/table/post/format25.rb
104
115
  - lib/ttfunk/table/post/format30.rb
105
116
  - lib/ttfunk/table/post/format40.rb
106
- - lib/ttfunk/table/post.rb
107
117
  - lib/ttfunk/table/simple.rb
108
- - lib/ttfunk/table.rb
109
- - lib/ttfunk.rb
110
- - data/fonts/comicsans.ttf
111
- - data/fonts/DejaVuSans.ttf
112
- - examples/metrics.rb
113
- - CHANGELOG
114
- - README.rdoc
115
- - COPYING
116
- - LICENSE
117
- - GPLv2
118
- - GPLv3
119
118
  homepage:
120
119
  licenses: []
121
120
  metadata: {}
@@ -125,17 +124,17 @@ require_paths:
125
124
  - lib
126
125
  required_ruby_version: !ruby/object:Gem::Requirement
127
126
  requirements:
128
- - - '>='
127
+ - - ">="
129
128
  - !ruby/object:Gem::Version
130
129
  version: 1.9.3
131
130
  required_rubygems_version: !ruby/object:Gem::Requirement
132
131
  requirements:
133
- - - '>='
132
+ - - ">="
134
133
  - !ruby/object:Gem::Version
135
134
  version: '0'
136
135
  requirements: []
137
136
  rubyforge_project:
138
- rubygems_version: 2.0.14
137
+ rubygems_version: 2.2.2
139
138
  signing_key:
140
139
  specification_version: 4
141
140
  summary: TrueType Font Metrics Parser
Binary file