sass 3.3.0.alpha.211 → 3.3.0.alpha.212
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/VERSION_DATE +1 -1
- data/test/sass/functions_test.rb +1 -1
- metadata +5 -5
data/REVISION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
52f7de3bf97c19996330ca49fe6927ffcfa06849
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.3.0.alpha.
|
|
1
|
+
3.3.0.alpha.212
|
data/VERSION_DATE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
18 July 2013 18:
|
|
1
|
+
18 July 2013 18:45:35 GMT
|
data/test/sass/functions_test.rb
CHANGED
|
@@ -1290,7 +1290,7 @@ MSG
|
|
|
1290
1290
|
end
|
|
1291
1291
|
|
|
1292
1292
|
def test_errors_in_called_function
|
|
1293
|
-
assert_error_message "3px is not a color for `lighten'", "call(lighten, 3px, 5%)"
|
|
1293
|
+
assert_error_message "$color: 3px is not a color for `lighten'", "call(lighten, 3px, 5%)"
|
|
1294
1294
|
end
|
|
1295
1295
|
|
|
1296
1296
|
## Regression Tests
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 592302757
|
|
5
5
|
prerelease: 6
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 3
|
|
9
9
|
- 0
|
|
10
10
|
- alpha
|
|
11
|
-
-
|
|
12
|
-
version: 3.3.0.alpha.
|
|
11
|
+
- 212
|
|
12
|
+
version: 3.3.0.alpha.212
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Nathan Weizenbaum
|
|
@@ -315,8 +315,8 @@ files:
|
|
|
315
315
|
- test/sass/test_helper.rb
|
|
316
316
|
- test/sass/util/multibyte_string_scanner_test.rb
|
|
317
317
|
- test/sass/util/subset_map_test.rb
|
|
318
|
-
- test/sass/source_map_test.rb
|
|
319
318
|
- test/sass/compiler_test.rb
|
|
319
|
+
- test/sass/source_map_test.rb
|
|
320
320
|
- test/test_helper.rb
|
|
321
321
|
- extra/update_watch.rb
|
|
322
322
|
- Rakefile
|
|
@@ -386,5 +386,5 @@ test_files:
|
|
|
386
386
|
- test/sass/util_test.rb
|
|
387
387
|
- test/sass/util/multibyte_string_scanner_test.rb
|
|
388
388
|
- test/sass/util/subset_map_test.rb
|
|
389
|
-
- test/sass/source_map_test.rb
|
|
390
389
|
- test/sass/compiler_test.rb
|
|
390
|
+
- test/sass/source_map_test.rb
|