normalize-rails 3.0.1 → 8.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/LICENSE +21 -1
- data/README.md +1 -1
- data/lib/normalize-rails/version.rb +1 -1
- data/vendor/assets/stylesheets/index.scss +1 -1
- data/vendor/assets/stylesheets/normalize-rails.scss +1 -1
- data/vendor/assets/stylesheets/normalize-rails/normalize.css +158 -234
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 559f90794f47200f435853a187bd13f96ecf3ae08f094952985cff700b9d7cea
|
4
|
+
data.tar.gz: e0bf02d55a75b8a6e80064ca006f36a92f35edfc41ef101243826c5a45d03331
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6f43d6dbb63f0966527ea96668de4830719f67ccbc18c143fd5dd69ff13a4ec3a51354ac7caf0096651af19f35515442b889607121148b7450ae08c813f4e4b
|
7
|
+
data.tar.gz: a66476bc8d7d62b6fdd0ab269b6ba1ed4c09c1d3c9a5c8890427cb51f8e3eb3f0bfabdcb3164f432e581b88d59aabd24fc0436ac83d8608751ff4f6e909470db
|
data/.gitignore
CHANGED
data/LICENSE
CHANGED
@@ -1 +1,21 @@
|
|
1
|
-
|
1
|
+
# The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright © Mark McConachie and Paul Beattie
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
7
|
+
the Software without restriction, including without limitation the rights to
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
9
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
10
|
+
so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -1 +1 @@
|
|
1
|
-
@import 'normalize-rails/normalize'
|
1
|
+
@import 'normalize-rails/normalize';
|
@@ -1 +1 @@
|
|
1
|
-
@import 'normalize-rails/normalize'
|
1
|
+
@import 'normalize-rails/normalize';
|
@@ -1,151 +1,116 @@
|
|
1
|
-
/*! normalize.css
|
1
|
+
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
2
|
+
|
3
|
+
/* Document
|
4
|
+
========================================================================== */
|
2
5
|
|
3
6
|
/**
|
4
|
-
* 1.
|
5
|
-
* 2. Prevent
|
6
|
-
* user zoom.
|
7
|
+
* 1. Correct the line height in all browsers.
|
8
|
+
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
7
9
|
*/
|
8
10
|
|
9
11
|
html {
|
10
|
-
|
11
|
-
-ms-text-size-adjust: 100%; /* 2 */
|
12
|
+
line-height: 1.15; /* 1 */
|
12
13
|
-webkit-text-size-adjust: 100%; /* 2 */
|
13
14
|
}
|
14
15
|
|
15
|
-
|
16
|
-
* Remove default margin.
|
17
|
-
*/
|
18
|
-
|
19
|
-
body {
|
20
|
-
margin: 0;
|
21
|
-
}
|
22
|
-
|
23
|
-
/* HTML5 display definitions
|
16
|
+
/* Sections
|
24
17
|
========================================================================== */
|
25
18
|
|
26
19
|
/**
|
27
|
-
*
|
28
|
-
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
|
29
|
-
* Correct `block` display not defined for `main` in IE 11.
|
30
|
-
*/
|
31
|
-
|
32
|
-
article,
|
33
|
-
aside,
|
34
|
-
details,
|
35
|
-
figcaption,
|
36
|
-
figure,
|
37
|
-
footer,
|
38
|
-
header,
|
39
|
-
hgroup,
|
40
|
-
main,
|
41
|
-
nav,
|
42
|
-
section,
|
43
|
-
summary {
|
44
|
-
display: block;
|
45
|
-
}
|
46
|
-
|
47
|
-
/**
|
48
|
-
* 1. Correct `inline-block` display not defined in IE 8/9.
|
49
|
-
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
20
|
+
* Remove the margin in all browsers.
|
50
21
|
*/
|
51
22
|
|
52
|
-
|
53
|
-
|
54
|
-
progress,
|
55
|
-
video {
|
56
|
-
display: inline-block; /* 1 */
|
57
|
-
vertical-align: baseline; /* 2 */
|
23
|
+
body {
|
24
|
+
margin: 0;
|
58
25
|
}
|
59
26
|
|
60
27
|
/**
|
61
|
-
*
|
62
|
-
* Remove excess height in iOS 5 devices.
|
28
|
+
* Render the `main` element consistently in IE.
|
63
29
|
*/
|
64
30
|
|
65
|
-
|
66
|
-
display:
|
67
|
-
height: 0;
|
31
|
+
main {
|
32
|
+
display: block;
|
68
33
|
}
|
69
34
|
|
70
35
|
/**
|
71
|
-
*
|
72
|
-
*
|
36
|
+
* Correct the font size and margin on `h1` elements within `section` and
|
37
|
+
* `article` contexts in Chrome, Firefox, and Safari.
|
73
38
|
*/
|
74
39
|
|
75
|
-
|
76
|
-
|
77
|
-
|
40
|
+
h1 {
|
41
|
+
font-size: 2em;
|
42
|
+
margin: 0.67em 0;
|
78
43
|
}
|
79
44
|
|
80
|
-
/*
|
45
|
+
/* Grouping content
|
81
46
|
========================================================================== */
|
82
47
|
|
83
48
|
/**
|
84
|
-
*
|
49
|
+
* 1. Add the correct box sizing in Firefox.
|
50
|
+
* 2. Show the overflow in Edge and IE.
|
85
51
|
*/
|
86
52
|
|
87
|
-
|
88
|
-
|
53
|
+
hr {
|
54
|
+
box-sizing: content-box; /* 1 */
|
55
|
+
height: 0; /* 1 */
|
56
|
+
overflow: visible; /* 2 */
|
89
57
|
}
|
90
58
|
|
91
59
|
/**
|
92
|
-
*
|
60
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
61
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
93
62
|
*/
|
94
63
|
|
95
|
-
|
96
|
-
|
97
|
-
|
64
|
+
pre {
|
65
|
+
font-family: monospace, monospace; /* 1 */
|
66
|
+
font-size: 1em; /* 2 */
|
98
67
|
}
|
99
68
|
|
100
69
|
/* Text-level semantics
|
101
70
|
========================================================================== */
|
102
71
|
|
103
72
|
/**
|
104
|
-
*
|
105
|
-
*/
|
106
|
-
|
107
|
-
abbr[title] {
|
108
|
-
border-bottom: 1px dotted;
|
109
|
-
}
|
110
|
-
|
111
|
-
/**
|
112
|
-
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
73
|
+
* Remove the gray background on active links in IE 10.
|
113
74
|
*/
|
114
75
|
|
115
|
-
|
116
|
-
|
117
|
-
font-weight: bold;
|
76
|
+
a {
|
77
|
+
background-color: transparent;
|
118
78
|
}
|
119
79
|
|
120
80
|
/**
|
121
|
-
*
|
81
|
+
* 1. Remove the bottom border in Chrome 57-
|
82
|
+
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
122
83
|
*/
|
123
84
|
|
124
|
-
|
125
|
-
|
85
|
+
abbr[title] {
|
86
|
+
border-bottom: none; /* 1 */
|
87
|
+
text-decoration: underline; /* 2 */
|
88
|
+
text-decoration: underline dotted; /* 2 */
|
126
89
|
}
|
127
90
|
|
128
91
|
/**
|
129
|
-
*
|
130
|
-
* contexts in Firefox 4+, Safari, and Chrome.
|
92
|
+
* Add the correct font weight in Chrome, Edge, and Safari.
|
131
93
|
*/
|
132
94
|
|
133
|
-
|
134
|
-
|
135
|
-
|
95
|
+
b,
|
96
|
+
strong {
|
97
|
+
font-weight: bolder;
|
136
98
|
}
|
137
99
|
|
138
100
|
/**
|
139
|
-
*
|
101
|
+
* 1. Correct the inheritance and scaling of font size in all browsers.
|
102
|
+
* 2. Correct the odd `em` font sizing in all browsers.
|
140
103
|
*/
|
141
104
|
|
142
|
-
|
143
|
-
|
144
|
-
|
105
|
+
code,
|
106
|
+
kbd,
|
107
|
+
samp {
|
108
|
+
font-family: monospace, monospace; /* 1 */
|
109
|
+
font-size: 1em; /* 2 */
|
145
110
|
}
|
146
111
|
|
147
112
|
/**
|
148
|
-
*
|
113
|
+
* Add the correct font size in all browsers.
|
149
114
|
*/
|
150
115
|
|
151
116
|
small {
|
@@ -153,7 +118,8 @@ small {
|
|
153
118
|
}
|
154
119
|
|
155
120
|
/**
|
156
|
-
* Prevent `sub` and `sup` affecting
|
121
|
+
* Prevent `sub` and `sup` elements from affecting the line height in
|
122
|
+
* all browsers.
|
157
123
|
*/
|
158
124
|
|
159
125
|
sub,
|
@@ -164,262 +130,220 @@ sup {
|
|
164
130
|
vertical-align: baseline;
|
165
131
|
}
|
166
132
|
|
167
|
-
sup {
|
168
|
-
top: -0.5em;
|
169
|
-
}
|
170
|
-
|
171
133
|
sub {
|
172
134
|
bottom: -0.25em;
|
173
135
|
}
|
174
136
|
|
137
|
+
sup {
|
138
|
+
top: -0.5em;
|
139
|
+
}
|
140
|
+
|
175
141
|
/* Embedded content
|
176
142
|
========================================================================== */
|
177
143
|
|
178
144
|
/**
|
179
|
-
* Remove border
|
145
|
+
* Remove the border on images inside links in IE 10.
|
180
146
|
*/
|
181
147
|
|
182
148
|
img {
|
183
|
-
border:
|
184
|
-
}
|
185
|
-
|
186
|
-
/**
|
187
|
-
* Correct overflow not hidden in IE 9/10/11.
|
188
|
-
*/
|
189
|
-
|
190
|
-
svg:not(:root) {
|
191
|
-
overflow: hidden;
|
149
|
+
border-style: none;
|
192
150
|
}
|
193
151
|
|
194
|
-
/*
|
152
|
+
/* Forms
|
195
153
|
========================================================================== */
|
196
154
|
|
197
155
|
/**
|
198
|
-
*
|
156
|
+
* 1. Change the font styles in all browsers.
|
157
|
+
* 2. Remove the margin in Firefox and Safari.
|
199
158
|
*/
|
200
159
|
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
*/
|
208
|
-
|
209
|
-
|
210
|
-
-moz-box-sizing: content-box;
|
211
|
-
box-sizing: content-box;
|
212
|
-
height: 0;
|
160
|
+
button,
|
161
|
+
input,
|
162
|
+
optgroup,
|
163
|
+
select,
|
164
|
+
textarea {
|
165
|
+
font-family: inherit; /* 1 */
|
166
|
+
font-size: 100%; /* 1 */
|
167
|
+
line-height: 1.15; /* 1 */
|
168
|
+
margin: 0; /* 2 */
|
213
169
|
}
|
214
170
|
|
215
171
|
/**
|
216
|
-
*
|
172
|
+
* Show the overflow in IE.
|
173
|
+
* 1. Show the overflow in Edge.
|
217
174
|
*/
|
218
175
|
|
219
|
-
|
220
|
-
|
176
|
+
button,
|
177
|
+
input { /* 1 */
|
178
|
+
overflow: visible;
|
221
179
|
}
|
222
180
|
|
223
181
|
/**
|
224
|
-
*
|
182
|
+
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
183
|
+
* 1. Remove the inheritance of text transform in Firefox.
|
225
184
|
*/
|
226
185
|
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
samp {
|
231
|
-
font-family: monospace, monospace;
|
232
|
-
font-size: 1em;
|
186
|
+
button,
|
187
|
+
select { /* 1 */
|
188
|
+
text-transform: none;
|
233
189
|
}
|
234
190
|
|
235
|
-
/* Forms
|
236
|
-
========================================================================== */
|
237
|
-
|
238
|
-
/**
|
239
|
-
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
240
|
-
* styling of `select`, unless a `border` property is set.
|
241
|
-
*/
|
242
|
-
|
243
191
|
/**
|
244
|
-
*
|
245
|
-
* Known issue: affects color of disabled elements.
|
246
|
-
* 2. Correct font properties not being inherited.
|
247
|
-
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
192
|
+
* Correct the inability to style clickable types in iOS and Safari.
|
248
193
|
*/
|
249
194
|
|
250
195
|
button,
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
color: inherit; /* 1 */
|
256
|
-
font: inherit; /* 2 */
|
257
|
-
margin: 0; /* 3 */
|
196
|
+
[type="button"],
|
197
|
+
[type="reset"],
|
198
|
+
[type="submit"] {
|
199
|
+
-webkit-appearance: button;
|
258
200
|
}
|
259
201
|
|
260
202
|
/**
|
261
|
-
*
|
203
|
+
* Remove the inner border and padding in Firefox.
|
262
204
|
*/
|
263
205
|
|
264
|
-
button
|
265
|
-
|
206
|
+
button::-moz-focus-inner,
|
207
|
+
[type="button"]::-moz-focus-inner,
|
208
|
+
[type="reset"]::-moz-focus-inner,
|
209
|
+
[type="submit"]::-moz-focus-inner {
|
210
|
+
border-style: none;
|
211
|
+
padding: 0;
|
266
212
|
}
|
267
213
|
|
268
214
|
/**
|
269
|
-
*
|
270
|
-
* All other form control elements do not inherit `text-transform` values.
|
271
|
-
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
272
|
-
* Correct `select` style inheritance in Firefox.
|
215
|
+
* Restore the focus styles unset by the previous rule.
|
273
216
|
*/
|
274
217
|
|
275
|
-
button,
|
276
|
-
|
277
|
-
|
218
|
+
button:-moz-focusring,
|
219
|
+
[type="button"]:-moz-focusring,
|
220
|
+
[type="reset"]:-moz-focusring,
|
221
|
+
[type="submit"]:-moz-focusring {
|
222
|
+
outline: 1px dotted ButtonText;
|
278
223
|
}
|
279
224
|
|
280
225
|
/**
|
281
|
-
*
|
282
|
-
* and `video` controls.
|
283
|
-
* 2. Correct inability to style clickable `input` types in iOS.
|
284
|
-
* 3. Improve usability and consistency of cursor style between image-type
|
285
|
-
* `input` and others.
|
226
|
+
* Correct the padding in Firefox.
|
286
227
|
*/
|
287
228
|
|
288
|
-
|
289
|
-
|
290
|
-
input[type="reset"],
|
291
|
-
input[type="submit"] {
|
292
|
-
-webkit-appearance: button; /* 2 */
|
293
|
-
cursor: pointer; /* 3 */
|
229
|
+
fieldset {
|
230
|
+
padding: 0.35em 0.75em 0.625em;
|
294
231
|
}
|
295
232
|
|
296
233
|
/**
|
297
|
-
*
|
234
|
+
* 1. Correct the text wrapping in Edge and IE.
|
235
|
+
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
236
|
+
* 3. Remove the padding so developers are not caught out when they zero out
|
237
|
+
* `fieldset` elements in all browsers.
|
298
238
|
*/
|
299
239
|
|
300
|
-
|
301
|
-
|
302
|
-
|
240
|
+
legend {
|
241
|
+
box-sizing: border-box; /* 1 */
|
242
|
+
color: inherit; /* 2 */
|
243
|
+
display: table; /* 1 */
|
244
|
+
max-width: 100%; /* 1 */
|
245
|
+
padding: 0; /* 3 */
|
246
|
+
white-space: normal; /* 1 */
|
303
247
|
}
|
304
248
|
|
305
249
|
/**
|
306
|
-
*
|
250
|
+
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
307
251
|
*/
|
308
252
|
|
309
|
-
|
310
|
-
|
311
|
-
border: 0;
|
312
|
-
padding: 0;
|
253
|
+
progress {
|
254
|
+
vertical-align: baseline;
|
313
255
|
}
|
314
256
|
|
315
257
|
/**
|
316
|
-
*
|
317
|
-
* the UA stylesheet.
|
258
|
+
* Remove the default vertical scrollbar in IE 10+.
|
318
259
|
*/
|
319
260
|
|
320
|
-
|
321
|
-
|
261
|
+
textarea {
|
262
|
+
overflow: auto;
|
322
263
|
}
|
323
264
|
|
324
265
|
/**
|
325
|
-
*
|
326
|
-
*
|
327
|
-
*
|
328
|
-
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
329
|
-
* 2. Remove excess padding in IE 8/9/10.
|
266
|
+
* 1. Add the correct box sizing in IE 10.
|
267
|
+
* 2. Remove the padding in IE 10.
|
330
268
|
*/
|
331
269
|
|
332
|
-
|
333
|
-
|
270
|
+
[type="checkbox"],
|
271
|
+
[type="radio"] {
|
334
272
|
box-sizing: border-box; /* 1 */
|
335
273
|
padding: 0; /* 2 */
|
336
274
|
}
|
337
275
|
|
338
276
|
/**
|
339
|
-
*
|
340
|
-
* `font-size` values of the `input`, it causes the cursor style of the
|
341
|
-
* decrement button to change from `default` to `text`.
|
277
|
+
* Correct the cursor style of increment and decrement buttons in Chrome.
|
342
278
|
*/
|
343
279
|
|
344
|
-
|
345
|
-
|
280
|
+
[type="number"]::-webkit-inner-spin-button,
|
281
|
+
[type="number"]::-webkit-outer-spin-button {
|
346
282
|
height: auto;
|
347
283
|
}
|
348
284
|
|
349
285
|
/**
|
350
|
-
* 1.
|
351
|
-
* 2.
|
352
|
-
* (include `-moz` to future-proof).
|
286
|
+
* 1. Correct the odd appearance in Chrome and Safari.
|
287
|
+
* 2. Correct the outline style in Safari.
|
353
288
|
*/
|
354
289
|
|
355
|
-
|
290
|
+
[type="search"] {
|
356
291
|
-webkit-appearance: textfield; /* 1 */
|
357
|
-
-
|
358
|
-
-webkit-box-sizing: content-box; /* 2 */
|
359
|
-
box-sizing: content-box;
|
292
|
+
outline-offset: -2px; /* 2 */
|
360
293
|
}
|
361
294
|
|
362
295
|
/**
|
363
|
-
* Remove inner padding
|
364
|
-
* Safari (but not Chrome) clips the cancel button when the search input has
|
365
|
-
* padding (and `textfield` appearance).
|
296
|
+
* Remove the inner padding in Chrome and Safari on macOS.
|
366
297
|
*/
|
367
298
|
|
368
|
-
|
369
|
-
input[type="search"]::-webkit-search-decoration {
|
299
|
+
[type="search"]::-webkit-search-decoration {
|
370
300
|
-webkit-appearance: none;
|
371
301
|
}
|
372
302
|
|
373
303
|
/**
|
374
|
-
*
|
304
|
+
* 1. Correct the inability to style clickable types in iOS and Safari.
|
305
|
+
* 2. Change font properties to `inherit` in Safari.
|
375
306
|
*/
|
376
307
|
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
padding: 0.35em 0.625em 0.75em;
|
308
|
+
::-webkit-file-upload-button {
|
309
|
+
-webkit-appearance: button; /* 1 */
|
310
|
+
font: inherit; /* 2 */
|
381
311
|
}
|
382
312
|
|
383
|
-
|
384
|
-
|
385
|
-
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
386
|
-
*/
|
387
|
-
|
388
|
-
legend {
|
389
|
-
border: 0; /* 1 */
|
390
|
-
padding: 0; /* 2 */
|
391
|
-
}
|
313
|
+
/* Interactive
|
314
|
+
========================================================================== */
|
392
315
|
|
393
|
-
|
394
|
-
*
|
316
|
+
/*
|
317
|
+
* Add the correct display in Edge, IE 10+, and Firefox.
|
395
318
|
*/
|
396
319
|
|
397
|
-
|
398
|
-
|
320
|
+
details {
|
321
|
+
display: block;
|
399
322
|
}
|
400
323
|
|
401
|
-
|
402
|
-
*
|
403
|
-
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
324
|
+
/*
|
325
|
+
* Add the correct display in all browsers.
|
404
326
|
*/
|
405
327
|
|
406
|
-
|
407
|
-
|
328
|
+
summary {
|
329
|
+
display: list-item;
|
408
330
|
}
|
409
331
|
|
410
|
-
/*
|
332
|
+
/* Misc
|
411
333
|
========================================================================== */
|
412
334
|
|
413
335
|
/**
|
414
|
-
*
|
336
|
+
* Add the correct display in IE 10+.
|
415
337
|
*/
|
416
338
|
|
417
|
-
|
418
|
-
|
419
|
-
border-spacing: 0;
|
339
|
+
template {
|
340
|
+
display: none;
|
420
341
|
}
|
421
342
|
|
422
|
-
|
423
|
-
|
424
|
-
|
343
|
+
/**
|
344
|
+
* Add the correct display in IE 10.
|
345
|
+
*/
|
346
|
+
|
347
|
+
[hidden] {
|
348
|
+
display: none;
|
425
349
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: normalize-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 8.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Gallagher
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date:
|
13
|
+
date: 2020-08-16 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rake
|
@@ -65,8 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
65
65
|
- !ruby/object:Gem::Version
|
66
66
|
version: '0'
|
67
67
|
requirements: []
|
68
|
-
|
69
|
-
rubygems_version: 2.2.2
|
68
|
+
rubygems_version: 3.0.3
|
70
69
|
signing_key:
|
71
70
|
specification_version: 4
|
72
71
|
summary: Normalize.css is a customisable CSS file that makes browsers render all elements
|