sass 3.3.0.alpha.128 → 3.3.0.alpha.129
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/engine_test.rb +4 -0
- metadata +3 -3
data/REVISION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
99f38d70e593c912cd570448280624a7feb6b7ab
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.0.alpha.
|
1
|
+
3.3.0.alpha.129
|
data/VERSION_DATE
CHANGED
@@ -1 +1 @@
|
|
1
|
-
20 April 2013
|
1
|
+
20 April 2013 02:32:41 GMT
|
data/test/sass/engine_test.rb
CHANGED
@@ -22,6 +22,10 @@ module Sass::Script::Functions::UserFunctions
|
|
22
22
|
end
|
23
23
|
end
|
24
24
|
|
25
|
+
module Sass::Script::Functions
|
26
|
+
include Sass::Script::Functions::UserFunctions
|
27
|
+
end
|
28
|
+
|
25
29
|
class SassEngineTest < Test::Unit::TestCase
|
26
30
|
FAKE_FILE_NAME = __FILE__.gsub(/rb$/,"sass")
|
27
31
|
# A map of erroneous Sass documents to the error messages they should produce.
|
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: 592302607
|
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
|
+
- 129
|
12
|
+
version: 3.3.0.alpha.129
|
13
13
|
platform: ruby
|
14
14
|
authors:
|
15
15
|
- Nathan Weizenbaum
|