sass 3.1.0.alpha.253 → 3.1.0.alpha.254

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/sass/plugin.rb +10 -0
  4. metadata +2 -2
data/REVISION CHANGED
@@ -1 +1 @@
1
- 02db3940e6d197d5b6cea590ae39dd509475f85a
1
+ 780e43432b40199255e6b5a993a6d2d2c1deca20
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.253
1
+ 3.1.0.alpha.254
@@ -114,6 +114,16 @@ module Sass
114
114
  end
115
115
  end
116
116
 
117
+ # For parity with method_missing
118
+ def respond_to?(method)
119
+ super || compiler.respond_to?(method)
120
+ end
121
+
122
+ # There's a small speedup by not using method missing for frequently delegated methods.
123
+ def options
124
+ compiler.options
125
+ end
126
+
117
127
  end
118
128
  end
119
129
 
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.253
4
+ version: 3.1.0.alpha.254
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: 2011-04-10 00:00:00 -04:00
14
+ date: 2011-04-17 00:00:00 -04:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency