icofont 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +34 -0
  5. data/app/assets/images/icofont/icofont-admin.svg +1909 -0
  6. data/app/assets/javascripts/icofont/application.js +14 -0
  7. data/app/assets/javascripts/icofont/icofont.js +157 -0
  8. data/app/assets/stylesheets/icofont/application.css +158 -0
  9. data/app/controllers/icofont/application_controller.rb +4 -0
  10. data/app/controllers/icofont/glyphs_controller.rb +16 -0
  11. data/app/controllers/icofont/home_controller.rb +8 -0
  12. data/app/views/icofont/home/index.html.erb +2331 -0
  13. data/app/views/layouts/icofont/application.html.erb +37 -0
  14. data/config/routes.rb +6 -0
  15. data/lib/generators/icofont_generator.rb +25 -0
  16. data/lib/icofont.rb +8 -0
  17. data/lib/icofont/engine.rb +5 -0
  18. data/lib/icofont/font_processor.rb +64 -0
  19. data/lib/icofont/glyph.rb +21 -0
  20. data/lib/icofont/paths.rb +47 -0
  21. data/lib/icofont/templates/icofont.css.erb +28 -0
  22. data/lib/icofont/version.rb +3 -0
  23. data/lib/tasks/icofont.rake +9 -0
  24. data/test/controllers/icofont/glyphs_controller_test.rb +15 -0
  25. data/test/dummy/README.rdoc +28 -0
  26. data/test/dummy/Rakefile +6 -0
  27. data/test/dummy/app/assets/icofont/icofont.eot +0 -0
  28. data/test/dummy/app/assets/icofont/icofont.svg +37 -0
  29. data/test/dummy/app/assets/icofont/icofont.ttf +0 -0
  30. data/test/dummy/app/assets/icofont/icofont.woff +0 -0
  31. data/test/dummy/app/assets/javascripts/application.js +13 -0
  32. data/test/dummy/app/assets/stylesheets/application.css +30 -0
  33. data/test/dummy/app/assets/stylesheets/icofont.css.erb +32 -0
  34. data/test/dummy/app/controllers/application_controller.rb +5 -0
  35. data/test/dummy/app/controllers/home_controller.rb +5 -0
  36. data/test/dummy/app/helpers/application_helper.rb +2 -0
  37. data/test/dummy/app/views/home/index.html.erb +10 -0
  38. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  39. data/test/dummy/bin/bundle +3 -0
  40. data/test/dummy/bin/rails +4 -0
  41. data/test/dummy/bin/rake +4 -0
  42. data/test/dummy/config.ru +4 -0
  43. data/test/dummy/config/application.rb +23 -0
  44. data/test/dummy/config/boot.rb +5 -0
  45. data/test/dummy/config/database.yml +25 -0
  46. data/test/dummy/config/environment.rb +5 -0
  47. data/test/dummy/config/environments/development.rb +29 -0
  48. data/test/dummy/config/environments/production.rb +80 -0
  49. data/test/dummy/config/environments/test.rb +36 -0
  50. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  51. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  52. data/test/dummy/config/initializers/inflections.rb +16 -0
  53. data/test/dummy/config/initializers/mime_types.rb +5 -0
  54. data/test/dummy/config/initializers/secret_token.rb +12 -0
  55. data/test/dummy/config/initializers/session_store.rb +3 -0
  56. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  57. data/test/dummy/config/locales/en.yml +23 -0
  58. data/test/dummy/config/routes.rb +7 -0
  59. data/test/dummy/db/development.sqlite3 +0 -0
  60. data/test/dummy/db/test.sqlite3 +0 -0
  61. data/test/dummy/log/development.log +130 -0
  62. data/test/dummy/public/404.html +58 -0
  63. data/test/dummy/public/422.html +58 -0
  64. data/test/dummy/public/500.html +57 -0
  65. data/test/dummy/public/favicon.ico +0 -0
  66. data/test/dummy/tmp/cache/assets/development/sprockets/04829d347d9f68d358f7f3ed5b6cc26b +0 -0
  67. data/test/dummy/tmp/cache/assets/development/sprockets/0d0aff83a39e4b56699824292d221f34 +0 -0
  68. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  69. data/test/dummy/tmp/cache/assets/development/sprockets/24d083ea390a819365fbe17c7ec05d59 +0 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/24d84d0cc64aa34aa33579f9d48bfdea +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/413d4f812714ff32e3332c19ac4b0a6f +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/424b7c8f201f15b2d005a3aa03b1c6aa +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/492eb72ca49fb7259a01123b6b557dcd +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/4c0a62e87ce0f4d493ecda1ec95edc86 +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/532a1301560c90201d5c45a9280cd6aa +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/60f6b54f5c28c6ba989c0bef67651eb8 +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/634f947263a9dad3630bcb82f993f501 +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/64a4ec8e11a49ecd704292cf88bb933f +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/6fe8009ed3794d8121d8e7aecb4886b2 +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/8ac51387eeb227d3eae66457f70bb432 +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/a4eee2c16d7225baa3590994501801a1 +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/a8c8b4cf14d078fdb0b05ba331fa0f29 +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/af74ee9b36abd748f265a90b6157a050 +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/c2680b7fe0e23bf6cdb5a11f109aa3ef +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/c6b9a2d89c207acb5a40f26035ef9d67 +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sprockets/d57b48f735a12d07d3f8c4a3598a4af7 +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sprockets/dd05c13ed512f437cc33e634c360c0c8 +0 -0
  92. data/test/dummy/tmp/cache/assets/development/sprockets/dee449466bbd42a74357d212450d6123 +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sprockets/e739fe521c001f47f3e1fba2533df7c0 +0 -0
  94. data/test/dummy/tmp/cache/assets/development/sprockets/eea61d079eea48127f145f0961eb8ffd +0 -0
  95. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  96. data/test/dummy/tmp/cache/assets/development/sprockets/fa462010dcbf2c0746f1a0c521625f63 +0 -0
  97. data/test/fixtures/fonts/fontcustom-manifest.yml +15 -0
  98. data/test/fixtures/fonts/icofont.eot +0 -0
  99. data/test/fixtures/fonts/icofont.svg +33 -0
  100. data/test/fixtures/fonts/icofont.ttf +0 -0
  101. data/test/fixtures/fonts/icofont.woff +0 -0
  102. data/test/fixtures/icofont.txt +2 -0
  103. data/test/icofont_test.rb +7 -0
  104. data/test/lib/icofont/font_processor_test.rb +54 -0
  105. data/test/lib/icofont/glyph_test.rb +21 -0
  106. data/test/lib/icofont/paths_test.rb +7 -0
  107. data/test/test_helper.rb +16 -0
  108. metadata +200 -4
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <style>
6
+ body {
7
+ background-color: #EFEFEF;
8
+ color: #2E2F30;
9
+ text-align: center;
10
+ font-family: arial, sans-serif;
11
+ }
12
+
13
+ div.dialog {
14
+ width: 25em;
15
+ margin: 4em auto 0 auto;
16
+ border: 1px solid #CCC;
17
+ border-right-color: #999;
18
+ border-left-color: #999;
19
+ border-bottom-color: #BBB;
20
+ border-top: #B00100 solid 4px;
21
+ border-top-left-radius: 9px;
22
+ border-top-right-radius: 9px;
23
+ background-color: white;
24
+ padding: 7px 4em 0 4em;
25
+ }
26
+
27
+ h1 {
28
+ font-size: 100%;
29
+ color: #730E15;
30
+ line-height: 1.5em;
31
+ }
32
+
33
+ body > p {
34
+ width: 33em;
35
+ margin: 0 auto 1em;
36
+ padding: 1em 0;
37
+ background-color: #F7F7F7;
38
+ border: 1px solid #CCC;
39
+ border-right-color: #999;
40
+ border-bottom-color: #999;
41
+ border-bottom-left-radius: 4px;
42
+ border-bottom-right-radius: 4px;
43
+ border-top-color: #DADADA;
44
+ color: #666;
45
+ box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
46
+ }
47
+ </style>
48
+ </head>
49
+
50
+ <body>
51
+ <!-- This file lives in public/404.html -->
52
+ <div class="dialog">
53
+ <h1>The page you were looking for doesn't exist.</h1>
54
+ <p>You may have mistyped the address or the page may have moved.</p>
55
+ </div>
56
+ <p>If you are the application owner check the logs for more information.</p>
57
+ </body>
58
+ </html>
@@ -0,0 +1,58 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <style>
6
+ body {
7
+ background-color: #EFEFEF;
8
+ color: #2E2F30;
9
+ text-align: center;
10
+ font-family: arial, sans-serif;
11
+ }
12
+
13
+ div.dialog {
14
+ width: 25em;
15
+ margin: 4em auto 0 auto;
16
+ border: 1px solid #CCC;
17
+ border-right-color: #999;
18
+ border-left-color: #999;
19
+ border-bottom-color: #BBB;
20
+ border-top: #B00100 solid 4px;
21
+ border-top-left-radius: 9px;
22
+ border-top-right-radius: 9px;
23
+ background-color: white;
24
+ padding: 7px 4em 0 4em;
25
+ }
26
+
27
+ h1 {
28
+ font-size: 100%;
29
+ color: #730E15;
30
+ line-height: 1.5em;
31
+ }
32
+
33
+ body > p {
34
+ width: 33em;
35
+ margin: 0 auto 1em;
36
+ padding: 1em 0;
37
+ background-color: #F7F7F7;
38
+ border: 1px solid #CCC;
39
+ border-right-color: #999;
40
+ border-bottom-color: #999;
41
+ border-bottom-left-radius: 4px;
42
+ border-bottom-right-radius: 4px;
43
+ border-top-color: #DADADA;
44
+ color: #666;
45
+ box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
46
+ }
47
+ </style>
48
+ </head>
49
+
50
+ <body>
51
+ <!-- This file lives in public/422.html -->
52
+ <div class="dialog">
53
+ <h1>The change you wanted was rejected.</h1>
54
+ <p>Maybe you tried to change something you didn't have access to.</p>
55
+ </div>
56
+ <p>If you are the application owner check the logs for more information.</p>
57
+ </body>
58
+ </html>
@@ -0,0 +1,57 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <style>
6
+ body {
7
+ background-color: #EFEFEF;
8
+ color: #2E2F30;
9
+ text-align: center;
10
+ font-family: arial, sans-serif;
11
+ }
12
+
13
+ div.dialog {
14
+ width: 25em;
15
+ margin: 4em auto 0 auto;
16
+ border: 1px solid #CCC;
17
+ border-right-color: #999;
18
+ border-left-color: #999;
19
+ border-bottom-color: #BBB;
20
+ border-top: #B00100 solid 4px;
21
+ border-top-left-radius: 9px;
22
+ border-top-right-radius: 9px;
23
+ background-color: white;
24
+ padding: 7px 4em 0 4em;
25
+ }
26
+
27
+ h1 {
28
+ font-size: 100%;
29
+ color: #730E15;
30
+ line-height: 1.5em;
31
+ }
32
+
33
+ body > p {
34
+ width: 33em;
35
+ margin: 0 auto 1em;
36
+ padding: 1em 0;
37
+ background-color: #F7F7F7;
38
+ border: 1px solid #CCC;
39
+ border-right-color: #999;
40
+ border-bottom-color: #999;
41
+ border-bottom-left-radius: 4px;
42
+ border-bottom-right-radius: 4px;
43
+ border-top-color: #DADADA;
44
+ color: #666;
45
+ box-shadow:0 3px 8px rgba(50, 50, 50, 0.17);
46
+ }
47
+ </style>
48
+ </head>
49
+
50
+ <body>
51
+ <!-- This file lives in public/500.html -->
52
+ <div class="dialog">
53
+ <h1>We're sorry, but something went wrong.</h1>
54
+ </div>
55
+ <p>If you are the application owner check the logs for more information.</p>
56
+ </body>
57
+ </html>
File without changes
@@ -0,0 +1,15 @@
1
+ {
2
+ "fonts": [
3
+ "/Users/artansinani/ror/icofont/icofont/test/fixtures/fonts/icofont.ttf",
4
+ "/Users/artansinani/ror/icofont/icofont/test/fixtures/fonts/icofont.woff",
5
+ "/Users/artansinani/ror/icofont/icofont/test/fixtures/fonts/icofont.eot",
6
+ "/Users/artansinani/ror/icofont/icofont/test/fixtures/fonts/icofont.svg"
7
+ ],
8
+ "templates": [
9
+ "/Users/artansinani/ror/icofont/icofont/test/fixtures/fonts/icofont.css.erb"
10
+ ],
11
+ "glyphs": [
12
+ "home",
13
+ "home2"
14
+ ]
15
+ }
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <!--
4
+ 2014-1-1: Created.
5
+ -->
6
+ <svg xmlns="http://www.w3.org/2000/svg">
7
+ <metadata>
8
+ Created by FontForge 20120731 at Wed Jan 1 19:18:47 2014
9
+ By Artan Sinani
10
+ Created by Artan Sinani with FontForge 2.0 (http://fontforge.sf.net)
11
+ </metadata>
12
+ <defs>
13
+ <font id="icofont" horiz-adv-x="512" >
14
+ <font-face
15
+ font-family="icofont"
16
+ font-weight="500"
17
+ font-stretch="normal"
18
+ units-per-em="512"
19
+ panose-1="2 0 6 9 0 0 0 0 0 0"
20
+ ascent="448"
21
+ descent="-64"
22
+ bbox="0 -32 512 432.509"
23
+ underline-thickness="25.6"
24
+ underline-position="-51.2"
25
+ unicode-range="U+F100-F101"
26
+ />
27
+ <missing-glyph />
28
+ <glyph glyph-name="uniF100" unicode="&#xf100;"
29
+ d="M512 152.778l-256 198.713l-256 -198.714v81.0186l256 198.713l256 -198.714v-81.0166zM448 160v-192h-128v128h-128v-128h-128v192l192 144z" />
30
+ <glyph glyph-name="uniF101" unicode="&#xf101;"
31
+ d="M512 144v-16h-64v-160h-160v96h-64v-96h-160v160h-64v16l256 256l96 -96v80h64v-144z" />
32
+ </font>
33
+ </defs></svg>
@@ -0,0 +1,2 @@
1
+ pencil
2
+ aid
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class IcofontTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, Icofont
6
+ end
7
+ end
@@ -0,0 +1,54 @@
1
+ require 'test_helper'
2
+ require 'fileutils'
3
+ require 'mocha/setup'
4
+
5
+ module Icofont
6
+ class FontProcessorTest < ActiveSupport::TestCase
7
+ include FileUtils::Verbose
8
+
9
+ test "generates files in correct paths" do
10
+
11
+ Paths.stubs(:output_fonts_path).returns(PathsDummy.root)
12
+ Paths.stubs(:output_css_path).returns(PathsDummy.output_css_path)
13
+ Paths.stubs(:manifest_path).returns(PathsDummy.manifest_path)
14
+
15
+ mkdir_p(Paths.output_css_path) unless Dir.exists?(Paths.output_css_path)
16
+
17
+ font_processor = FontProcessor.new(%w(home home2))
18
+ font_processor.generate
19
+
20
+ ['eot', 'ttf', 'woff', 'svg'].each do |f|
21
+ assert_exists File.expand_path(Paths.output_fonts_path, "icofont.´#{f}"), f
22
+ end
23
+ assert_exists File.join(Paths.output_css_path, "icofont.css.erb"), 'stylesheets'
24
+ end
25
+
26
+ private
27
+
28
+ def assert_exists(filename, msg = nil)
29
+ assert File.exists?(filename), msg
30
+ end
31
+ end
32
+
33
+
34
+ class PathsDummy
35
+ class << self
36
+ def output_fonts_path
37
+ root
38
+ end
39
+
40
+ def output_css_path
41
+ File.expand_path '../../../fixtures/stylesheets', __FILE__
42
+ end
43
+
44
+ def manifest_path
45
+ File.join root, 'fontcustom-manifest.yml'
46
+ end
47
+
48
+ def root
49
+ File.expand_path '../../../fixtures/fonts', __FILE__
50
+ end
51
+ end
52
+ end
53
+
54
+ end
@@ -0,0 +1,21 @@
1
+ require 'test_helper'
2
+
3
+ module Icofont
4
+ class GlyphTest < ActiveSupport::TestCase
5
+ setup do
6
+ glyphs_path = File.expand_path("../../../fixtures/icofont.txt", __FILE__)
7
+ Paths.stubs(:glyphs_path).returns(glyphs_path)
8
+ end
9
+
10
+ test "it stores and fetches glyphs" do
11
+ Glyph.store %w(home)
12
+ data = Glyph.fetch
13
+ assert_equal 'home', data[0], 'first'
14
+
15
+ Glyph.store %w(pencil aid)
16
+ data = Glyph.fetch
17
+ assert_equal 'pencil', data[0], 'second 1'
18
+ assert_equal 'aid', data[1], 'second 2'
19
+ end
20
+ end
21
+ end
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ module Icofont
4
+ class PathsTest < ActiveSupport::TestCase
5
+
6
+ end
7
+ end
@@ -0,0 +1,16 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
16
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icofont
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artan Sinani
@@ -15,6 +15,9 @@ dependencies:
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '4.0'
20
+ - - '>='
18
21
  - !ruby/object:Gem::Version
19
22
  version: 4.0.0
20
23
  type: :runtime
@@ -22,6 +25,9 @@ dependencies:
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '4.0'
30
+ - - '>='
25
31
  - !ruby/object:Gem::Version
26
32
  version: 4.0.0
27
33
  - !ruby/object:Gem::Dependency
@@ -73,8 +79,114 @@ email:
73
79
  executables: []
74
80
  extensions: []
75
81
  extra_rdoc_files: []
76
- files: []
77
- homepage: http://lugolabs.com
82
+ files:
83
+ - MIT-LICENSE
84
+ - README.rdoc
85
+ - Rakefile
86
+ - app/assets/images/icofont/icofont-admin.svg
87
+ - app/assets/javascripts/icofont/application.js
88
+ - app/assets/javascripts/icofont/icofont.js
89
+ - app/assets/stylesheets/icofont/application.css
90
+ - app/controllers/icofont/application_controller.rb
91
+ - app/controllers/icofont/glyphs_controller.rb
92
+ - app/controllers/icofont/home_controller.rb
93
+ - app/views/icofont/home/index.html.erb
94
+ - app/views/layouts/icofont/application.html.erb
95
+ - config/routes.rb
96
+ - lib/generators/icofont_generator.rb
97
+ - lib/icofont.rb
98
+ - lib/icofont/engine.rb
99
+ - lib/icofont/font_processor.rb
100
+ - lib/icofont/glyph.rb
101
+ - lib/icofont/paths.rb
102
+ - lib/icofont/templates/icofont.css.erb
103
+ - lib/icofont/version.rb
104
+ - lib/tasks/icofont.rake
105
+ - test/controllers/icofont/glyphs_controller_test.rb
106
+ - test/dummy/README.rdoc
107
+ - test/dummy/Rakefile
108
+ - test/dummy/app/assets/icofont/icofont.eot
109
+ - test/dummy/app/assets/icofont/icofont.svg
110
+ - test/dummy/app/assets/icofont/icofont.ttf
111
+ - test/dummy/app/assets/icofont/icofont.woff
112
+ - test/dummy/app/assets/javascripts/application.js
113
+ - test/dummy/app/assets/stylesheets/application.css
114
+ - test/dummy/app/assets/stylesheets/icofont.css.erb
115
+ - test/dummy/app/controllers/application_controller.rb
116
+ - test/dummy/app/controllers/home_controller.rb
117
+ - test/dummy/app/helpers/application_helper.rb
118
+ - test/dummy/app/views/home/index.html.erb
119
+ - test/dummy/app/views/layouts/application.html.erb
120
+ - test/dummy/bin/bundle
121
+ - test/dummy/bin/rails
122
+ - test/dummy/bin/rake
123
+ - test/dummy/config.ru
124
+ - test/dummy/config/application.rb
125
+ - test/dummy/config/boot.rb
126
+ - test/dummy/config/database.yml
127
+ - test/dummy/config/environment.rb
128
+ - test/dummy/config/environments/development.rb
129
+ - test/dummy/config/environments/production.rb
130
+ - test/dummy/config/environments/test.rb
131
+ - test/dummy/config/initializers/backtrace_silencers.rb
132
+ - test/dummy/config/initializers/filter_parameter_logging.rb
133
+ - test/dummy/config/initializers/inflections.rb
134
+ - test/dummy/config/initializers/mime_types.rb
135
+ - test/dummy/config/initializers/secret_token.rb
136
+ - test/dummy/config/initializers/session_store.rb
137
+ - test/dummy/config/initializers/wrap_parameters.rb
138
+ - test/dummy/config/locales/en.yml
139
+ - test/dummy/config/routes.rb
140
+ - test/dummy/db/development.sqlite3
141
+ - test/dummy/db/test.sqlite3
142
+ - test/dummy/log/development.log
143
+ - test/dummy/public/404.html
144
+ - test/dummy/public/422.html
145
+ - test/dummy/public/500.html
146
+ - test/dummy/public/favicon.ico
147
+ - test/dummy/tmp/cache/assets/development/sprockets/04829d347d9f68d358f7f3ed5b6cc26b
148
+ - test/dummy/tmp/cache/assets/development/sprockets/0d0aff83a39e4b56699824292d221f34
149
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
150
+ - test/dummy/tmp/cache/assets/development/sprockets/24d083ea390a819365fbe17c7ec05d59
151
+ - test/dummy/tmp/cache/assets/development/sprockets/24d84d0cc64aa34aa33579f9d48bfdea
152
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
153
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
154
+ - test/dummy/tmp/cache/assets/development/sprockets/413d4f812714ff32e3332c19ac4b0a6f
155
+ - test/dummy/tmp/cache/assets/development/sprockets/424b7c8f201f15b2d005a3aa03b1c6aa
156
+ - test/dummy/tmp/cache/assets/development/sprockets/492eb72ca49fb7259a01123b6b557dcd
157
+ - test/dummy/tmp/cache/assets/development/sprockets/4c0a62e87ce0f4d493ecda1ec95edc86
158
+ - test/dummy/tmp/cache/assets/development/sprockets/532a1301560c90201d5c45a9280cd6aa
159
+ - test/dummy/tmp/cache/assets/development/sprockets/60f6b54f5c28c6ba989c0bef67651eb8
160
+ - test/dummy/tmp/cache/assets/development/sprockets/634f947263a9dad3630bcb82f993f501
161
+ - test/dummy/tmp/cache/assets/development/sprockets/64a4ec8e11a49ecd704292cf88bb933f
162
+ - test/dummy/tmp/cache/assets/development/sprockets/6fe8009ed3794d8121d8e7aecb4886b2
163
+ - test/dummy/tmp/cache/assets/development/sprockets/8ac51387eeb227d3eae66457f70bb432
164
+ - test/dummy/tmp/cache/assets/development/sprockets/a4eee2c16d7225baa3590994501801a1
165
+ - test/dummy/tmp/cache/assets/development/sprockets/a8c8b4cf14d078fdb0b05ba331fa0f29
166
+ - test/dummy/tmp/cache/assets/development/sprockets/af74ee9b36abd748f265a90b6157a050
167
+ - test/dummy/tmp/cache/assets/development/sprockets/c2680b7fe0e23bf6cdb5a11f109aa3ef
168
+ - test/dummy/tmp/cache/assets/development/sprockets/c6b9a2d89c207acb5a40f26035ef9d67
169
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
170
+ - test/dummy/tmp/cache/assets/development/sprockets/d57b48f735a12d07d3f8c4a3598a4af7
171
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
172
+ - test/dummy/tmp/cache/assets/development/sprockets/dd05c13ed512f437cc33e634c360c0c8
173
+ - test/dummy/tmp/cache/assets/development/sprockets/dee449466bbd42a74357d212450d6123
174
+ - test/dummy/tmp/cache/assets/development/sprockets/e739fe521c001f47f3e1fba2533df7c0
175
+ - test/dummy/tmp/cache/assets/development/sprockets/eea61d079eea48127f145f0961eb8ffd
176
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
177
+ - test/dummy/tmp/cache/assets/development/sprockets/fa462010dcbf2c0746f1a0c521625f63
178
+ - test/fixtures/fonts/fontcustom-manifest.yml
179
+ - test/fixtures/fonts/icofont.eot
180
+ - test/fixtures/fonts/icofont.svg
181
+ - test/fixtures/fonts/icofont.ttf
182
+ - test/fixtures/fonts/icofont.woff
183
+ - test/fixtures/icofont.txt
184
+ - test/icofont_test.rb
185
+ - test/lib/icofont/font_processor_test.rb
186
+ - test/lib/icofont/glyph_test.rb
187
+ - test/lib/icofont/paths_test.rb
188
+ - test/test_helper.rb
189
+ homepage: https://github.com/lugolabs/icofont
78
190
  licenses:
79
191
  - MIT
80
192
  metadata: {}
@@ -98,4 +210,88 @@ rubygems_version: 2.2.0
98
210
  signing_key:
99
211
  specification_version: 4
100
212
  summary: Manage your icon fonts assets inside your application
101
- test_files: []
213
+ test_files:
214
+ - test/controllers/icofont/glyphs_controller_test.rb
215
+ - test/dummy/app/assets/icofont/icofont.eot
216
+ - test/dummy/app/assets/icofont/icofont.svg
217
+ - test/dummy/app/assets/icofont/icofont.ttf
218
+ - test/dummy/app/assets/icofont/icofont.woff
219
+ - test/dummy/app/assets/javascripts/application.js
220
+ - test/dummy/app/assets/stylesheets/application.css
221
+ - test/dummy/app/assets/stylesheets/icofont.css.erb
222
+ - test/dummy/app/controllers/application_controller.rb
223
+ - test/dummy/app/controllers/home_controller.rb
224
+ - test/dummy/app/helpers/application_helper.rb
225
+ - test/dummy/app/views/home/index.html.erb
226
+ - test/dummy/app/views/layouts/application.html.erb
227
+ - test/dummy/bin/bundle
228
+ - test/dummy/bin/rails
229
+ - test/dummy/bin/rake
230
+ - test/dummy/config/application.rb
231
+ - test/dummy/config/boot.rb
232
+ - test/dummy/config/database.yml
233
+ - test/dummy/config/environment.rb
234
+ - test/dummy/config/environments/development.rb
235
+ - test/dummy/config/environments/production.rb
236
+ - test/dummy/config/environments/test.rb
237
+ - test/dummy/config/initializers/backtrace_silencers.rb
238
+ - test/dummy/config/initializers/filter_parameter_logging.rb
239
+ - test/dummy/config/initializers/inflections.rb
240
+ - test/dummy/config/initializers/mime_types.rb
241
+ - test/dummy/config/initializers/secret_token.rb
242
+ - test/dummy/config/initializers/session_store.rb
243
+ - test/dummy/config/initializers/wrap_parameters.rb
244
+ - test/dummy/config/locales/en.yml
245
+ - test/dummy/config/routes.rb
246
+ - test/dummy/config.ru
247
+ - test/dummy/db/development.sqlite3
248
+ - test/dummy/db/test.sqlite3
249
+ - test/dummy/log/development.log
250
+ - test/dummy/public/404.html
251
+ - test/dummy/public/422.html
252
+ - test/dummy/public/500.html
253
+ - test/dummy/public/favicon.ico
254
+ - test/dummy/Rakefile
255
+ - test/dummy/README.rdoc
256
+ - test/dummy/tmp/cache/assets/development/sprockets/04829d347d9f68d358f7f3ed5b6cc26b
257
+ - test/dummy/tmp/cache/assets/development/sprockets/0d0aff83a39e4b56699824292d221f34
258
+ - test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705
259
+ - test/dummy/tmp/cache/assets/development/sprockets/24d083ea390a819365fbe17c7ec05d59
260
+ - test/dummy/tmp/cache/assets/development/sprockets/24d84d0cc64aa34aa33579f9d48bfdea
261
+ - test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af
262
+ - test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953
263
+ - test/dummy/tmp/cache/assets/development/sprockets/413d4f812714ff32e3332c19ac4b0a6f
264
+ - test/dummy/tmp/cache/assets/development/sprockets/424b7c8f201f15b2d005a3aa03b1c6aa
265
+ - test/dummy/tmp/cache/assets/development/sprockets/492eb72ca49fb7259a01123b6b557dcd
266
+ - test/dummy/tmp/cache/assets/development/sprockets/4c0a62e87ce0f4d493ecda1ec95edc86
267
+ - test/dummy/tmp/cache/assets/development/sprockets/532a1301560c90201d5c45a9280cd6aa
268
+ - test/dummy/tmp/cache/assets/development/sprockets/60f6b54f5c28c6ba989c0bef67651eb8
269
+ - test/dummy/tmp/cache/assets/development/sprockets/634f947263a9dad3630bcb82f993f501
270
+ - test/dummy/tmp/cache/assets/development/sprockets/64a4ec8e11a49ecd704292cf88bb933f
271
+ - test/dummy/tmp/cache/assets/development/sprockets/6fe8009ed3794d8121d8e7aecb4886b2
272
+ - test/dummy/tmp/cache/assets/development/sprockets/8ac51387eeb227d3eae66457f70bb432
273
+ - test/dummy/tmp/cache/assets/development/sprockets/a4eee2c16d7225baa3590994501801a1
274
+ - test/dummy/tmp/cache/assets/development/sprockets/a8c8b4cf14d078fdb0b05ba331fa0f29
275
+ - test/dummy/tmp/cache/assets/development/sprockets/af74ee9b36abd748f265a90b6157a050
276
+ - test/dummy/tmp/cache/assets/development/sprockets/c2680b7fe0e23bf6cdb5a11f109aa3ef
277
+ - test/dummy/tmp/cache/assets/development/sprockets/c6b9a2d89c207acb5a40f26035ef9d67
278
+ - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
279
+ - test/dummy/tmp/cache/assets/development/sprockets/d57b48f735a12d07d3f8c4a3598a4af7
280
+ - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
281
+ - test/dummy/tmp/cache/assets/development/sprockets/dd05c13ed512f437cc33e634c360c0c8
282
+ - test/dummy/tmp/cache/assets/development/sprockets/dee449466bbd42a74357d212450d6123
283
+ - test/dummy/tmp/cache/assets/development/sprockets/e739fe521c001f47f3e1fba2533df7c0
284
+ - test/dummy/tmp/cache/assets/development/sprockets/eea61d079eea48127f145f0961eb8ffd
285
+ - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
286
+ - test/dummy/tmp/cache/assets/development/sprockets/fa462010dcbf2c0746f1a0c521625f63
287
+ - test/fixtures/fonts/fontcustom-manifest.yml
288
+ - test/fixtures/fonts/icofont.eot
289
+ - test/fixtures/fonts/icofont.svg
290
+ - test/fixtures/fonts/icofont.ttf
291
+ - test/fixtures/fonts/icofont.woff
292
+ - test/fixtures/icofont.txt
293
+ - test/icofont_test.rb
294
+ - test/lib/icofont/font_processor_test.rb
295
+ - test/lib/icofont/glyph_test.rb
296
+ - test/lib/icofont/paths_test.rb
297
+ - test/test_helper.rb