piglop-prawn 0.10.2.2 → 0.10.2.3

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 (2) hide show
  1. data/Rakefile +30 -4
  2. metadata +232 -232
data/Rakefile CHANGED
@@ -44,9 +44,35 @@ task :examples do
44
44
  `mv *.pdf output`
45
45
  end
46
46
 
47
- spec = Gem::Specification.load "prawn.gemspec"
48
- Rake::GemPackageTask.new(spec) do |pkg|
49
- pkg.need_zip = true
50
- pkg.need_tar = true
47
+ PRAWN_VERSION = "0.10.2.3"
48
+ begin
49
+ require 'jeweler'
50
+ Jeweler::Tasks.new do |spec|
51
+ spec.name = "piglop-prawn"
52
+ spec.version = PRAWN_VERSION
53
+ spec.platform = Gem::Platform::RUBY
54
+ spec.summary = "A fast and nimble PDF generator for Ruby"
55
+ spec.files = Dir.glob("{examples,lib,spec,vendor,data}/**/**/*") +
56
+ ["Rakefile"]
57
+ spec.require_path = "lib"
58
+
59
+ spec.test_files = Dir[ "test/*_test.rb" ]
60
+ spec.has_rdoc = true
61
+ spec.extra_rdoc_files = %w{HACKING README LICENSE COPYING}
62
+ spec.rdoc_options << '--title' << 'Prawn Documentation' <<
63
+ '--main' << 'README' << '-q'
64
+ spec.author = "Gregory Brown"
65
+ spec.email = " gregory.t.brown@gmail.com"
66
+ spec.rubyforge_project = "prawn"
67
+ spec.add_dependency('pdf-reader', '>=0.8.1')
68
+ spec.homepage = "http://prawn.majesticseacreature.com"
69
+ spec.description = <<END_DESC
70
+ Prawn is a fast, tiny, and nimble PDF generator for Ruby
71
+ END_DESC
72
+ end
73
+ Jeweler::GemcutterTasks.new
74
+ rescue LoadError
75
+ puts "Jeweler (or a dependency) not available. Install it with: gem install jeweler"
51
76
  end
52
77
 
78
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: piglop-prawn
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
9
  - 2
10
- - 2
11
- version: 0.10.2.2
10
+ - 3
11
+ version: 0.10.2.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Gregory Brown
@@ -42,286 +42,286 @@ executables: []
42
42
  extensions: []
43
43
 
44
44
  extra_rdoc_files:
45
+ - COPYING
45
46
  - HACKING
46
- - README
47
47
  - LICENSE
48
- - COPYING
48
+ - README
49
49
  files:
50
+ - Rakefile
51
+ - data/encodings/win_ansi.txt
52
+ - data/fonts/Action Man.dfont
53
+ - data/fonts/Activa.ttf
54
+ - data/fonts/Chalkboard.ttf
55
+ - data/fonts/Courier-Bold.afm
56
+ - data/fonts/Courier-BoldOblique.afm
57
+ - data/fonts/Courier-Oblique.afm
58
+ - data/fonts/Courier.afm
59
+ - data/fonts/DejaVuSans.ttf
60
+ - data/fonts/Dustismo_Roman.ttf
61
+ - data/fonts/Helvetica-Bold.afm
62
+ - data/fonts/Helvetica-BoldOblique.afm
63
+ - data/fonts/Helvetica-Oblique.afm
64
+ - data/fonts/Helvetica.afm
65
+ - data/fonts/MustRead.html
66
+ - data/fonts/Symbol.afm
67
+ - data/fonts/Times-Bold.afm
68
+ - data/fonts/Times-BoldItalic.afm
69
+ - data/fonts/Times-Italic.afm
70
+ - data/fonts/Times-Roman.afm
71
+ - data/fonts/ZapfDingbats.afm
72
+ - data/fonts/comicsans.ttf
73
+ - data/fonts/gkai00mp.ttf
74
+ - data/images/16bit.alpha
75
+ - data/images/16bit.dat
76
+ - data/images/16bit.png
77
+ - data/images/arrow.png
78
+ - data/images/arrow2.png
79
+ - data/images/barcode_issue.png
80
+ - data/images/dice.alpha
81
+ - data/images/dice.dat
82
+ - data/images/dice.png
83
+ - data/images/dice_interlaced.png
84
+ - data/images/fractal.jpg
85
+ - data/images/letterhead.jpg
86
+ - data/images/page_white_text.alpha
87
+ - data/images/page_white_text.dat
88
+ - data/images/page_white_text.png
89
+ - data/images/pigs.jpg
90
+ - data/images/rails.dat
91
+ - data/images/rails.png
92
+ - data/images/ruport.png
93
+ - data/images/ruport_data.dat
94
+ - data/images/ruport_transparent.png
95
+ - data/images/ruport_type0.png
96
+ - data/images/stef.jpg
97
+ - data/images/tru256.bmp
98
+ - data/images/web-links.dat
99
+ - data/images/web-links.png
100
+ - data/pdfs/complex_template.pdf
101
+ - data/pdfs/contains_ttf_font.pdf
102
+ - data/pdfs/encrypted.pdf
103
+ - data/pdfs/hexagon.pdf
104
+ - data/pdfs/indirect_reference.pdf
105
+ - data/pdfs/nested_pages.pdf
106
+ - data/pdfs/resources_as_indirect_object.pdf
107
+ - data/pdfs/two_hexagons.pdf
108
+ - data/pdfs/version_1_6.pdf
109
+ - data/shift_jis_text.txt
110
+ - examples/bounding_box/bounding_boxes.rb
111
+ - examples/bounding_box/indentation.rb
112
+ - examples/bounding_box/russian_boxes.rb
113
+ - examples/bounding_box/stretched_nesting.rb
50
114
  - examples/example_helper.rb
