guard-coffeescript 0.2.2 → 0.2.3

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.
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module CoffeeScriptVersion
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  end
5
5
  end
@@ -152,7 +152,7 @@ x
152
152
  VERSION
153
153
  s
154
154
  5
155
- 0.2.1
155
+ 0.2.3
156
156
  x
157
157
  9
158
158
  const_set
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: guard-coffeescript
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.2
5
+ version: 0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Kessler
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-11 00:00:00 +02:00
13
+ date: 2011-05-13 00:00:00 +02:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -78,6 +78,8 @@ extensions: []
78
78
  extra_rdoc_files: []
79
79
 
80
80
  files:
81
+ - lib/guard/coffeescript/formatter.rb
82
+ - lib/guard/coffeescript/formatter.rbc
81
83
  - lib/guard/coffeescript/inspector.rb
82
84
  - lib/guard/coffeescript/inspector.rbc
83
85
  - lib/guard/coffeescript/runner.rb