guard-coffeescript 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -45,7 +45,8 @@ module Guard
45
45
  # @option options [Boolean] :reset reset the UI
46
46
  #
47
47
  def success(message, options = { })
48
- ::Guard::UI.info(color(message, ';32'), options)
48
+ stamped_message = "#{Time.now.strftime('%r')} #{message}"
49
+ ::Guard::UI.info(color(stamped_message, ';32'), options)
49
50
  end
50
51
 
51
52
  # Outputs a system notification.
@@ -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 = '1.1.0'
4
+ VERSION = '1.2.0'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-coffeescript
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-18 00:00:00.000000000 Z
12
+ date: 2012-07-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
@@ -157,7 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
157
157
  version: '0'
158
158
  segments:
159
159
  - 0
160
- hash: 3234192553117884044
160
+ hash: -16802454282477105
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  none: false
163
163
  requirements: