haml-edge 2.1.7 → 2.1.8

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/files.rb +3 -1
  4. metadata +2 -2
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.7
1
+ 2.1.8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.7
1
+ 2.1.8
data/lib/sass/files.rb CHANGED
@@ -15,7 +15,9 @@ module Sass
15
15
  sha = Digest::SHA1.hexdigest(text)
16
16
 
17
17
  if dump = try_to_read_sassc(filename, compiled_filename, sha)
18
- return Marshal.load(dump)
18
+ root = Marshal.load(dump)
19
+ root.options = options.merge(:filename => filename)
20
+ return root
19
21
  end
20
22
  end
21
23
 
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.7
4
+ version: 2.1.8
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-11 00:00:00 -04:00
13
+ date: 2009-05-13 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies: []
16
16