haml-edge 2.1.14 → 2.1.15

Sign up to get free protection for your applications and to get access to all the features.
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.14
1
+ 2.1.15
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.14
1
+ 2.1.15
@@ -7,12 +7,14 @@ module Sass
7
7
  end
8
8
 
9
9
  def to_s(*args)
10
- super()
10
+ @to_s ||= super()
11
11
  rescue Sass::SyntaxError => e
12
12
  e.add_backtrace_entry(@filename)
13
13
  raise e
14
14
  end
15
15
 
16
+ def invisible?; to_s.empty?; end
17
+
16
18
  protected
17
19
 
18
20
  def perform!(environment)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml-edge
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.14
4
+ version: 2.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-05-26 00:00:00 -04:00
13
+ date: 2009-05-27 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16