icofont 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/icofont/application.js +1 -1
  3. data/app/controllers/icofont/home_controller.rb +1 -1
  4. data/config/routes.rb +0 -4
  5. data/lib/generators/icofont_generator.rb +8 -0
  6. data/lib/icofont.rb +1 -0
  7. data/lib/icofont/paths.rb +1 -1
  8. data/lib/icofont/routes.rb +9 -0
  9. data/lib/icofont/version.rb +1 -1
  10. data/test/controllers/icofont/home_controller_test.rb +10 -0
  11. data/test/dummy/app/assets/icofont/icofont.eot +0 -0
  12. data/test/dummy/app/assets/icofont/icofont.svg +2 -2
  13. data/test/dummy/app/assets/icofont/icofont.ttf +0 -0
  14. data/test/dummy/app/assets/icofont/icofont.woff +0 -0
  15. data/test/dummy/config/routes.rb +1 -4
  16. data/test/dummy/log/development.log +550 -0
  17. data/test/dummy/log/test.log +373 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/24d84d0cc64aa34aa33579f9d48bfdea +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/c6b9a2d89c207acb5a40f26035ef9d67 +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/492eb72ca49fb7259a01123b6b557dcd +0 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/a8c8b4cf14d078fdb0b05ba331fa0f29 +0 -0
  25. data/test/dummy/tmp/cache/assets/test/sprockets/d57b48f735a12d07d3f8c4a3598a4af7 +0 -0
  26. data/test/dummy/tmp/cache/assets/test/sprockets/dee449466bbd42a74357d212450d6123 +0 -0
  27. data/test/dummy/tmp/cache/assets/test/sprockets/e739fe521c001f47f3e1fba2533df7c0 +0 -0
  28. data/test/fixtures/config/routes.rb +3 -0
  29. data/test/fixtures/fonts/fontcustom-manifest.yml +4 -4
  30. data/test/fixtures/fonts/icofont.eot +0 -0
  31. data/test/fixtures/fonts/icofont.svg +2 -2
  32. data/test/fixtures/fonts/icofont.ttf +0 -0
  33. data/test/fixtures/fonts/icofont.woff +0 -0
  34. data/test/fixtures/glyphs.txt +0 -0
  35. data/test/generators/fixtures/glyphs.txt +0 -0
  36. data/test/generators/icofont/icofont_generator_test.rb +31 -0
  37. data/test/generators/tmp/glyphs.txt +0 -0
  38. data/test/test_helper.rb +1 -0
  39. metadata +25 -6
  40. data/test/fixtures/stylesheets/icofont.css.erb +0 -30
  41. data/test/lib/icofont/paths_test.rb +0 -7
@@ -192,3 +192,376 @@ Icofont::FontProcessorTest: test_generates_files_in_correct_paths
192
192
  Icofont::FontProcessorTest: test_generates_files_in_correct_paths
193
193
  -----------------------------------------------------------------
194
194
   (0.1ms) rollback transaction
195
+  (0.3ms) begin transaction
196
+ -----------------------------------------------------------------
197
+ Icofont::FontProcessorTest: test_generates_files_in_correct_paths
198
+ -----------------------------------------------------------------
199
+  (0.1ms) rollback transaction
200
+  (0.1ms) begin transaction
201
+ -----------------------------------------------------
202
+ Icofont::GlyphTest: test_it_stores_and_fetches_glyphs
203
+ -----------------------------------------------------
204
+  (0.1ms) rollback transaction
205
+  (0.0ms) begin transaction
206
+ ----------------------------------------------------
207
+ Icofont::GlyphsControllerTest: test_should_get_index
208
+ ----------------------------------------------------
209
+ Processing by Icofont::GlyphsController#index as HTML
210
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
211
+  (0.1ms) rollback transaction
212
+  (0.0ms) begin transaction
213
+ ------------------------------------------------------
214
+ Icofont::GlyphsControllerTest: test_should_post_update
215
+ ------------------------------------------------------
216
+ Processing by Icofont::GlyphsController#update as HTML
217
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
218
+  (0.0ms) rollback transaction
219
+  (0.0ms) begin transaction
220
+ -----------------------
221
+ IcofontTest: test_truth
222
+ -----------------------
223
+  (0.0ms) rollback transaction
224
+  (0.2ms) begin transaction
225
+ --------------------------------------------------
226
+ Icofont::HomeControllerTest: test_should_get_index
227
+ --------------------------------------------------
228
+ Processing by Icofont::HomeController#index as HTML
229
+ Rendered /Users/arti/ror/icofont/icofont/app/views/icofont/home/index.html.erb within layouts/icofont/application (22.5ms)
230
+ Completed 500 Internal Server Error in 80ms
231
+  (0.1ms) rollback transaction
232
+  (0.2ms) begin transaction
233
+ --------------------------------------------------
234
+ Icofont::HomeControllerTest: test_should_get_index
235
+ --------------------------------------------------
236
+ Processing by Icofont::HomeController#index as HTML
237
+ Rendered /Users/arti/ror/icofont/icofont/app/views/icofont/home/index.html.erb within layouts/icofont/application (3.5ms)
238
+ Completed 500 Internal Server Error in 35ms
239
+  (0.1ms) rollback transaction
240
+  (0.2ms) begin transaction
241
+ --------------------------------------------------
242
+ Icofont::HomeControllerTest: test_should_get_index
243
+ --------------------------------------------------
244
+ Processing by Icofont::HomeController#index as HTML
245
+ Rendered /Users/arti/ror/icofont/icofont/app/views/icofont/home/index.html.erb within layouts/icofont/application (3.7ms)
246
+ Completed 500 Internal Server Error in 36ms
247
+  (0.1ms) rollback transaction
248
+  (0.2ms) begin transaction
249
+ --------------------------------------------------
250
+ Icofont::HomeControllerTest: test_should_get_index
251
+ --------------------------------------------------
252
+ Processing by Icofont::HomeController#index as HTML
253
+ Rendered /Users/arti/ror/icofont/icofont/app/views/icofont/home/index.html.erb within layouts/icofont/application (22.1ms)
254
+ Completed 500 Internal Server Error in 38ms
255
+  (0.1ms) rollback transaction
256
+  (0.2ms) begin transaction
257
+ ----------------------------------------------------
258
+ Icofont::GlyphsControllerTest: test_should_get_index
259
+ ----------------------------------------------------
260
+ Processing by Icofont::GlyphsController#index as HTML
261
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
262
+  (0.1ms) rollback transaction
263
+  (0.1ms) begin transaction
264
+ ------------------------------------------------------
265
+ Icofont::GlyphsControllerTest: test_should_post_update
266
+ ------------------------------------------------------
267
+ Processing by Icofont::GlyphsController#update as HTML
268
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
269
+  (0.0ms) rollback transaction
270
+  (0.2ms) begin transaction
271
+ ----------------------------------------------------
272
+ Icofont::GlyphsControllerTest: test_should_get_index
273
+ ----------------------------------------------------
274
+ Processing by Icofont::GlyphsController#index as HTML
275
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
276
+  (0.1ms) rollback transaction
277
+  (0.1ms) begin transaction
278
+ ------------------------------------------------------
279
+ Icofont::GlyphsControllerTest: test_should_post_update
280
+ ------------------------------------------------------
281
+ Processing by Icofont::GlyphsController#update as HTML
282
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
283
+  (0.0ms) rollback transaction
284
+  (0.3ms) begin transaction
285
+ ----------------------------------------------------
286
+ Icofont::GlyphsControllerTest: test_should_get_index
287
+ ----------------------------------------------------
288
+ Processing by Icofont::GlyphsController#index as HTML
289
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
290
+  (0.1ms) rollback transaction
291
+  (0.1ms) begin transaction
292
+ ------------------------------------------------------
293
+ Icofont::GlyphsControllerTest: test_should_post_update
294
+ ------------------------------------------------------
295
+ Processing by Icofont::GlyphsController#update as HTML
296
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
297
+  (0.0ms) rollback transaction
298
+  (0.3ms) begin transaction
299
+ --------------------------------------------------
300
+ Icofont::HomeControllerTest: test_should_get_index
301
+ --------------------------------------------------
302
+ Processing by Icofont::HomeController#index as HTML
303
+ Rendered /Users/arti/ror/icofont/icofont/app/views/icofont/home/index.html.erb within layouts/icofont/application (3.9ms)
304
+ Completed 500 Internal Server Error in 37ms
305
+  (0.1ms) rollback transaction
306
+  (0.2ms) begin transaction
307
+ --------------------------------------------------
308
+ Icofont::HomeControllerTest: test_should_get_index
309
+ --------------------------------------------------
310
+ Processing by Icofont::HomeController#index as HTML
311
+ Rendered /Users/arti/ror/icofont/icofont/app/views/icofont/home/index.html.erb within layouts/icofont/application (21.8ms)
312
+ Completed 500 Internal Server Error in 39ms
313
+  (0.1ms) rollback transaction
314
+  (0.2ms) begin transaction
315
+ -----------------------------------------------------------------
316
+ Icofont::FontProcessorTest: test_generates_files_in_correct_paths
317
+ -----------------------------------------------------------------
318
+  (0.1ms) rollback transaction
319
+  (0.0ms) begin transaction
320
+ -----------------------------------------------------
321
+ Icofont::GlyphTest: test_it_stores_and_fetches_glyphs
322
+ -----------------------------------------------------
323
+  (0.1ms) rollback transaction
324
+  (0.0ms) begin transaction
325
+ ----------------------------------------------------
326
+ Icofont::GlyphsControllerTest: test_should_get_index
327
+ ----------------------------------------------------
328
+ Processing by Icofont::GlyphsController#index as HTML
329
+ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
330
+  (0.1ms) rollback transaction
331
+  (0.0ms) begin transaction
332
+ ------------------------------------------------------
333
+ Icofont::GlyphsControllerTest: test_should_post_update
334
+ ------------------------------------------------------
335
+ Processing by Icofont::GlyphsController#update as HTML
336
+ Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
337
+  (0.1ms) rollback transaction
338
+  (0.0ms) begin transaction
339
+ -----------------------
340
+ IcofontTest: test_truth
341
+ -----------------------
342
+  (0.0ms) rollback transaction
343
+  (0.2ms) begin transaction
344
+ --------------------------------------------------
345
+ IcofontGeneratorTest: test_the_SVG_file_is_created
346
+ --------------------------------------------------
347
+  (0.0ms) rollback transaction
348
+  (0.2ms) begin transaction
349
+ --------------------------------------------------
350
+ IcofontGeneratorTest: test_the_SVG_file_is_created
351
+ --------------------------------------------------
352
+  (0.0ms) rollback transaction
353
+  (0.2ms) begin transaction
354
+ --------------------------------------------------
355
+ IcofontGeneratorTest: test_the_SVG_file_is_created
356
+ --------------------------------------------------
357
+  (0.0ms) rollback transaction
358
+  (0.3ms) begin transaction
359
+ --------------------------------------------------
360
+ IcofontGeneratorTest: test_the_SVG_file_is_created
361
+ --------------------------------------------------
362
+  (0.0ms) rollback transaction
363
+  (0.3ms) begin transaction
364
+ --------------------------------------------------
365
+ IcofontGeneratorTest: test_the_SVG_file_is_created
366
+ --------------------------------------------------
367
+  (0.0ms) rollback transaction
368
+  (0.2ms) begin transaction
369
+ --------------------------------------------------
370
+ IcofontGeneratorTest: test_the_SVG_file_is_created
371
+ --------------------------------------------------
372
+  (0.0ms) rollback transaction
373
+  (0.2ms) begin transaction
374
+ --------------------------------------------------
375
+ IcofontGeneratorTest: test_the_SVG_file_is_created
376
+ --------------------------------------------------
377
+  (0.1ms) rollback transaction
378
+  (0.3ms) begin transaction
379
+ --------------------------------------------------
380
+ IcofontGeneratorTest: test_the_SVG_file_is_created
381
+ --------------------------------------------------
382
+  (0.1ms) rollback transaction
383
+  (0.2ms) begin transaction
384
+ --------------------------------------------------
385
+ IcofontGeneratorTest: test_the_SVG_file_is_created
386
+ --------------------------------------------------
387
+  (0.0ms) rollback transaction
388
+  (0.2ms) begin transaction
389
+ -----------------------------------------------------
390
+ IcofontGeneratorTest: test_the_glyphs_file_is_created
391
+ -----------------------------------------------------
392
+  (0.0ms) rollback transaction
393
+  (0.2ms) begin transaction
394
+ ---------------------------------------------------------
395
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
396
+ ---------------------------------------------------------
397
+  (0.1ms) rollback transaction
398
+  (0.1ms) begin transaction
399
+ ----------------------------------------------------------
400
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
401
+ ----------------------------------------------------------
402
+  (0.1ms) rollback transaction
403
+  (0.2ms) begin transaction
404
+ ---------------------------------------------------------
405
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
406
+ ---------------------------------------------------------
407
+  (0.2ms) rollback transaction
408
+  (0.1ms) begin transaction
409
+ ----------------------------------------------------------
410
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
411
+ ----------------------------------------------------------
412
+  (0.1ms) rollback transaction
413
+  (0.2ms) begin transaction
414
+ ---------------------------------------------------------
415
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
416
+ ---------------------------------------------------------
417
+  (0.2ms) rollback transaction
418
+  (0.1ms) begin transaction
419
+ ----------------------------------------------------------
420
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
421
+ ----------------------------------------------------------
422
+  (0.1ms) rollback transaction
423
+  (0.2ms) begin transaction
424
+ ---------------------------------------------------------
425
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
426
+ ---------------------------------------------------------
427
+  (0.2ms) rollback transaction
428
+  (0.1ms) begin transaction
429
+ ----------------------------------------------------------
430
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
431
+ ----------------------------------------------------------
432
+  (0.1ms) rollback transaction
433
+  (0.2ms) begin transaction
434
+ ---------------------------------------------------------
435
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
436
+ ---------------------------------------------------------
437
+  (0.2ms) rollback transaction
438
+  (0.1ms) begin transaction
439
+ ----------------------------------------------------------
440
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
441
+ ----------------------------------------------------------
442
+  (0.1ms) rollback transaction
443
+  (0.2ms) begin transaction
444
+ ----------------------------------------------------------
445
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
446
+ ----------------------------------------------------------
447
+  (0.0ms) rollback transaction
448
+  (0.3ms) begin transaction
449
+ ---------------------------------------------------------
450
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
451
+ ---------------------------------------------------------
452
+  (0.1ms) rollback transaction
453
+  (0.0ms) begin transaction
454
+ ----------------------------------------------------------
455
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
456
+ ----------------------------------------------------------
457
+  (0.1ms) rollback transaction
458
+  (0.2ms) begin transaction
459
+ ---------------------------------------------------------
460
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
461
+ ---------------------------------------------------------
462
+  (0.2ms) rollback transaction
463
+  (0.1ms) begin transaction
464
+ ----------------------------------------------------------
465
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
466
+ ----------------------------------------------------------
467
+  (0.1ms) rollback transaction
468
+  (0.2ms) begin transaction
469
+ ---------------------------------------------------------
470
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
471
+ ---------------------------------------------------------
472
+  (0.1ms) rollback transaction
473
+  (0.1ms) begin transaction
474
+ ----------------------------------------------------------
475
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
476
+ ----------------------------------------------------------
477
+  (0.1ms) rollback transaction
478
+  (0.2ms) begin transaction
479
+ ---------------------------------------------------------
480
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
481
+ ---------------------------------------------------------
482
+  (0.1ms) rollback transaction
483
+  (0.1ms) begin transaction
484
+ ----------------------------------------------------------
485
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
486
+ ----------------------------------------------------------
487
+  (0.0ms) rollback transaction
488
+  (0.2ms) begin transaction
489
+ ---------------------------------------------------------
490
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
491
+ ---------------------------------------------------------
492
+  (0.1ms) rollback transaction
493
+  (0.1ms) begin transaction
494
+ ----------------------------------------------------------
495
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
496
+ ----------------------------------------------------------
497
+  (0.0ms) rollback transaction
498
+  (0.2ms) begin transaction
499
+ ---------------------------------------------------------
500
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
501
+ ---------------------------------------------------------
502
+  (0.2ms) rollback transaction
503
+  (0.1ms) begin transaction
504
+ ----------------------------------------------------------
505
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
506
+ ----------------------------------------------------------
507
+  (0.1ms) rollback transaction
508
+  (0.3ms) begin transaction
509
+ ---------------------------------------------------------
510
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
511
+ ---------------------------------------------------------
512
+  (0.2ms) rollback transaction
513
+  (0.1ms) begin transaction
514
+ ----------------------------------------------------------
515
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
516
+ ----------------------------------------------------------
517
+  (0.1ms) rollback transaction
518
+  (0.2ms) begin transaction
519
+ ---------------------------------------------------------
520
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
521
+ ---------------------------------------------------------
522
+  (0.0ms) rollback transaction
523
+  (0.1ms) begin transaction
524
+ ----------------------------------------------------------
525
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
526
+ ----------------------------------------------------------
527
+  (0.1ms) rollback transaction
528
+  (0.2ms) begin transaction
529
+ ---------------------------------------------------------
530
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
531
+ ---------------------------------------------------------
532
+  (0.1ms) rollback transaction
533
+  (0.0ms) begin transaction
534
+ ----------------------------------------------------------
535
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
536
+ ----------------------------------------------------------
537
+  (0.1ms) rollback transaction
538
+  (0.2ms) begin transaction
539
+ ---------------------------------------------------------
540
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
541
+ ---------------------------------------------------------
542
+  (0.1ms) rollback transaction
543
+  (0.1ms) begin transaction
544
+ ----------------------------------------------------------
545
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
546
+ ----------------------------------------------------------
547
+  (0.1ms) rollback transaction
548
+  (0.2ms) begin transaction
549
+ ---------------------------------------------------------
550
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
551
+ ---------------------------------------------------------
552
+  (0.1ms) rollback transaction
553
+  (0.0ms) begin transaction
554
+ ----------------------------------------------------------
555
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
556
+ ----------------------------------------------------------
557
+  (0.1ms) rollback transaction
558
+  (0.2ms) begin transaction
559
+ ---------------------------------------------------------
560
+ IcofontGeneratorTest: test_injects_mount_engine_to_routes
561
+ ---------------------------------------------------------
562
+  (0.1ms) rollback transaction
563
+  (0.1ms) begin transaction
564
+ ----------------------------------------------------------
565
+ IcofontGeneratorTest: test_the_glyphs_list_file_is_created
566
+ ----------------------------------------------------------
567
+  (0.1ms) rollback transaction
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ mount_icofont
3
+ end
@@ -12,23 +12,23 @@
12
12
  "glyphs": {
13
13
  "home": {
14
14
  "codepoint": 61696,
15
- "source": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140103-4928-1biv1n2/home.svg"
15
+ "source": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140107-28573-155vrfl/home.svg"
16
16
  },
17
17
  "home2": {
18
18
  "codepoint": 61697,
19
- "source": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140103-4928-1biv1n2/home2.svg"
19
+ "source": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140107-28573-155vrfl/home2.svg"
20
20
  }
21
21
  },
22
22
  "options": {
23
23
  "autowidth": false,
24
24
  "config": false,
25
- "css_selector": "icofont-{{glyph}}",
25
+ "css_selector": ".icofont-{{glyph}}",
26
26
  "debug": false,
27
27
  "font_name": "icofont",
28
28
  "force": false,
29
29
  "input": {
30
30
  "templates": "/Users/arti/ror/icofont/icofont/lib/icofont/templates",
31
- "vectors": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140103-4928-1biv1n2"
31
+ "vectors": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140107-28573-155vrfl"
32
32
  },
33
33
  "no_hash": true,
34
34
  "output": {
@@ -1,11 +1,11 @@
1
1
  <?xml version="1.0" standalone="no"?>
2
2
  <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
3
  <!--
4
- 2014-1-3: Created.
4
+ 2014-1-7: Created.
5
5
  -->
6
6
  <svg xmlns="http://www.w3.org/2000/svg">
7
7
  <metadata>
8
- Created by FontForge 20120731 at Fri Jan 3 22:01:27 2014
8
+ Created by FontForge 20120731 at Tue Jan 7 20:47:04 2014
9
9
  By Artan Sinani
10
10
  Created by Artan Sinani with FontForge 2.0 (http://fontforge.sf.net)
11
11
  </metadata>