guard-coffeescript 0.4.1 → 0.4.2
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.
- data/README.md +1 -1
- data/lib/guard/coffeescript/runner.rb +1 -1
- data/lib/guard/coffeescript/version.rb +1 -1
- metadata +4 -4
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/
|
|
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
|
|
64
|
+
rescue Exception => e
|
|
65
65
|
error_message = file + ': ' + e.message.to_s
|
|
66
66
|
errors << error_message
|
|
67
67
|
Formatter.error(error_message)
|
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:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
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-
|
|
18
|
+
date: 2011-09-15 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: guard
|