51
- - examples/table/checkerboard.rb
52
- - examples/table/subtable.rb
53
- - examples/table/simple_table.rb
54
- - examples/table/widths.rb
55
- - examples/table/bill.rb
56
- - examples/table/header.rb
57
- - examples/table/inline_format_table.rb
58
- - examples/table/multi_page_table.rb
59
- - examples/table/cell.rb
60
- - examples/m17n/win_ansi_charset.rb
61
- - examples/m17n/utf8.rb
62
- - examples/m17n/euro.rb
63
- - examples/m17n/sjis.rb
64
- - examples/m17n/chinese_text_wrapping.rb
65
- - examples/security/hello_foo.rb
66
- - examples/general/stamp.rb
67
- - examples/general/measurement_units.rb
68
- - examples/general/page_geometry.rb
115
+ - examples/general/background.rb
69
116
  - examples/general/canvas.rb
117
+ - examples/general/context_sensitive_headers.rb
70
118
  - examples/general/float.rb
71
- - examples/general/multi_page_layout.rb
72
119
  - examples/general/margin.rb
73
- - examples/general/templates.rb
74
- - examples/general/page_numbering.rb
75
- - examples/general/repeaters.rb
120
+ - examples/general/measurement_units.rb
76
121
  - examples/general/metadata-info.rb
77
- - examples/general/background.rb
78
- - examples/general/context_sensitive_headers.rb
122
+ - examples/general/multi_page_layout.rb
79
123
  - examples/general/outlines.rb
80
- - examples/text/text_box.rb
81
- - examples/text/hyphenation.rb
82
- - examples/text/font_calculations.rb
83
- - examples/text/rotated.rb
84
- - examples/text/simple_text_ttf.rb
85
- - examples/text/inline_format.rb
86
- - examples/text/kerning.rb
87
- - examples/text/text_box_returning_excess.rb
88
- - examples/text/shaped_text_box.rb
89
- - examples/text/simple_text.rb
90
- - examples/text/dfont.rb
91
- - examples/text/alignment.rb
92
- - examples/text/indent_paragraphs.rb
93
- - examples/text/font_size.rb
94
- - examples/text/text_flow.rb
95
- - examples/text/family_based_styling.rb
96
- - examples/bounding_box/indentation.rb
97
- - examples/bounding_box/bounding_boxes.rb
98
- - examples/bounding_box/stretched_nesting.rb
99
- - examples/bounding_box/russian_boxes.rb
100
- - examples/graphics/stroke_dash.rb
101
- - examples/graphics/image_fit.rb
102
- - examples/graphics/transparency.rb
103
- - examples/graphics/remote_images.rb
104
- - examples/graphics/curves.rb
105
- - examples/graphics/line.rb
106
- - examples/graphics/polygons.rb
107
- - examples/graphics/ruport_style_helpers.rb
108
- - examples/graphics/stroke_bounds.rb
124
+ - examples/general/page_geometry.rb
125
+ - examples/general/page_numbering.rb
126
+ - examples/general/repeaters.rb
127
+ - examples/general/stamp.rb
128
+ - examples/general/templates.rb
109
129
  - examples/graphics/basic_images.rb
110
130
  - examples/graphics/cmyk.rb
111
- - examples/graphics/stroke_cap_and_join.rb
112
- - examples/graphics/image_position.rb
131
+ - examples/graphics/curves.rb
113
132
  - examples/graphics/hexagon.rb
114
- - examples/graphics/rounded_polygons.rb
133
+ - examples/graphics/image_fit.rb
115
134
  - examples/graphics/image_flow.rb
135
+ - examples/graphics/image_position.rb
136
+ - examples/graphics/line.rb
116
137
  - examples/graphics/png_types.rb
138
+ - examples/graphics/polygons.rb
139
+ - examples/graphics/remote_images.rb
140
+ - examples/graphics/rounded_polygons.rb
117
141
  - examples/graphics/rounded_rectangle.rb
142
+ - examples/graphics/ruport_style_helpers.rb
143
+ - examples/graphics/stroke_bounds.rb
144
+ - examples/graphics/stroke_cap_and_join.rb
145
+ - examples/graphics/stroke_dash.rb
118
146
  - examples/graphics/transformations.rb
147
+ - examples/graphics/transparency.rb
148
+ - examples/m17n/chinese_text_wrapping.rb
149
+ - examples/m17n/euro.rb
150
+ - examples/m17n/sjis.rb
151
+ - examples/m17n/utf8.rb
152
+ - examples/m17n/win_ansi_charset.rb
153
+ - examples/security/hello_foo.rb
154
+ - examples/table/bill.rb
155
+ - examples/table/cell.rb
156
+ - examples/table/checkerboard.rb
157
+ - examples/table/header.rb
158
+ - examples/table/inline_format_table.rb
159
+ - examples/table/multi_page_table.rb
160
+ - examples/table/simple_table.rb
161
+ - examples/table/subtable.rb
162
+ - examples/table/widths.rb
163
+ - examples/text/alignment.rb
164
+ - examples/text/dfont.rb
165
+ - examples/text/family_based_styling.rb
166
+ - examples/text/font_calculations.rb
167
+ - examples/text/font_size.rb
168
+ - examples/text/hyphenation.rb
169
+ - examples/text/indent_paragraphs.rb
170
+ - examples/text/inline_format.rb
171
+ - examples/text/kerning.rb
172
+ - examples/text/rotated.rb
173
+ - examples/text/shaped_text_box.rb
174
+ - examples/text/simple_text.rb
175
+ - examples/text/simple_text_ttf.rb
176
+ - examples/text/text_box.rb
177
+ - examples/text/text_box_returning_excess.rb
178
+ - examples/text/text_flow.rb
119
179
  - lib/prawn.rb
120
- - lib/prawn/stamp.rb
121
- - lib/prawn/outline.rb
122
- - lib/prawn/table/accessors.rb
123
- - lib/prawn/table/cell/subtable.rb
124
- - lib/prawn/table/cell/in_table.rb
125
- - lib/prawn/table/cell/text.rb
126
- - lib/prawn/table/cell.rb
127
- - lib/prawn/graphics.rb
128
- - lib/prawn/text.rb
129
- - lib/prawn/images/png.rb
130
- - lib/prawn/images/jpg.rb
131
- - lib/prawn/document/page_geometry.rb
132
- - lib/prawn/document/internals.rb
133
- - lib/prawn/document/bounding_box.rb
134
- - lib/prawn/document/snapshot.rb
135
- - lib/prawn/document/graphics_state.rb
136
- - lib/prawn/repeater.rb
180
+ - lib/prawn/compatibility.rb
137
181
  - lib/prawn/core.rb
138
- - lib/prawn/core/page.rb
139
- - lib/prawn/core/document_state.rb
140
- - lib/prawn/core/text.rb
182
+ - lib/prawn/core/annotations.rb
183
+ - lib/prawn/core/byte_string.rb
141
184
  - lib/prawn/core/destinations.rb
