haml-more 0.4.0.b → 0.4.0.c

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 (2) hide show
  1. data/lib/haml/more/coffee_script.rb +1 -1
  2. metadata +2 -2
@@ -69,7 +69,7 @@ module Haml::More::CoffeeScript
69
69
  require "johnson"
70
70
  @runtime = runtime || Johnson::Runtime.new
71
71
  prepare_runtime
72
- rescue LoadError, Johnson::Error
72
+ rescue Exception # LoadError
73
73
  not_available!
74
74
  end
75
75
 
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 4
8
8
  - 0
9
- - b
10
- version: 0.4.0.b
9
+ - c
10
+ version: 0.4.0.c
11
11
  platform: ruby
12
12
  authors:
13
13
  - Konstantin Haase