fontello_rails_converter 0.4.1 → 0.4.2
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/CHANGELOG.md +5 -0
- data/README.md +8 -1
- data/lib/fontello_rails_converter/cli.rb +27 -8
- data/lib/fontello_rails_converter/version.rb +1 -1
- data/spec/cli_spec.rb +11 -6
- data/spec/dummy_rails_root/public/fontello-demo.html +309 -0
- data/spec/dummy_rails_root/vendor/assets/fonts/config.json +16 -0
- data/spec/dummy_rails_root/vendor/assets/fonts/test.eot +0 -0
- data/spec/dummy_rails_root/vendor/assets/fonts/test.svg +12 -0
- data/spec/dummy_rails_root/vendor/assets/fonts/test.ttf +0 -0
- data/spec/dummy_rails_root/vendor/assets/fonts/test.woff +0 -0
- data/spec/dummy_rails_root/vendor/assets/stylesheets/animation.css +85 -0
- data/spec/dummy_rails_root/vendor/assets/stylesheets/test-codes.css +2 -0
- data/spec/dummy_rails_root/vendor/assets/stylesheets/test-embedded.scss +57 -0
- data/spec/dummy_rails_root/vendor/assets/stylesheets/test-ie7-codes.css +2 -0
- data/spec/dummy_rails_root/vendor/assets/stylesheets/test-ie7.css +13 -0
- data/spec/dummy_rails_root/vendor/assets/stylesheets/test.scss +59 -0
- data/spec/fixtures/fontello/LICENSE.txt +12 -0
- data/spec/fixtures/fontello/README.txt +75 -0
- data/spec/fixtures/fontello/config.json +16 -0
- data/spec/fixtures/fontello/css/animation.css +85 -0
- data/spec/fixtures/fontello/css/test-codes.css +2 -0
- data/spec/fixtures/fontello/css/test-embedded.css +55 -0
- data/spec/fixtures/fontello/css/test-ie7-codes.css +2 -0
- data/spec/fixtures/fontello/css/test-ie7.css +13 -0
- data/spec/fixtures/fontello/css/test.css +57 -0
- data/spec/fixtures/fontello/demo.html +309 -0
- data/spec/fixtures/fontello/font/test.eot +0 -0
- data/spec/fixtures/fontello/font/test.svg +12 -0
- data/spec/fixtures/fontello/font/test.ttf +0 -0
- data/spec/fixtures/fontello/font/test.woff +0 -0
- metadata +54 -88
- data/spec/dummy/README.rdoc +0 -28
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/images/.keep +0 -0
- data/spec/dummy/app/assets/javascripts/application.js +0 -13
- data/spec/dummy/app/assets/stylesheets/application.css +0 -13
- data/spec/dummy/app/controllers/application_controller.rb +0 -5
- data/spec/dummy/app/controllers/concerns/.keep +0 -0
- data/spec/dummy/app/helpers/application_helper.rb +0 -2
- data/spec/dummy/app/mailers/.keep +0 -0
- data/spec/dummy/app/models/.keep +0 -0
- data/spec/dummy/app/models/concerns/.keep +0 -0
- data/spec/dummy/app/views/layouts/application.html.erb +0 -14
- data/spec/dummy/bin/bundle +0 -3
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/config/application.rb +0 -28
- data/spec/dummy/config/boot.rb +0 -5
- data/spec/dummy/config/database.yml +0 -25
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -29
- data/spec/dummy/config/environments/production.rb +0 -80
- data/spec/dummy/config/environments/test.rb +0 -36
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -4
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/initializers/mime_types.rb +0 -5
- data/spec/dummy/config/initializers/secret_token.rb +0 -12
- data/spec/dummy/config/initializers/session_store.rb +0 -3
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/locales/en.yml +0 -23
- data/spec/dummy/config/routes.rb +0 -56
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/schema.rb +0 -16
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/lib/assets/.keep +0 -0
- data/spec/dummy/log/.keep +0 -0
- data/spec/dummy/log/development.log +0 -7
- data/spec/dummy/public/404.html +0 -58
- data/spec/dummy/public/422.html +0 -58
- data/spec/dummy/public/500.html +0 -57
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/fixtures/config.json +0 -236
@@ -0,0 +1,309 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head><!--[if lt IE 9]><script language="javascript" type="text/javascript" src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
4
|
+
<meta charset="UTF-8"><style>/*
|
5
|
+
* Bootstrap v2.2.1
|
6
|
+
*
|
7
|
+
* Copyright 2012 Twitter, Inc
|
8
|
+
* Licensed under the Apache License v2.0
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
10
|
+
*
|
11
|
+
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
12
|
+
*/
|
13
|
+
.clearfix {
|
14
|
+
*zoom: 1;
|
15
|
+
}
|
16
|
+
.clearfix:before,
|
17
|
+
.clearfix:after {
|
18
|
+
display: table;
|
19
|
+
content: "";
|
20
|
+
line-height: 0;
|
21
|
+
}
|
22
|
+
.clearfix:after {
|
23
|
+
clear: both;
|
24
|
+
}
|
25
|
+
html {
|
26
|
+
font-size: 100%;
|
27
|
+
-webkit-text-size-adjust: 100%;
|
28
|
+
-ms-text-size-adjust: 100%;
|
29
|
+
}
|
30
|
+
a:focus {
|
31
|
+
outline: thin dotted #333;
|
32
|
+
outline: 5px auto -webkit-focus-ring-color;
|
33
|
+
outline-offset: -2px;
|
34
|
+
}
|
35
|
+
a:hover,
|
36
|
+
a:active {
|
37
|
+
outline: 0;
|
38
|
+
}
|
39
|
+
button,
|
40
|
+
input,
|
41
|
+
select,
|
42
|
+
textarea {
|
43
|
+
margin: 0;
|
44
|
+
font-size: 100%;
|
45
|
+
vertical-align: middle;
|
46
|
+
}
|
47
|
+
button,
|
48
|
+
input {
|
49
|
+
*overflow: visible;
|
50
|
+
line-height: normal;
|
51
|
+
}
|
52
|
+
button::-moz-focus-inner,
|
53
|
+
input::-moz-focus-inner {
|
54
|
+
padding: 0;
|
55
|
+
border: 0;
|
56
|
+
}
|
57
|
+
body {
|
58
|
+
margin: 0;
|
59
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
60
|
+
font-size: 14px;
|
61
|
+
line-height: 20px;
|
62
|
+
color: #333;
|
63
|
+
background-color: #fff;
|
64
|
+
}
|
65
|
+
a {
|
66
|
+
color: #08c;
|
67
|
+
text-decoration: none;
|
68
|
+
}
|
69
|
+
a:hover {
|
70
|
+
color: #005580;
|
71
|
+
text-decoration: underline;
|
72
|
+
}
|
73
|
+
.row {
|
74
|
+
margin-left: -20px;
|
75
|
+
*zoom: 1;
|
76
|
+
}
|
77
|
+
.row:before,
|
78
|
+
.row:after {
|
79
|
+
display: table;
|
80
|
+
content: "";
|
81
|
+
line-height: 0;
|
82
|
+
}
|
83
|
+
.row:after {
|
84
|
+
clear: both;
|
85
|
+
}
|
86
|
+
[class*="span"] {
|
87
|
+
float: left;
|
88
|
+
min-height: 1px;
|
89
|
+
margin-left: 20px;
|
90
|
+
}
|
91
|
+
.container,
|
92
|
+
.navbar-static-top .container,
|
93
|
+
.navbar-fixed-top .container,
|
94
|
+
.navbar-fixed-bottom .container {
|
95
|
+
width: 940px;
|
96
|
+
}
|
97
|
+
.span12 {
|
98
|
+
width: 940px;
|
99
|
+
}
|
100
|
+
.span11 {
|
101
|
+
width: 860px;
|
102
|
+
}
|
103
|
+
.span10 {
|
104
|
+
width: 780px;
|
105
|
+
}
|
106
|
+
.span9 {
|
107
|
+
width: 700px;
|
108
|
+
}
|
109
|
+
.span8 {
|
110
|
+
width: 620px;
|
111
|
+
}
|
112
|
+
.span7 {
|
113
|
+
width: 540px;
|
114
|
+
}
|
115
|
+
.span6 {
|
116
|
+
width: 460px;
|
117
|
+
}
|
118
|
+
.span5 {
|
119
|
+
width: 380px;
|
120
|
+
}
|
121
|
+
.span4 {
|
122
|
+
width: 300px;
|
123
|
+
}
|
124
|
+
.span3 {
|
125
|
+
width: 220px;
|
126
|
+
}
|
127
|
+
.span2 {
|
128
|
+
width: 140px;
|
129
|
+
}
|
130
|
+
.span1 {
|
131
|
+
width: 60px;
|
132
|
+
}
|
133
|
+
[class*="span"].pull-right,
|
134
|
+
.row-fluid [class*="span"].pull-right {
|
135
|
+
float: right;
|
136
|
+
}
|
137
|
+
.container {
|
138
|
+
margin-right: auto;
|
139
|
+
margin-left: auto;
|
140
|
+
*zoom: 1;
|
141
|
+
}
|
142
|
+
.container:before,
|
143
|
+
.container:after {
|
144
|
+
display: table;
|
145
|
+
content: "";
|
146
|
+
line-height: 0;
|
147
|
+
}
|
148
|
+
.container:after {
|
149
|
+
clear: both;
|
150
|
+
}
|
151
|
+
p {
|
152
|
+
margin: 0 0 10px;
|
153
|
+
}
|
154
|
+
.lead {
|
155
|
+
margin-bottom: 20px;
|
156
|
+
font-size: 21px;
|
157
|
+
font-weight: 200;
|
158
|
+
line-height: 30px;
|
159
|
+
}
|
160
|
+
small {
|
161
|
+
font-size: 85%;
|
162
|
+
}
|
163
|
+
h1 {
|
164
|
+
margin: 10px 0;
|
165
|
+
font-family: inherit;
|
166
|
+
font-weight: bold;
|
167
|
+
line-height: 20px;
|
168
|
+
color: inherit;
|
169
|
+
text-rendering: optimizelegibility;
|
170
|
+
}
|
171
|
+
h1 small {
|
172
|
+
font-weight: normal;
|
173
|
+
line-height: 1;
|
174
|
+
color: #999;
|
175
|
+
}
|
176
|
+
h1 {
|
177
|
+
line-height: 40px;
|
178
|
+
}
|
179
|
+
h1 {
|
180
|
+
font-size: 38.5px;
|
181
|
+
}
|
182
|
+
h1 small {
|
183
|
+
font-size: 24.5px;
|
184
|
+
}
|
185
|
+
body {
|
186
|
+
margin-top: 90px;
|
187
|
+
}
|
188
|
+
.header {
|
189
|
+
position: fixed;
|
190
|
+
top: 0;
|
191
|
+
left: 50%;
|
192
|
+
margin-left: -480px;
|
193
|
+
background-color: #fff;
|
194
|
+
border-bottom: 1px solid #ddd;
|
195
|
+
padding-top: 10px;
|
196
|
+
z-index: 10;
|
197
|
+
}
|
198
|
+
.footer {
|
199
|
+
color: #ddd;
|
200
|
+
font-size: 12px;
|
201
|
+
text-align: center;
|
202
|
+
margin-top: 20px;
|
203
|
+
}
|
204
|
+
.footer a {
|
205
|
+
color: #ccc;
|
206
|
+
text-decoration: underline;
|
207
|
+
}
|
208
|
+
.the-icons {
|
209
|
+
font-size: 14px;
|
210
|
+
line-height: 24px;
|
211
|
+
}
|
212
|
+
.switch {
|
213
|
+
position: absolute;
|
214
|
+
right: 0;
|
215
|
+
bottom: 10px;
|
216
|
+
color: #666;
|
217
|
+
}
|
218
|
+
.switch input {
|
219
|
+
margin-right: 0.3em;
|
220
|
+
}
|
221
|
+
.codesOn .i-name {
|
222
|
+
display: none;
|
223
|
+
}
|
224
|
+
.codesOn .i-code {
|
225
|
+
display: inline;
|
226
|
+
}
|
227
|
+
.i-code {
|
228
|
+
display: none;
|
229
|
+
}
|
230
|
+
@font-face {
|
231
|
+
font-family: 'test';
|
232
|
+
src: url('./font/test.eot?49862455');
|
233
|
+
src: url('./font/test.eot?49862455#iefix') format('embedded-opentype'),
|
234
|
+
url('./font/test.woff?49862455') format('woff'),
|
235
|
+
url('./font/test.ttf?49862455') format('truetype'),
|
236
|
+
url('./font/test.svg?49862455#test') format('svg');
|
237
|
+
font-weight: normal;
|
238
|
+
font-style: normal;
|
239
|
+
}
|
240
|
+
|
241
|
+
|
242
|
+
.demo-icon
|
243
|
+
{
|
244
|
+
font-family: "test";
|
245
|
+
font-style: normal;
|
246
|
+
font-weight: normal;
|
247
|
+
speak: none;
|
248
|
+
|
249
|
+
display: inline-block;
|
250
|
+
text-decoration: inherit;
|
251
|
+
width: 1em;
|
252
|
+
margin-right: .2em;
|
253
|
+
text-align: center;
|
254
|
+
/* opacity: .8; */
|
255
|
+
|
256
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
257
|
+
font-variant: normal;
|
258
|
+
text-transform: none;
|
259
|
+
|
260
|
+
/* fix buttons height, for twitter bootstrap */
|
261
|
+
line-height: 1em;
|
262
|
+
|
263
|
+
/* Animation center compensation - margins should be symmetric */
|
264
|
+
/* remove if not needed */
|
265
|
+
margin-left: .2em;
|
266
|
+
|
267
|
+
/* You can be more comfortable with increased icons size */
|
268
|
+
/* font-size: 120%; */
|
269
|
+
|
270
|
+
/* Font smoothing. That was taken from TWBS */
|
271
|
+
-webkit-font-smoothing: antialiased;
|
272
|
+
-moz-osx-font-smoothing: grayscale;
|
273
|
+
|
274
|
+
/* Uncomment for 3D effect */
|
275
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
276
|
+
}
|
277
|
+
</style>
|
278
|
+
<link rel="stylesheet" href="css/animation.css"><!--[if IE 7]><link rel="stylesheet" href="css/test-ie7.css"><![endif]-->
|
279
|
+
<script>
|
280
|
+
function toggleCodes(on) {
|
281
|
+
var obj = document.getElementById('icons');
|
282
|
+
|
283
|
+
if (on) {
|
284
|
+
obj.className += ' codesOn';
|
285
|
+
} else {
|
286
|
+
obj.className = obj.className.replace(' codesOn', '');
|
287
|
+
}
|
288
|
+
}
|
289
|
+
|
290
|
+
</script>
|
291
|
+
</head>
|
292
|
+
<body>
|
293
|
+
<div class="container header">
|
294
|
+
<h1>
|
295
|
+
test
|
296
|
+
<small>font demo</small>
|
297
|
+
</h1>
|
298
|
+
<label class="switch">
|
299
|
+
<input type="checkbox" onclick="toggleCodes(this.checked)">show codes
|
300
|
+
</label>
|
301
|
+
</div>
|
302
|
+
<div id="icons" class="container">
|
303
|
+
<div class="row">
|
304
|
+
<div title="Code: 0xe800" class="the-icons span3"><i class="demo-icon icon-glass"></i> <span class="i-name">icon-glass</span><span class="i-code">0xe800</span></div>
|
305
|
+
</div>
|
306
|
+
</div>
|
307
|
+
<div class="container footer">Generated by <a href="http://fontello.com">fontello.com</a></div>
|
308
|
+
</body>
|
309
|
+
</html>
|
Binary file
|
@@ -0,0 +1,12 @@
|
|
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
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4
|
+
<metadata>Copyright (C) 2015 by original authors @ fontello.com</metadata>
|
5
|
+
<defs>
|
6
|
+
<font id="test" horiz-adv-x="1000" >
|
7
|
+
<font-face font-family="test" font-weight="400" font-stretch="normal" units-per-em="1000" ascent="850" descent="-150" />
|
8
|
+
<missing-glyph horiz-adv-x="1000" />
|
9
|
+
<glyph glyph-name="glass" unicode="" d="m948 746q0-19-24-43l-353-353v-429h179q15 0 25-10t11-25-11-25-25-11h-500q-14 0-25 11t-11 25 11 25 25 10h179v429l-353 353q-24 24-24 43 0 13 10 21t21 9 24 3h786q13 0 24-3t21-9 10-21z" horiz-adv-x="1000" />
|
10
|
+
</font>
|
11
|
+
</defs>
|
12
|
+
</svg>
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fontello_rails_converter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakob Hilden
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
@@ -93,52 +93,35 @@ files:
|
|
93
93
|
- lib/fontello_rails_converter/railtie.rb
|
94
94
|
- lib/fontello_rails_converter/version.rb
|
95
95
|
- spec/cli_spec.rb
|
96
|
-
- spec/
|
97
|
-
- spec/
|
98
|
-
- spec/
|
99
|
-
- spec/
|
100
|
-
- spec/
|
101
|
-
- spec/
|
102
|
-
- spec/
|
103
|
-
- spec/
|
104
|
-
- spec/
|
105
|
-
- spec/
|
106
|
-
- spec/
|
107
|
-
- spec/
|
108
|
-
- spec/dummy/bin/bundle
|
109
|
-
- spec/dummy/bin/rails
|
110
|
-
- spec/dummy/bin/rake
|
111
|
-
- spec/dummy/config.ru
|
112
|
-
- spec/dummy/config/application.rb
|
113
|
-
- spec/dummy/config/boot.rb
|
114
|
-
- spec/dummy/config/database.yml
|
115
|
-
- spec/dummy/config/environment.rb
|
116
|
-
- spec/dummy/config/environments/development.rb
|
117
|
-
- spec/dummy/config/environments/production.rb
|
118
|
-
- spec/dummy/config/environments/test.rb
|
119
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
120
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
121
|
-
- spec/dummy/config/initializers/inflections.rb
|
122
|
-
- spec/dummy/config/initializers/mime_types.rb
|
123
|
-
- spec/dummy/config/initializers/secret_token.rb
|
124
|
-
- spec/dummy/config/initializers/session_store.rb
|
125
|
-
- spec/dummy/config/initializers/wrap_parameters.rb
|
126
|
-
- spec/dummy/config/locales/en.yml
|
127
|
-
- spec/dummy/config/routes.rb
|
128
|
-
- spec/dummy/db/development.sqlite3
|
129
|
-
- spec/dummy/db/schema.rb
|
130
|
-
- spec/dummy/db/test.sqlite3
|
131
|
-
- spec/dummy/lib/assets/.keep
|
132
|
-
- spec/dummy/log/.keep
|
133
|
-
- spec/dummy/log/development.log
|
134
|
-
- spec/dummy/public/404.html
|
135
|
-
- spec/dummy/public/422.html
|
136
|
-
- spec/dummy/public/500.html
|
137
|
-
- spec/dummy/public/favicon.ico
|
138
|
-
- spec/fixtures/config.json
|
96
|
+
- spec/dummy_rails_root/public/fontello-demo.html
|
97
|
+
- spec/dummy_rails_root/vendor/assets/fonts/config.json
|
98
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.eot
|
99
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.svg
|
100
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.ttf
|
101
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.woff
|
102
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/animation.css
|
103
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-codes.css
|
104
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-embedded.scss
|
105
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-ie7-codes.css
|
106
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-ie7.css
|
107
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test.scss
|
139
108
|
- spec/fixtures/converted/fontello-demo.html
|
140
109
|
- spec/fixtures/empty_name_config.json
|
141
110
|
- spec/fixtures/fontello-demo.html
|
111
|
+
- spec/fixtures/fontello/LICENSE.txt
|
112
|
+
- spec/fixtures/fontello/README.txt
|
113
|
+
- spec/fixtures/fontello/config.json
|
114
|
+
- spec/fixtures/fontello/css/animation.css
|
115
|
+
- spec/fixtures/fontello/css/test-codes.css
|
116
|
+
- spec/fixtures/fontello/css/test-embedded.css
|
117
|
+
- spec/fixtures/fontello/css/test-ie7-codes.css
|
118
|
+
- spec/fixtures/fontello/css/test-ie7.css
|
119
|
+
- spec/fixtures/fontello/css/test.css
|
120
|
+
- spec/fixtures/fontello/demo.html
|
121
|
+
- spec/fixtures/fontello/font/test.eot
|
122
|
+
- spec/fixtures/fontello/font/test.svg
|
123
|
+
- spec/fixtures/fontello/font/test.ttf
|
124
|
+
- spec/fixtures/fontello/font/test.woff
|
142
125
|
- spec/fixtures/fontello_session_id_changing
|
143
126
|
- spec/fixtures/fontello_session_id_empty
|
144
127
|
- spec/fixtures/fontello_session_id_persisted
|
@@ -172,52 +155,35 @@ summary: CLI gem for comfortably working with custom icon fonts from fontello.co
|
|
172
155
|
in your Rails apps
|
173
156
|
test_files:
|
174
157
|
- spec/cli_spec.rb
|
175
|
-
- spec/
|
176
|
-
- spec/
|
177
|
-
- spec/
|
178
|
-
- spec/
|
179
|
-
- spec/
|
180
|
-
- spec/
|
181
|
-
- spec/
|
182
|
-
- spec/
|
183
|
-
- spec/
|
184
|
-
- spec/
|
185
|
-
- spec/
|
186
|
-
- spec/
|
187
|
-
- spec/dummy/bin/bundle
|
188
|
-
- spec/dummy/bin/rails
|
189
|
-
- spec/dummy/bin/rake
|
190
|
-
- spec/dummy/config.ru
|
191
|
-
- spec/dummy/config/application.rb
|
192
|
-
- spec/dummy/config/boot.rb
|
193
|
-
- spec/dummy/config/database.yml
|
194
|
-
- spec/dummy/config/environment.rb
|
195
|
-
- spec/dummy/config/environments/development.rb
|
196
|
-
- spec/dummy/config/environments/production.rb
|
197
|
-
- spec/dummy/config/environments/test.rb
|
198
|
-
- spec/dummy/config/initializers/backtrace_silencers.rb
|
199
|
-
- spec/dummy/config/initializers/filter_parameter_logging.rb
|
200
|
-
- spec/dummy/config/initializers/inflections.rb
|
201
|
-
- spec/dummy/config/initializers/mime_types.rb
|
202
|
-
- spec/dummy/config/initializers/secret_token.rb
|
203
|
-
- spec/dummy/config/initializers/session_store.rb
|
204
|
-
- spec/dummy/config/initializers/wrap_parameters.rb
|
205
|
-
- spec/dummy/config/locales/en.yml
|
206
|
-
- spec/dummy/config/routes.rb
|
207
|
-
- spec/dummy/db/development.sqlite3
|
208
|
-
- spec/dummy/db/schema.rb
|
209
|
-
- spec/dummy/db/test.sqlite3
|
210
|
-
- spec/dummy/lib/assets/.keep
|
211
|
-
- spec/dummy/log/.keep
|
212
|
-
- spec/dummy/log/development.log
|
213
|
-
- spec/dummy/public/404.html
|
214
|
-
- spec/dummy/public/422.html
|
215
|
-
- spec/dummy/public/500.html
|
216
|
-
- spec/dummy/public/favicon.ico
|
217
|
-
- spec/fixtures/config.json
|
158
|
+
- spec/dummy_rails_root/public/fontello-demo.html
|
159
|
+
- spec/dummy_rails_root/vendor/assets/fonts/config.json
|
160
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.eot
|
161
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.svg
|
162
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.ttf
|
163
|
+
- spec/dummy_rails_root/vendor/assets/fonts/test.woff
|
164
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/animation.css
|
165
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-codes.css
|
166
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-embedded.scss
|
167
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-ie7-codes.css
|
168
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test-ie7.css
|
169
|
+
- spec/dummy_rails_root/vendor/assets/stylesheets/test.scss
|
218
170
|
- spec/fixtures/converted/fontello-demo.html
|
219
171
|
- spec/fixtures/empty_name_config.json
|
220
172
|
- spec/fixtures/fontello-demo.html
|
173
|
+
- spec/fixtures/fontello/LICENSE.txt
|
174
|
+
- spec/fixtures/fontello/README.txt
|
175
|
+
- spec/fixtures/fontello/config.json
|
176
|
+
- spec/fixtures/fontello/css/animation.css
|
177
|
+
- spec/fixtures/fontello/css/test-codes.css
|
178
|
+
- spec/fixtures/fontello/css/test-embedded.css
|
179
|
+
- spec/fixtures/fontello/css/test-ie7-codes.css
|
180
|
+
- spec/fixtures/fontello/css/test-ie7.css
|
181
|
+
- spec/fixtures/fontello/css/test.css
|
182
|
+
- spec/fixtures/fontello/demo.html
|
183
|
+
- spec/fixtures/fontello/font/test.eot
|
184
|
+
- spec/fixtures/fontello/font/test.svg
|
185
|
+
- spec/fixtures/fontello/font/test.ttf
|
186
|
+
- spec/fixtures/fontello/font/test.woff
|
221
187
|
- spec/fixtures/fontello_session_id_changing
|
222
188
|
- spec/fixtures/fontello_session_id_empty
|
223
189
|
- spec/fixtures/fontello_session_id_persisted
|
data/spec/dummy/README.rdoc
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
== README
|
2
|
-
|
3
|
-
This README would normally document whatever steps are necessary to get the
|
4
|
-
application up and running.
|
5
|
-
|
6
|
-
Things you may want to cover:
|
7
|
-
|
8
|
-
* Ruby version
|
9
|
-
|
10
|
-
* System dependencies
|
11
|
-
|
12
|
-
* Configuration
|
13
|
-
|
14
|
-
* Database creation
|
15
|
-
|
16
|
-
* Database initialization
|
17
|
-
|
18
|
-
* How to run the test suite
|
19
|
-
|
20
|
-
* Services (job queues, cache servers, search engines, etc.)
|
21
|
-
|
22
|
-
* Deployment instructions
|
23
|
-
|
24
|
-
* ...
|
25
|
-
|
26
|
-
|
27
|
-
Please feel free to use a different markup language if you do not plan to run
|
28
|
-
<tt>rake doc:app</tt>.
|
data/spec/dummy/Rakefile
DELETED
File without changes
|
@@ -1,13 +0,0 @@
|
|
1
|
-
// This is a manifest file that'll be compiled into application.js, which will include all the files
|
2
|
-
// listed below.
|
3
|
-
//
|
4
|
-
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
|
5
|
-
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
|
6
|
-
//
|
7
|
-
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
8
|
-
// compiled file.
|
9
|
-
//
|
10
|
-
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
|
11
|
-
// about supported directives.
|
12
|
-
//
|
13
|
-
//= require_tree .
|
@@ -1,13 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the top of the
|
9
|
-
* compiled file, but it's generally better to create a new file per style scope.
|
10
|
-
*
|
11
|
-
*= require_self
|
12
|
-
*= require_tree .
|
13
|
-
*/
|
File without changes
|
File without changes
|
data/spec/dummy/app/models/.keep
DELETED
File without changes
|
File without changes
|
@@ -1,14 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<title>Dummy</title>
|
5
|
-
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
6
|
-
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
7
|
-
<%= csrf_meta_tags %>
|
8
|
-
</head>
|
9
|
-
<body>
|
10
|
-
|
11
|
-
<%= yield %>
|
12
|
-
|
13
|
-
</body>
|
14
|
-
</html>
|
data/spec/dummy/bin/bundle
DELETED
data/spec/dummy/bin/rails
DELETED
data/spec/dummy/bin/rake
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
require File.expand_path('../boot', __FILE__)
|
2
|
-
|
3
|
-
# Pick the frameworks you want:
|
4
|
-
require "active_record/railtie"
|
5
|
-
require "action_controller/railtie"
|
6
|
-
require "action_mailer/railtie"
|
7
|
-
require "sprockets/railtie"
|
8
|
-
# require "rails/test_unit/railtie"
|
9
|
-
|
10
|
-
Bundler.require(*Rails.groups)
|
11
|
-
require "fontello_rails_converter"
|
12
|
-
|
13
|
-
module Dummy
|
14
|
-
class Application < Rails::Application
|
15
|
-
# Settings in config/environments/* take precedence over those specified here.
|
16
|
-
# Application configuration should go into files in config/initializers
|
17
|
-
# -- all .rb files in that directory are automatically loaded.
|
18
|
-
|
19
|
-
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
20
|
-
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
|
21
|
-
# config.time_zone = 'Central Time (US & Canada)'
|
22
|
-
|
23
|
-
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
24
|
-
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
25
|
-
# config.i18n.default_locale = :de
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
data/spec/dummy/config/boot.rb
DELETED