185
+ - lib/prawn/core/document_state.rb
186
+ - lib/prawn/core/literal_string.rb
142
187
  - lib/prawn/core/name_tree.rb
143
- - lib/prawn/core/byte_string.rb
144
- - lib/prawn/core/text/wrap.rb
145
- - lib/prawn/core/text/formatted/wrap.rb
188
+ - lib/prawn/core/object_store.rb
189
+ - lib/prawn/core/page.rb
190
+ - lib/prawn/core/pdf_object.rb
191
+ - lib/prawn/core/reference.rb
192
+ - lib/prawn/core/text.rb
146
193
  - lib/prawn/core/text/formatted/arranger.rb
147
194
  - lib/prawn/core/text/formatted/line_wrap.rb
195
+ - lib/prawn/core/text/formatted/wrap.rb
148
196
  - lib/prawn/core/text/line_wrap.rb
149
- - lib/prawn/core/object_store.rb
150
- - lib/prawn/core/reference.rb
151
- - lib/prawn/core/annotations.rb
152
- - lib/prawn/core/literal_string.rb
153
- - lib/prawn/core/pdf_object.rb
154
- - lib/prawn/security/arcfour.rb
155
- - lib/prawn/measurements.rb
156
- - lib/prawn/images.rb
157
- - lib/prawn/text/box.rb
158
- - lib/prawn/text/formatted.rb
159
- - lib/prawn/text/formatted/box.rb
160
- - lib/prawn/text/formatted/parser.rb
161
- - lib/prawn/text/formatted/fragment.rb
162
- - lib/prawn/table.rb
163
- - lib/prawn/measurement_extensions.rb
164
- - lib/prawn/graphics/transformation.rb
165
- - lib/prawn/graphics/transparency.rb
166
- - lib/prawn/graphics/cap_style.rb
167
- - lib/prawn/graphics/join_style.rb
168
- - lib/prawn/graphics/color.rb
169
- - lib/prawn/graphics/dash.rb
197
+ - lib/prawn/core/text/wrap.rb
170
198
  - lib/prawn/document.rb
199
+ - lib/prawn/document/bounding_box.rb
200
+ - lib/prawn/document/graphics_state.rb
201
+ - lib/prawn/document/internals.rb
202
+ - lib/prawn/document/page_geometry.rb
203
+ - lib/prawn/document/snapshot.rb
171
204
  - lib/prawn/encoding.rb
172
- - lib/prawn/security.rb
173
- - lib/prawn/font.rb
174
- - lib/prawn/compatibility.rb
175
205
  - lib/prawn/errors.rb
206
+ - lib/prawn/font.rb
176
207
  - lib/prawn/font/afm.rb
177
- - lib/prawn/font/ttf.rb
178
208
  - lib/prawn/font/dfont.rb
209
+ - lib/prawn/font/ttf.rb
210
+ - lib/prawn/graphics.rb
211
+ - lib/prawn/graphics/cap_style.rb
212
+ - lib/prawn/graphics/color.rb
213
+ - lib/prawn/graphics/dash.rb
214
+ - lib/prawn/graphics/join_style.rb
215
+ - lib/prawn/graphics/transformation.rb
216
+ - lib/prawn/graphics/transparency.rb
217
+ - lib/prawn/images.rb
218
+ - lib/prawn/images/jpg.rb
219
+ - lib/prawn/images/png.rb
220
+ - lib/prawn/measurement_extensions.rb
221
+ - lib/prawn/measurements.rb
222
+ - lib/prawn/outline.rb
223
+ - lib/prawn/repeater.rb
224
+ - lib/prawn/security.rb
225
+ - lib/prawn/security/arcfour.rb
226
+ - lib/prawn/stamp.rb
227
+ - lib/prawn/table.rb
228
+ - lib/prawn/table/accessors.rb
229
+ - lib/prawn/table/cell.rb
230
+ - lib/prawn/table/cell/in_table.rb
231
+ - lib/prawn/table/cell/subtable.rb
232
+ - lib/prawn/table/cell/text.rb
233
+ - lib/prawn/text.rb
234
+ - lib/prawn/text/box.rb
235
+ - lib/prawn/text/formatted.rb
236
+ - lib/prawn/text/formatted/box.rb
237
+ - lib/prawn/text/formatted/fragment.rb
238
+ - lib/prawn/text/formatted/parser.rb
179
239
  - spec/annotations_spec.rb
180
- - spec/text_with_inline_formatting_spec.rb
181
- - spec/font_spec.rb
182
- - spec/name_tree_spec.rb
183
- - spec/object_store_spec.rb
184
- - spec/text_box_spec.rb
185
- - spec/stroke_styles_spec.rb
186
- - spec/document_spec.rb
187
- - spec/line_wrap_spec.rb
188
- - spec/inline_formatted_text_parser_spec.rb
189
- - spec/formatted_text_fragment_spec.rb
190
- - spec/outline_spec.rb
191
- - spec/repeater_spec.rb
192
- - spec/spec_helper.rb
240
+ - spec/bounding_box_spec.rb
241
+ - spec/cell_spec.rb
193
242
  - spec/destinations_spec.rb
194
- - spec/text_spacing_spec.rb
243
+ - spec/document_spec.rb
244
+ - spec/font_spec.rb
195
245
  - spec/formatted_text_arranger_spec.rb
246
+ - spec/formatted_text_box_spec.rb
247
+ - spec/formatted_text_fragment_spec.rb
248
+ - spec/graphics_spec.rb
196
249
  - spec/images_spec.rb
250
+ - spec/inline_formatted_text_parser_spec.rb
251
+ - spec/jpg_spec.rb
252
+ - spec/line_wrap_spec.rb
197
253
  - spec/measurement_units_spec.rb
198
- - spec/text_at_spec.rb
199
- - spec/security_spec.rb
200
- - spec/graphics_spec.rb
201
- - spec/text_spec.rb
202
- - spec/transparency_spec.rb
254
+ - spec/name_tree_spec.rb
255
+ - spec/object_store_spec.rb
256
+ - spec/outline_spec.rb
257
+ - spec/pdf_object_spec.rb
203
258
  - spec/png_spec.rb
204
- - spec/cell_spec.rb
205
- - spec/bounding_box_spec.rb
206
- - spec/table_spec.rb
207
259
  - spec/reference_spec.rb
260
+ - spec/repeater_spec.rb
261
+ - spec/security_spec.rb
208
262
  - spec/snapshot_spec.rb
209
- - spec/formatted_text_box_spec.rb
263
+ - spec/spec_helper.rb
210
264
  - spec/stamp_spec.rb
211
- - spec/jpg_spec.rb
265
+ - spec/stroke_styles_spec.rb
266
+ - spec/table_spec.rb
212
267
  - spec/template_spec.rb
213
- - spec/pdf_object_spec.rb
268
+ - spec/text_at_spec.rb
269
+ - spec/text_box_spec.rb
270
+ - spec/text_spacing_spec.rb
271
+ - spec/text_spec.rb
272
+ - spec/text_with_inline_formatting_spec.rb
273
+ - spec/transparency_spec.rb
274
+ - vendor/pdf-inspector/README
214
275
  - vendor/pdf-inspector/lib/pdf/inspector.rb
215
- - vendor/pdf-inspector/lib/pdf/inspector/page.rb
276
+ - vendor/pdf-inspector/lib/pdf/inspector/extgstate.rb
216
277
  - vendor/pdf-inspector/lib/pdf/inspector/graphics.rb
278
+ - vendor/pdf-inspector/lib/pdf/inspector/page.rb
217
279
  - vendor/pdf-inspector/lib/pdf/inspector/text.rb
218
- - vendor/pdf-inspector/lib/pdf/inspector/extgstate.rb
219
280
  - vendor/pdf-inspector/lib/pdf/inspector/xobject.rb
220
- - vendor/pdf-inspector/README
281
+ - vendor/ttfunk/data/fonts/DejaVuSans.ttf
282
+ - vendor/ttfunk/data/fonts/comicsans.ttf
221
283
  - vendor/ttfunk/example.rb
284
+ - vendor/ttfunk/lib/ttfunk.rb
285
+ - vendor/ttfunk/lib/ttfunk/directory.rb
286
+ - vendor/ttfunk/lib/ttfunk/encoding/mac_roman.rb
287
+ - vendor/ttfunk/lib/ttfunk/encoding/windows_1252.rb
288
+ - vendor/ttfunk/lib/ttfunk/reader.rb
289
+ - vendor/ttfunk/lib/ttfunk/resource_file.rb
290
+ - vendor/ttfunk/lib/ttfunk/subset.rb
291
+ - vendor/ttfunk/lib/ttfunk/subset/base.rb
292
+ - vendor/ttfunk/lib/ttfunk/subset/mac_roman.rb
293
+ - vendor/ttfunk/lib/ttfunk/subset/unicode.rb
294
+ - vendor/ttfunk/lib/ttfunk/subset/unicode_8bit.rb
295
+ - vendor/ttfunk/lib/ttfunk/subset/windows_1252.rb
296
+ - vendor/ttfunk/lib/ttfunk/subset_collection.rb
297
+ - vendor/ttfunk/lib/ttfunk/table.rb
298
+ - vendor/ttfunk/lib/ttfunk/table/cmap.rb
299
+ - vendor/ttfunk/lib/ttfunk/table/cmap/format00.rb
300
+ - vendor/ttfunk/lib/ttfunk/table/cmap/format04.rb
301
+ - vendor/ttfunk/lib/ttfunk/table/cmap/subtable.rb
302
+ - vendor/ttfunk/lib/ttfunk/table/glyf.rb
303
+ - vendor/ttfunk/lib/ttfunk/table/glyf/compound.rb
304
+ - vendor/ttfunk/lib/ttfunk/table/glyf/simple.rb
305
+ - vendor/ttfunk/lib/ttfunk/table/head.rb
306
+ - vendor/ttfunk/lib/ttfunk/table/hhea.rb
307
+ - vendor/ttfunk/lib/ttfunk/table/hmtx.rb
308
+ - vendor/ttfunk/lib/ttfunk/table/kern.rb
309
+ - vendor/ttfunk/lib/ttfunk/table/kern/format0.rb
310
+ - vendor/ttfunk/lib/ttfunk/table/loca.rb
222
311
  - vendor/ttfunk/lib/ttfunk/table/maxp.rb
312
+ - vendor/ttfunk/lib/ttfunk/table/name.rb
313
+ - vendor/ttfunk/lib/ttfunk/table/os2.rb
314
+ - vendor/ttfunk/lib/ttfunk/table/post.rb
223
315
  - vendor/ttfunk/lib/ttfunk/table/post/format10.rb
224
- - vendor/ttfunk/lib/ttfunk/table/post/format30.rb
225
316
  - vendor/ttfunk/lib/ttfunk/table/post/format20.rb
226
317
  - vendor/ttfunk/lib/ttfunk/table/post/format25.rb
318
+ - vendor/ttfunk/lib/ttfunk/table/post/format30.rb
227
319
  - vendor/ttfunk/lib/ttfunk/table/post/format40.rb
228
- - vendor/ttfunk/lib/ttfunk/table/glyf/simple.rb
229
- - vendor/ttfunk/lib/ttfunk/table/glyf/compound.rb
230
- - vendor/ttfunk/lib/ttfunk/table/glyf.rb
231
- - vendor/ttfunk/lib/ttfunk/table/name.rb
232
- - vendor/ttfunk/lib/ttfunk/table/os2.rb
233
- - vendor/ttfunk/lib/ttfunk/table/kern/format0.rb
234
- - vendor/ttfunk/lib/ttfunk/table/post.rb
235
- - vendor/ttfunk/lib/ttfunk/table/head.rb
236
- - vendor/ttfunk/lib/ttfunk/table/kern.rb
237
320
  - vendor/ttfunk/lib/ttfunk/table/simple.rb
