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 CHANGED
@@ -1 +1 @@
1
- d283283c32570b09f5a535083992236aab4e0a93
1
+ 99f38d70e593c912cd570448280624a7feb6b7ab
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.128
1
+ 3.3.0.alpha.129
data/VERSION_DATE CHANGED
@@ -1 +1 @@
1
- 20 April 2013 01:38:19 GMT
1
+ 20 April 2013 02:32:41 GMT
@@ -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: 592302605
4
+ hash: 592302607
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 128
12
- version: 3.3.0.alpha.128
11
+ - 129
12
+ version: 3.3.0.alpha.129
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum