normalize-scss 3.0.0.alpha.1 → 3.0.0.alpha.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,32 +3,29 @@
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'normalize-scss'
5
5
 
6
- s.summary = %q{A Sass/Compass version of Normalize.css}
7
- s.description = %q{A Sass/Compass version of Normalize.css. This port tracks the parent project very closely.}
6
+ s.summary = %q{The Sass/Compass version of Normalize.css}
7
+ s.description = %q{This is the Sass/Compass version of Normalize.css, a collection of HTML element and attribute rulesets to normalize styles across all browsers. This port aims to use the best partials from Compass to make Normalize even easier to integrate with your website.}
8
8
 
9
- s.homepage = 'https://github.com/JohnAlbin/normalize.css-with-sass-or-compass'
9
+ s.homepage = 'https://github.com/JohnAlbin/normalize-scss'
10
10
  s.rubyforge_project =
11
11
 
12
- s.version = '3.0.0.alpha.1'
13
- s.date = '2014-01-21'
12
+ s.version = '3.0.0.alpha.2'
13
+ s.date = '2014-02-11'
14
14
  s.licenses = ['GPL-2']
15
15
 
16
16
  s.authors = ['John Albin Wilkins']
17
17
  s.email = 'virtually.johnalbin@gmail.com'
18
18
 
19
- s.add_runtime_dependency('sass', ">= 3.3.0-rc.1")
20
- s.add_runtime_dependency('compass', ">= 1.0.0.alpha.13")
19
+ s.add_runtime_dependency('sass', ">= 3.3.0-rc.1")
20
+ s.add_runtime_dependency('compass-core', ">= 1.0.0.alpha.13")
21
21
 
22
22
  s.files = %w[
23
23
  _normalize.scss
24
- bower.json
25
24
  CHANGELOG.md
26
- component.json
27
25
  CONTRIBUTING.md
28
26
  lib/normalize-scss.rb
29
27
  LICENSE.md
30
28
  normalize-scss.gemspec
31
29
  README.md
32
- test.html
33
30
  ]
34
31
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: normalize-scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0.alpha.1
4
+ version: 3.0.0.alpha.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Albin Wilkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-21 00:00:00.000000000 Z
11
+ date: 2014-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -25,7 +25,7 @@ dependencies:
25
25
  - !ruby/object:Gem::Version
26
26
  version: 3.3.0.pre.rc.1
27
27
  - !ruby/object:Gem::Dependency
28
- name: compass
28
+ name: compass-core
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - '>='
@@ -38,8 +38,10 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.0.0.alpha.13
41
- description: A Sass/Compass version of Normalize.css. This port tracks the parent
42
- project very closely.
41
+ description: This is the Sass/Compass version of Normalize.css, a collection of HTML
42
+ element and attribute rulesets to normalize styles across all browsers. This port
43
+ aims to use the best partials from Compass to make Normalize even easier to integrate
44
+ with your website.
43
45
  email: virtually.johnalbin@gmail.com
44
46
  executables: []
45
47
  extensions: []
@@ -50,12 +52,9 @@ files:
50
52
  - LICENSE.md
51
53
  - README.md
52
54
  - _normalize.scss
53
- - bower.json
54
- - component.json
55
55
  - lib/normalize-scss.rb
56
56
  - normalize-scss.gemspec
57
- - test.html
58
- homepage: https://github.com/JohnAlbin/normalize.css-with-sass-or-compass
57
+ homepage: https://github.com/JohnAlbin/normalize-scss
59
58
  licenses:
60
59
  - GPL-2
61
60
  metadata: {}
@@ -74,9 +73,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
73
  - !ruby/object:Gem::Version
75
74
  version: 1.3.1
76
75
  requirements: []
77
- rubyforge_project: 3.0.0.alpha.1
78
- rubygems_version: 2.2.0
76
+ rubyforge_project: 3.0.0.alpha.2
77
+ rubygems_version: 2.2.2
79
78
  signing_key:
80
79
  specification_version: 4
81
- summary: A Sass/Compass version of Normalize.css
80
+ summary: The Sass/Compass version of Normalize.css
82
81
  test_files: []
data/bower.json DELETED
@@ -1,26 +0,0 @@
1
- {
2
- "name": "normalize-scss",
3
- "version": "3.0.0-alpha.1+normalize.2.1.3",
4
- "homepage": "https://github.com/JohnAlbin/normalize.css-with-sass-or-compass",
5
- "authors": [
6
- "Nicolas Gallagher",
7
- "John Albin Wilkins"
8
- ],
9
- "description": "A Sass/Compass version of Normalize.css.",
10
- "main": "_normalize.scss",
11
- "keywords": [
12
- "normalize.css"
13
- ],
14
- "license": [
15
- "MIT",
16
- "GPLv2"
17
- ],
18
- "ignore": [
19
- "CHANGELOG.md",
20
- "CONTRIBUTING.md",
21
- "component.json",
22
- "normalize-scss.gemspec",
23
- "lib/normalize-scss.rb",
24
- "test.html"
25
- ]
26
- }
data/component.json DELETED
@@ -1,9 +0,0 @@
1
- {
2
- "name": "normalize-scss",
3
- "repo": "JohnAlbin/normalize.css-with-sass-or-compass",
4
- "description": "A Sass/Compass version of Normalize.css.",
5
- "version": "3.0.0-alpha.1+normalize.2.1.3",
6
- "styles": ["_normalize.scss"],
7
- "author": ["Nicolas Gallagher", "John Albin Wilkins"],
8
- "license": "GPLv2"
9
- }
data/test.html DELETED
@@ -1,360 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width">
6
- <title>Normalize CSS</title>
7
- <link rel="stylesheet" href="normalize.css">
8
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
9
- <style>
10
- #boxsize button,
11
- #boxsize input,
12
- #boxsize select,
13
- #boxsize textarea {
14
- width: 200px;
15
- padding: 5px;
16
- border: 1px solid #333;
17
- }
18
- </style>
19
- </head>
20
- <body>
21
- <h1>Heading 1</h1>
22
- <h2>Heading 2</h2>
23
- <h3>Heading 3</h3>
24
- <h4>Heading 4</h4>
25
- <h5>Heading 5</h5>
26
- <h6>Heading 6</h6>
27
-
28
- <section>
29
- <h1>Heading 1 (in section)</h1>
30
- <h2>Heading 2 (in section)</h2>
31
- <h3>Heading 3 (in section)</h3>
32
- <h4>Heading 4 (in section)</h4>
33
- <h5>Heading 5 (in section)</h5>
34
- <h6>Heading 6 (in section)</h6>
35
- </section>
36
-
37
- <article>
38
- <h1>Heading 1 (in article)</h1>
39
- <h2>Heading 2 (in article)</h2>
40
- <h3>Heading 3 (in article)</h3>
41
- <h4>Heading 4 (in article)</h4>
42
- <h5>Heading 5 (in article)</h5>
43
- <h6>Heading 6 (in article)</h6>
44
- </article>
45
-
46
- <header>
47
- <hgroup>
48
- <h1>Heading 1 (in hgroup)</h1>
49
- <h2>Heading 2 (in hgroup)</h2>
50
- </hgroup>
51
- <nav>
52
- <ul>
53
- <li><a href="#">navigation item #1</a></li>
54
- <li><a href="#">navigation item #2</a></li>
55
- <li><a href="#">navigation item #3</a></li>
56
- </ul>
57
- </nav>
58
- </header>
59
-
60
- <h1>Text-level semantics</h1>
61
-
62
- <p hidden>This should be hidden in all browsers, apart from IE6</p>
63
-
64
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
65
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
66
-
67
- <address>Address: somewhere, world</address>
68
-
69
- <hr>
70
-
71
- <hr style="height:4px; border:solid #000; border-width:1px 0;">
72
-
73
- <p>
74
- The <a href="#">a element</a> example<br>
75
- The <abbr>abbr element</abbr> and <abbr title="Title text">abbr element with title</abbr> examples<br>
76
- The <b>b element</b> example<br>
77
- The <cite>cite element</cite> example<br>
78
- The <code>code element</code> example<br>
79
- The <del>del element</del> example<br>
80
- The <dfn>dfn element</dfn> and <dfn title="Title text">dfn element with title</dfn> examples<br>
81
- The <em>em element</em> example<br>
82
- The <i>i element</i> example<br>
83
- The img element <img src="http://lorempixel.com/16/16" alt=""> example<br>
84
- The <ins>ins element</ins> example<br>
85
- The <kbd>kbd element</kbd> example<br>
86
- The <mark>mark element</mark> example<br>
87
- The <q>q element <q>inside</q> a q element</q> example<br>
88
- The <s>s element</s> example<br>
89
- The <samp>samp element</samp> example<br>
90
- The <small>small element</small> example<br>
91
- The <span>span element</span> example<br>
92
- The <strong>strong element</strong> example<br>
93
- The <sub>sub element</sub> example<br>
94
- The <sup>sup element</sup> example<br>
95
- The <u>u element</u> example<br>
96
- The <var>var element</var> example
97
- </p>
98
-
99
- <h1>Template content</h1>
100
- <template>
101
- <h1>{{title}}</h1>
102
- <content></content>
103
- </template>
104
-
105
- <h1>Embedded content</h1>
106
-
107
- <h3>audio</h3>
108
-
109
- <audio controls></audio>
110
- <audio></audio>
111
-
112
- <h3>img</h3>
113
-
114
- <img src="http://lorempixel.com/100/100" alt="">
115
- <a href="#"><img src="http://lorempixel.com/100/100" alt=""></a>
116
-
117
- <h3>svg</h3>
118
-
119
- <svg width="100px" height="100px">
120
- <circle cx="100" cy="100" r="100" fill="#ff0000" />
121
- </svg>
122
-
123
- <h3>video</h3>
124
-
125
- <video controls></video>
126
- <video></video>
127
-
128
- <h1>Interactive content</h1>
129
-
130
- <h3>details / summary</h3>
131
- <details>
132
- <summary>More info</summary>
133
- <p>Additional information</p>
134
- <ul>
135
- <li>Point 1</li>
136
- <li>Point 2</li>
137
- </ul>
138
- </details>
139
-
140
- <h1>Grouping content</h1>
141
-
142
- <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et m.</p>
143
-
144
- <h3>pre</h3>
145
-
146
- <pre>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et me.</pre>
147
-
148
- <pre><code>&lt;html>
149
- &lt;head>
150
- &lt;/head>
151
- &lt;body>
152
- &lt;div class="main"> &lt;div>
153
- &lt;/body>
154
- &lt;/html></code></pre>
155
-
156
- <h3>blockquote</h3>
157
-
158
- <blockquote>
159
- <p>Some sort of famous witty quote marked up with a &lt;blockquote> and a child &lt;p> element.</p>
160
- </blockquote>
161
-
162
- <blockquote>Even better philosophical quote marked up with just a &lt;blockquote> element.</blockquote>
163
-
164
- <h3>ordered list</h3>
165
-
166
- <ol>
167
- <li>list item 1</li>
168
- <li>list item 1
169
- <ol>
170
- <li>list item 2</li>
171
- <li>list item 2
172
- <ol>
173
- <li>list item 3</li>
174
- <li>list item 3</li>
175
- </ol>
176
- </li>
177
- <li>list item 2</li>
178
- <li>list item 2</li>
179
- </ol>
180
- </li>
181
- <li>list item 1</li>
182
- <li>list item 1</li>
183
- </ol>
184
-
185
- <h3>unordered list</h3>
186
-
187
- <ul>
188
- <li>list item 1</li>
189
- <li>list item 1
190
- <ul>
191
- <li>list item 2</li>
192
- <li>list item 2
193
- <ul>
194
- <li>list item 3</li>
195
- <li>list item 3</li>
196
- </ul>
197
- </li>
198
- <li>list item 2</li>
199
- <li>list item 2</li>
200
- </ul>
201
- </li>
202
- <li>list item 1</li>
203
- <li>list item 1</li>
204
- </ul>
205
-
206
- <h3>description list</h3>
207
-
208
- <dl>
209
- <dt>Description name</dt>
210
- <dd>Description value</dd>
211
- <dt>Description name</dt>
212
- <dd>Description value</dd>
213
- <dd>Description value</dd>
214
- <dt>Description name</dt>
215
- <dt>Description name</dt>
216
- <dd>Description value</dd>
217
- </dl>
218
-
219
- <h3>figure</h3>
220
-
221
- <figure>
222
- <img src="http://lorempixel.com/400/200" alt="">
223
- <figcaption>Figcaption content</figcaption>
224
- </figure>
225
-
226
- <h1>Tabular data</h1>
227
-
228
- <table>
229
- <caption>Jimi Hendrix - albums</caption>
230
- <thead>
231
- <tr>
232
- <th>Album</th>
233
- <th>Year</th>
234
- <th>Price</th>
235
- </tr>
236
- </thead>
237
- <tfoot>
238
- <tr>
239
- <th>Album</th>
240
- <th>Year</th>
241
- <th>Price</th>
242
- </tr>
243
- </tfoot>
244
- <tbody>
245
- <tr>
246
- <td>Are You Experienced</td>
247
- <td>1967</td>
248
- <td>$10.00</td>
249
- </tr>
250
- <tr>
251
- <td>Axis: Bold as Love</td>
252
- <td>1967</td>
253
- <td>$12.00</td>
254
- </tr>
255
- <tr>
256
- <td>Electric Ladyland</td>
257
- <td>1968</td>
258
- <td>$10.00</td>
259
- </tr>
260
- <tr>
261
- <td>Band of Gypsys</td>
262
- <td>1970</td>
263
- <td>$12.00</td>
264
- </tr>
265
- </tbody>
266
- </table>
267
-
268
- <h1>Forms</h1>
269
-
270
- <form>
271
- <fieldset>
272
- <legend>Inputs as descendents of labels (form legend). This doubles up as a long legend that can test word wrapping.</legend>
273
- <p><label>Text input <input type="text" value="default value that goes on and on without stopping or punctuation"></label></p>
274
- <p><label>Email input <input type="email"></label></p>
275
- <p><label>Search input <input type="search"></label></p>
276
- <p><label>Tel input <input type="tel"></label></p>
277
- <p><label>URL input <input type="url" placeholder="http://"></label></p>
278
- <p><label>Password input <input type="password" value="password"></label></p>
279
- <p><label>File input <input type="file"></label></p>
280
-
281
- <p><label>Radio input <input type="radio" name="rad"></label></p>
282
- <p><label>Checkbox input <input type="checkbox"></label></p>
283
- <p><label><input type="radio" name="rad"> Radio input</label></p>
284
- <p><label><input type="checkbox"> Checkbox input</label></p>
285
-
286
- <p><label>Select field <select><option>Option 01</option><option>Option 02</option></select></label></p>
287
- <p><label>Textarea <textarea cols="30" rows="5" >Textarea text</textarea></label></p>
288
- </fieldset>
289
-
290
- <fieldset>
291
- <legend>Inputs as siblings of labels</legend>
292
- <p><label for="ic">Color input</label> <input type="color" id="ic" value="#000000"></p>
293
- <p><label for="in">Number input</label> <input type="number" id="in" min="0" max="10" value="5"></p>
294
- <p><label for="ir">Range input</label> <input type="range" id="ir" value="10"></p>
295
- <p><label for="idd">Date input</label> <input type="date" id="idd" value="1970-01-01"></p>
296
- <p><label for="idm">Month input</label> <input type="month" id="idm" value="1970-01"></p>
297
- <p><label for="idw">Week input</label> <input type="week" id="idw" value="1970-W01"></p>
298
- <p><label for="idt">Datetime input</label> <input type="datetime" id="idt" value="1970-01-01T00:00:00Z"></p>
299
- <p><label for="idtl">Datetime-local input</label> <input type="datetime-local" id="idtl" value="1970-01-01T00:00"></p>
300
-
301
- <p><label for="irb">Radio input</label> <input type="radio" id="irb" name="rad"></p>
302
- <p><label for="icb">Checkbox input</label> <input type="checkbox" id="icb"></p>
303
- <p><input type="radio" id="irb2" name="rad"> <label for="irb2">Radio input</label></p>
304
- <p><input type="checkbox" id="icb2"> <label for="icb2">Checkbox input</label></p>
305
-
306
- <p><label for="s">Select field</label> <select id="s"><option>Option 01</option><option>Option 02</option></select></p>
307
- <p><label for="t">Textarea</label> <textarea id="t" cols="30" rows="5" >Textarea text</textarea></p>
308
- </fieldset>
309
-
310
- <fieldset>
311
- <legend>Clickable inputs and buttons</legend>
312
- <p><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></p>
313
- <p><input type="reset" value="Reset (input)"></p>
314
- <p><input type="button" value="Button (input)"></p>
315
- <p><input type="submit" value="Submit (input)"></p>
316
- <p><input type="submit" value="Disabled (input)" disabled></p>
317
-
318
-
319
- <p><button type="reset">Reset (button)</button></p>
320
- <p><button type="button">Button (button)</button></p>
321
- <p><button type="submit">Submit (button)</button></p>
322
- <p><button type="submit" disabled>Disabled (button)</button></p>
323
- </fieldset>
324
-
325
- <fieldset id="boxsize">
326
- <legend>box-sizing tests</legend>
327
- <div><input type="text" value="text"></div>
328
- <div><input type="email" value="email"></div>
329
- <div><input type="search" value="search"></div>
330
- <div><input type="url" value="http://example.com"></div>
331
- <div><input type="password" value="password"></div>
332
-
333
- <div><input type="color" value="#000000"></div>
334
- <div><input type="number" value="5"></div>
335
- <div><input type="range" value="10"></div>
336
- <div><input type="date" value="1970-01-01"></div>
337
- <div><input type="month" value="1970-01"></div>
338
- <div><input type="week" value="1970-W01"></div>
339
- <div><input type="datetime" value="1970-01-01T00:00:00Z"></div>
340
- <div><input type="datetime-local" value="1970-01-01T00:00"></div>
341
-
342
- <div><input type="radio"></div>
343
- <div><input type="checkbox"></div>
344
-
345
- <div><select><option>Option 01</option><option>Option 02</option></select></div>
346
- <div><textarea cols="30" rows="5">Textarea text</textarea></div>
347
-
348
- <div><input type="image" src="http://lorempixel.com/90/24" alt="Image (input)"></div>
349
- <div><input type="reset" value="Reset (input)"></div>
350
- <div><input type="button" value="Button (input)"></div>
351
- <div><input type="submit" value="Submit (input)"></div>
352
-
353
- <div><button type="reset">Reset (button)</button></div>
354
- <div><button type="button">Button (button)</button></div>
355
- <div><button type="submit">Submit (button)</button></div>
356
- </fieldset>
357
- </form>
358
-
359
- </body>
360
- </html>