guard-coffeescript 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -237,7 +237,7 @@ which is equivalent to:
237
237
 
238
238
  ## Development
239
239
 
240
- - Documentation hosted at [RubyDoc](http://rubydoc.info/gems/guard-coffeescript/frames).
240
+ - Documentation hosted at [RubyDoc](http://rubydoc.info/github/guard/guard-coffeescript/master/frames).
241
241
  - Source hosted at [GitHub](https://github.com/netzpirat/guard-coffeescript).
242
242
  - Report issues and feature requests to [GitHub Issues](https://github.com/netzpirat/guard-coffeescript/issues).
243
243
 
@@ -61,7 +61,7 @@ module Guard
61
61
  begin
62
62
  content = compile(file, options)
63
63
  changed_files << write_javascript_file(content, file, directory, options)
64
- rescue ExecJS::ProgramError => e
64
+ rescue Exception => e
65
65
  error_message = file + ': ' + e.message.to_s
66
66
  errors << error_message
67
67
  Formatter.error(error_message)
@@ -1,6 +1,6 @@
1
1
  module Guard
2
2
  module CoffeeScriptVersion
3
3
  # Guard::CoffeeScript version that is used for the Gem specification
4
- VERSION = '0.4.1'
4
+ VERSION = '0.4.2'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-coffeescript
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Kessler
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-09-08 00:00:00 Z
18
+ date: 2011-09-15 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: guard