238
- - vendor/ttfunk/lib/ttfunk/table/cmap.rb
239
- - vendor/ttfunk/lib/ttfunk/table/loca.rb
240
- - vendor/ttfunk/lib/ttfunk/table/hmtx.rb
241
- - vendor/ttfunk/lib/ttfunk/table/cmap/format04.rb
242
- - vendor/ttfunk/lib/ttfunk/table/cmap/subtable.rb
243
- - vendor/ttfunk/lib/ttfunk/table/cmap/format00.rb
244
- - vendor/ttfunk/lib/ttfunk/table/hhea.rb
245
- - vendor/ttfunk/lib/ttfunk/reader.rb
246
- - vendor/ttfunk/lib/ttfunk/table.rb
247
- - vendor/ttfunk/lib/ttfunk/resource_file.rb
248
- - vendor/ttfunk/lib/ttfunk/directory.rb
249
- - vendor/ttfunk/lib/ttfunk/subset_collection.rb
250
- - vendor/ttfunk/lib/ttfunk/subset/windows_1252.rb
251
- - vendor/ttfunk/lib/ttfunk/subset/mac_roman.rb
252
- - vendor/ttfunk/lib/ttfunk/subset/unicode_8bit.rb
253
- - vendor/ttfunk/lib/ttfunk/subset/base.rb
254
- - vendor/ttfunk/lib/ttfunk/subset/unicode.rb
255
- - vendor/ttfunk/lib/ttfunk/subset.rb
256
- - vendor/ttfunk/lib/ttfunk/encoding/windows_1252.rb
257
- - vendor/ttfunk/lib/ttfunk/encoding/mac_roman.rb
258
- - vendor/ttfunk/lib/ttfunk.rb
259
- - vendor/ttfunk/data/fonts/DejaVuSans.ttf
260
- - vendor/ttfunk/data/fonts/comicsans.ttf
261
- - data/images/rails.png
262
- - data/images/16bit.alpha
263
- - data/images/ruport_data.dat
264
- - data/images/page_white_text.alpha
265
- - data/images/ruport_transparent.png
266
- - data/images/ruport_type0.png
267
- - data/images/letterhead.jpg
268
- - data/images/dice_interlaced.png
269
- - data/images/web-links.dat
270
- - data/images/web-links.png
271
- - data/images/dice.png
272
- - data/images/page_white_text.png
273
- - data/images/arrow2.png
274
- - data/images/stef.jpg
275
- - data/images/page_white_text.dat
276
- - data/images/fractal.jpg
277
- - data/images/dice.dat
278
- - data/images/16bit.dat
279
- - data/images/pigs.jpg
280
- - data/images/dice.alpha
281
- - data/images/tru256.bmp
282
- - data/images/barcode_issue.png
283
- - data/images/arrow.png
284
- - data/images/ruport.png
285
- - data/images/16bit.png
286
- - data/images/rails.dat
287
- - data/shift_jis_text.txt
288
- - data/pdfs/complex_template.pdf
289
- - data/pdfs/two_hexagons.pdf
290
- - data/pdfs/version_1_6.pdf
291
- - data/pdfs/hexagon.pdf
292
- - data/pdfs/resources_as_indirect_object.pdf
293
- - data/pdfs/nested_pages.pdf
294
- - data/pdfs/encrypted.pdf
295
- - data/pdfs/indirect_reference.pdf
296
- - data/pdfs/contains_ttf_font.pdf
297
- - data/encodings/win_ansi.txt
298
- - data/fonts/ZapfDingbats.afm
299
- - data/fonts/Chalkboard.ttf
300
- - data/fonts/Times-Italic.afm
301
- - data/fonts/Action Man.dfont
302
- - data/fonts/Courier-BoldOblique.afm
303
- - data/fonts/Courier-Bold.afm
304
- - data/fonts/Activa.ttf
305
- - data/fonts/Helvetica-Bold.afm
306
- - data/fonts/Helvetica-Oblique.afm
307
- - data/fonts/Times-Bold.afm
308
- - data/fonts/DejaVuSans.ttf
309
- - data/fonts/Times-BoldItalic.afm
310
- - data/fonts/Symbol.afm
311
- - data/fonts/Courier-Oblique.afm
312
- - data/fonts/Courier.afm
313
- - data/fonts/Times-Roman.afm
314
- - data/fonts/MustRead.html
315
- - data/fonts/gkai00mp.ttf
316
- - data/fonts/comicsans.ttf
317
- - data/fonts/Helvetica-BoldOblique.afm
318
- - data/fonts/Helvetica.afm
319
- - data/fonts/Dustismo_Roman.ttf
320
- - Rakefile
321
+ - COPYING
321
322
  - HACKING
322
- - README
323
323
  - LICENSE
324
- - COPYING
324
+ - README
325
325
  has_rdoc: true
326
326
  homepage: http://prawn.majesticseacreature.com
327
327
  licenses: []