haml-edge 2.1.10 → 2.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/EDGE_GEM_VERSION +1 -1
- data/VERSION +1 -1
- data/lib/sass/files.rb +1 -1
- metadata +1 -1
data/EDGE_GEM_VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.11
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.1.
|
1
|
+
2.1.11
|
data/lib/sass/files.rb
CHANGED
@@ -68,7 +68,7 @@ module Sass
|
|
68
68
|
return unless f.readline("\n").strip == sha
|
69
69
|
return Marshal.load(f.read)
|
70
70
|
end
|
71
|
-
rescue TypeError
|
71
|
+
rescue TypeError, ArgumentError => e
|
72
72
|
warn "Warning. Error encountered while reading cache #{compiled_filename}: #{e}"
|
73
73
|
end
|
74
74
|
|