haml-edge 2.1.10 → 2.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. data/EDGE_GEM_VERSION +1 -1
  2. data/VERSION +1 -1
  3. data/lib/sass/files.rb +1 -1
  4. metadata +1 -1
data/EDGE_GEM_VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.10
1
+ 2.1.11
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.10
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 => e, ArgumentError => e
71
+ rescue TypeError, ArgumentError => e
72
72
  warn "Warning. Error encountered while reading cache #{compiled_filename}: #{e}"
73
73
  end
74
74
 
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.10
4
+ version: 2.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum