sass 3.2.0.alpha.49 → 3.2.0.alpha.53
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.
- data/REVISION +1 -1
- data/VERSION +1 -1
- data/test/sass/extend_test.rb +9 -0
- metadata +43 -13
data/REVISION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
d73070e1f6966118f181117faaf9c4cdd6a7d2a0
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.2.0.alpha.
|
1
|
+
3.2.0.alpha.53
|
data/test/sass/extend_test.rb
CHANGED
@@ -1370,6 +1370,15 @@ CSS
|
|
1370
1370
|
SCSS
|
1371
1371
|
end
|
1372
1372
|
|
1373
|
+
def test_semi_placeholder_selector
|
1374
|
+
assert_equal <<CSS, render(<<SCSS)
|
1375
|
+
.bar .baz {
|
1376
|
+
color: blue; }
|
1377
|
+
CSS
|
1378
|
+
#context %foo, .bar .baz {color: blue}
|
1379
|
+
SCSS
|
1380
|
+
end
|
1381
|
+
|
1373
1382
|
def test_placeholder_selector_with_multiple_extenders
|
1374
1383
|
assert_equal <<CSS, render(<<SCSS)
|
1375
1384
|
.bar, .baz {
|
metadata
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 592302967
|
5
|
+
prerelease: 6
|
6
|
+
segments:
|
7
|
+
- 3
|
8
|
+
- 2
|
9
|
+
- 0
|
10
|
+
- alpha
|
11
|
+
- 53
|
12
|
+
version: 3.2.0.alpha.53
|
5
13
|
platform: ruby
|
6
14
|
authors:
|
7
15
|
- Nathan Weizenbaum
|
@@ -16,24 +24,36 @@ default_executable:
|
|
16
24
|
dependencies:
|
17
25
|
- !ruby/object:Gem::Dependency
|
18
26
|
name: yard
|
19
|
-
|
20
|
-
|
21
|
-
|
27
|
+
prerelease: false
|
28
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
29
|
+
none: false
|
22
30
|
requirements:
|
23
31
|
- - ">="
|
24
32
|
- !ruby/object:Gem::Version
|
33
|
+
hash: 13
|
34
|
+
segments:
|
35
|
+
- 0
|
36
|
+
- 5
|
37
|
+
- 3
|
25
38
|
version: 0.5.3
|
26
|
-
|
39
|
+
type: :development
|
40
|
+
version_requirements: *id001
|
27
41
|
- !ruby/object:Gem::Dependency
|
28
42
|
name: maruku
|
29
|
-
|
30
|
-
|
31
|
-
|
43
|
+
prerelease: false
|
44
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
45
|
+
none: false
|
32
46
|
requirements:
|
33
47
|
- - ">="
|
34
48
|
- !ruby/object:Gem::Version
|
49
|
+
hash: 25
|
50
|
+
segments:
|
51
|
+
- 0
|
52
|
+
- 5
|
53
|
+
- 9
|
35
54
|
version: 0.5.9
|
36
|
-
|
55
|
+
type: :development
|
56
|
+
version_requirements: *id002
|
37
57
|
description: " Sass makes CSS fun again. Sass is an extension of CSS3, adding\n nested rules, variables, mixins, selector inheritance, and more.\n It's translated to well-formatted, standard CSS using the\n command line tool or a web-framework plugin.\n"
|
38
58
|
email: sass-lang@googlegroups.com
|
39
59
|
executables:
|
@@ -298,7 +318,7 @@ files:
|
|
298
318
|
- VERSION
|
299
319
|
- VERSION_NAME
|
300
320
|
- REVISION
|
301
|
-
has_rdoc:
|
321
|
+
has_rdoc: true
|
302
322
|
homepage: http://sass-lang.com/
|
303
323
|
licenses: []
|
304
324
|
|
@@ -308,21 +328,31 @@ rdoc_options: []
|
|
308
328
|
require_paths:
|
309
329
|
- lib
|
310
330
|
required_ruby_version: !ruby/object:Gem::Requirement
|
331
|
+
none: false
|
311
332
|
requirements:
|
312
333
|
- - ">="
|
313
334
|
- !ruby/object:Gem::Version
|
335
|
+
hash: 57
|
336
|
+
segments:
|
337
|
+
- 1
|
338
|
+
- 8
|
339
|
+
- 7
|
314
340
|
version: 1.8.7
|
315
|
-
version:
|
316
341
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
342
|
+
none: false
|
317
343
|
requirements:
|
318
344
|
- - ">"
|
319
345
|
- !ruby/object:Gem::Version
|
346
|
+
hash: 25
|
347
|
+
segments:
|
348
|
+
- 1
|
349
|
+
- 3
|
350
|
+
- 1
|
320
351
|
version: 1.3.1
|
321
|
-
version:
|
322
352
|
requirements: []
|
323
353
|
|
324
354
|
rubyforge_project: sass
|
325
|
-
rubygems_version: 1.
|
355
|
+
rubygems_version: 1.5.0
|
326
356
|
signing_key:
|
327
357
|
specification_version: 3
|
328
358
|
summary: A powerful but elegant CSS compiler that makes CSS fun again.
|