sass 3.1.0.alpha.21 → 3.1.0.alpha.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/sass/version.rb +1 -0
  4. metadata +2 -2
@@ -1 +1 @@
1
- 3.1.0.alpha.21
1
+ 3.1.0.alpha.22
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.21
1
+ 3.1.0.alpha.22
@@ -1,6 +1,7 @@
1
1
  # This is necessary for loading Sass when Haml is required in Rails 3.
2
2
  # Once the split is complete, we can remove it.
3
3
  require File.dirname(__FILE__) + '/../sass'
4
+ require 'sass/util'
4
5
 
5
6
  module Sass
6
7
  # Handles Sass version-reporting.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.alpha.21
4
+ version: 3.1.0.alpha.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-10-26 00:00:00 -04:00
14
+ date: 2010-10-27 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency