icofont 0.0.4 → 0.0.5
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/icofont/application.js +1 -1
- data/app/controllers/icofont/home_controller.rb +1 -1
- data/config/routes.rb +0 -4
- data/lib/generators/icofont_generator.rb +8 -0
- data/lib/icofont.rb +1 -0
- data/lib/icofont/paths.rb +1 -1
- data/lib/icofont/routes.rb +9 -0
- data/lib/icofont/version.rb +1 -1
- data/test/controllers/icofont/home_controller_test.rb +10 -0
- data/test/dummy/app/assets/icofont/icofont.eot +0 -0
- data/test/dummy/app/assets/icofont/icofont.svg +2 -2
- data/test/dummy/app/assets/icofont/icofont.ttf +0 -0
- data/test/dummy/app/assets/icofont/icofont.woff +0 -0
- data/test/dummy/config/routes.rb +1 -4
- data/test/dummy/log/development.log +550 -0
- data/test/dummy/log/test.log +373 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/24d84d0cc64aa34aa33579f9d48bfdea +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/c6b9a2d89c207acb5a40f26035ef9d67 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/492eb72ca49fb7259a01123b6b557dcd +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/a8c8b4cf14d078fdb0b05ba331fa0f29 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/d57b48f735a12d07d3f8c4a3598a4af7 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/dee449466bbd42a74357d212450d6123 +0 -0
- data/test/dummy/tmp/cache/assets/test/sprockets/e739fe521c001f47f3e1fba2533df7c0 +0 -0
- data/test/fixtures/config/routes.rb +3 -0
- data/test/fixtures/fonts/fontcustom-manifest.yml +4 -4
- data/test/fixtures/fonts/icofont.eot +0 -0
- data/test/fixtures/fonts/icofont.svg +2 -2
- data/test/fixtures/fonts/icofont.ttf +0 -0
- data/test/fixtures/fonts/icofont.woff +0 -0
- data/test/fixtures/glyphs.txt +0 -0
- data/test/generators/fixtures/glyphs.txt +0 -0
- data/test/generators/icofont/icofont_generator_test.rb +31 -0
- data/test/generators/tmp/glyphs.txt +0 -0
- data/test/test_helper.rb +1 -0
- metadata +25 -6
- data/test/fixtures/stylesheets/icofont.css.erb +0 -30
- data/test/lib/icofont/paths_test.rb +0 -7
data/test/dummy/log/test.log
CHANGED
@@ -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
|
[1m[35m (0.1ms)[0m rollback transaction
|
195
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
196
|
+
-----------------------------------------------------------------
|
197
|
+
Icofont::FontProcessorTest: test_generates_files_in_correct_paths
|
198
|
+
-----------------------------------------------------------------
|
199
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
200
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
201
|
+
-----------------------------------------------------
|
202
|
+
Icofont::GlyphTest: test_it_stores_and_fetches_glyphs
|
203
|
+
-----------------------------------------------------
|
204
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
205
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
212
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
219
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
220
|
+
-----------------------
|
221
|
+
IcofontTest: test_truth
|
222
|
+
-----------------------
|
223
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
224
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
232
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
240
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
248
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
256
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
263
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
270
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
277
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
284
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
291
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
298
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
306
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
314
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
315
|
+
-----------------------------------------------------------------
|
316
|
+
Icofont::FontProcessorTest: test_generates_files_in_correct_paths
|
317
|
+
-----------------------------------------------------------------
|
318
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
319
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
320
|
+
-----------------------------------------------------
|
321
|
+
Icofont::GlyphTest: test_it_stores_and_fetches_glyphs
|
322
|
+
-----------------------------------------------------
|
323
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
324
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
338
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
339
|
+
-----------------------
|
340
|
+
IcofontTest: test_truth
|
341
|
+
-----------------------
|
342
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
343
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
344
|
+
--------------------------------------------------
|
345
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
346
|
+
--------------------------------------------------
|
347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
348
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
349
|
+
--------------------------------------------------
|
350
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
351
|
+
--------------------------------------------------
|
352
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
353
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
354
|
+
--------------------------------------------------
|
355
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
356
|
+
--------------------------------------------------
|
357
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
358
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
359
|
+
--------------------------------------------------
|
360
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
361
|
+
--------------------------------------------------
|
362
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
363
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
364
|
+
--------------------------------------------------
|
365
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
366
|
+
--------------------------------------------------
|
367
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
368
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
369
|
+
--------------------------------------------------
|
370
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
371
|
+
--------------------------------------------------
|
372
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
373
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
374
|
+
--------------------------------------------------
|
375
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
376
|
+
--------------------------------------------------
|
377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
378
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
379
|
+
--------------------------------------------------
|
380
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
381
|
+
--------------------------------------------------
|
382
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
383
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
384
|
+
--------------------------------------------------
|
385
|
+
IcofontGeneratorTest: test_the_SVG_file_is_created
|
386
|
+
--------------------------------------------------
|
387
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
388
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
389
|
+
-----------------------------------------------------
|
390
|
+
IcofontGeneratorTest: test_the_glyphs_file_is_created
|
391
|
+
-----------------------------------------------------
|
392
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
393
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
394
|
+
---------------------------------------------------------
|
395
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
396
|
+
---------------------------------------------------------
|
397
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
398
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
399
|
+
----------------------------------------------------------
|
400
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
401
|
+
----------------------------------------------------------
|
402
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
403
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
404
|
+
---------------------------------------------------------
|
405
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
406
|
+
---------------------------------------------------------
|
407
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
408
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
409
|
+
----------------------------------------------------------
|
410
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
411
|
+
----------------------------------------------------------
|
412
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
413
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
414
|
+
---------------------------------------------------------
|
415
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
416
|
+
---------------------------------------------------------
|
417
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
418
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
419
|
+
----------------------------------------------------------
|
420
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
421
|
+
----------------------------------------------------------
|
422
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
423
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
424
|
+
---------------------------------------------------------
|
425
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
426
|
+
---------------------------------------------------------
|
427
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
428
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
429
|
+
----------------------------------------------------------
|
430
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
431
|
+
----------------------------------------------------------
|
432
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
433
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
434
|
+
---------------------------------------------------------
|
435
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
436
|
+
---------------------------------------------------------
|
437
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
438
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
439
|
+
----------------------------------------------------------
|
440
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
441
|
+
----------------------------------------------------------
|
442
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
443
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
444
|
+
----------------------------------------------------------
|
445
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
446
|
+
----------------------------------------------------------
|
447
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
448
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
449
|
+
---------------------------------------------------------
|
450
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
451
|
+
---------------------------------------------------------
|
452
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
453
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
454
|
+
----------------------------------------------------------
|
455
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
456
|
+
----------------------------------------------------------
|
457
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
458
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
459
|
+
---------------------------------------------------------
|
460
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
461
|
+
---------------------------------------------------------
|
462
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
463
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
464
|
+
----------------------------------------------------------
|
465
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
466
|
+
----------------------------------------------------------
|
467
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
468
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
469
|
+
---------------------------------------------------------
|
470
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
471
|
+
---------------------------------------------------------
|
472
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
473
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
474
|
+
----------------------------------------------------------
|
475
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
476
|
+
----------------------------------------------------------
|
477
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
478
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
479
|
+
---------------------------------------------------------
|
480
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
481
|
+
---------------------------------------------------------
|
482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
484
|
+
----------------------------------------------------------
|
485
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
486
|
+
----------------------------------------------------------
|
487
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
488
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
489
|
+
---------------------------------------------------------
|
490
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
491
|
+
---------------------------------------------------------
|
492
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
493
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
494
|
+
----------------------------------------------------------
|
495
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
496
|
+
----------------------------------------------------------
|
497
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
498
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
499
|
+
---------------------------------------------------------
|
500
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
501
|
+
---------------------------------------------------------
|
502
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
503
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
504
|
+
----------------------------------------------------------
|
505
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
506
|
+
----------------------------------------------------------
|
507
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
508
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
509
|
+
---------------------------------------------------------
|
510
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
511
|
+
---------------------------------------------------------
|
512
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
513
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
514
|
+
----------------------------------------------------------
|
515
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
516
|
+
----------------------------------------------------------
|
517
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
518
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
519
|
+
---------------------------------------------------------
|
520
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
521
|
+
---------------------------------------------------------
|
522
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
523
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
524
|
+
----------------------------------------------------------
|
525
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
526
|
+
----------------------------------------------------------
|
527
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
528
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
529
|
+
---------------------------------------------------------
|
530
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
531
|
+
---------------------------------------------------------
|
532
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
533
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
534
|
+
----------------------------------------------------------
|
535
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
536
|
+
----------------------------------------------------------
|
537
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
538
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
539
|
+
---------------------------------------------------------
|
540
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
541
|
+
---------------------------------------------------------
|
542
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
543
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
544
|
+
----------------------------------------------------------
|
545
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
546
|
+
----------------------------------------------------------
|
547
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
548
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
549
|
+
---------------------------------------------------------
|
550
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
551
|
+
---------------------------------------------------------
|
552
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
553
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
554
|
+
----------------------------------------------------------
|
555
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
556
|
+
----------------------------------------------------------
|
557
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
558
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
559
|
+
---------------------------------------------------------
|
560
|
+
IcofontGeneratorTest: test_injects_mount_engine_to_routes
|
561
|
+
---------------------------------------------------------
|
562
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
563
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
564
|
+
----------------------------------------------------------
|
565
|
+
IcofontGeneratorTest: test_the_glyphs_list_file_is_created
|
566
|
+
----------------------------------------------------------
|
567
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -12,23 +12,23 @@
|
|
12
12
|
"glyphs": {
|
13
13
|
"home": {
|
14
14
|
"codepoint": 61696,
|
15
|
-
"source": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/
|
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/
|
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/
|
31
|
+
"vectors": "/var/folders/6m/t5fw0l811tl8ll9rbs7wvssm0000gn/T/d20140107-28573-155vrfl"
|
32
32
|
},
|
33
33
|
"no_hash": true,
|
34
34
|
"output": {
|
Binary file
|
@@ -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-
|
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
|
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>
|
Binary file
|
Binary file
|