guard 2.12.2 → 2.12.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 87253f48163a3acc225be9e48f3f2490f5050e19
4
- data.tar.gz: eae1d724e95f3ea6bd79e5ba319f0effb98a1346
3
+ metadata.gz: e641244ff53ff9d81afca360a92493b8f413c3bb
4
+ data.tar.gz: dcd9386eb2f892f8b797f58a1830f5962a79517a
5
5
  SHA512:
6
- metadata.gz: 904ece1301c3125b2d094a5ddd228661a6dc5632d973729ade777e793982d8d1ed8f820f6e6a25b293ee097dd9835b8750a1224c92478cef0fcc599c0a7caef2
7
- data.tar.gz: 1bd00a88245a6b828e219abb8ec724be5f1bc7e6b68dbabb4e67427be745cb26f6ec4d52c77ce2e415586c0f930391a1b9cd7ac6853805e4cfad1701751e1464
6
+ metadata.gz: 3fc9b85fb73c9e0e5551e49ab2394d51db364a3c7885d22e5dd8371a869351959d3bc284817c60fab7993586b3f192c69f608f62f459058f5c10ec5cfa677386
7
+ data.tar.gz: 4a6ea783eb4a9f2204b28629958070812d52de2c7e39877617ddd49c78527959c818ed1d75027d06df3fa73b70764cc8b969e205d549644f289cbdefded006c8
data/bin/guard CHANGED
@@ -15,6 +15,7 @@ else
15
15
  end
16
16
 
17
17
  def ignore_interrupts(*args)
18
+ args.unshift(RbConfig.ruby) if Gem.win_platform?
18
19
  pid = spawn(*args)
19
20
  begin
20
21
  Process.wait(pid)
@@ -32,7 +32,7 @@ module Guard
32
32
 
33
33
  @notifier.notify(message, options)
34
34
  rescue RuntimeError => e
35
- UI.error "Notification failed for #{notifier.name}: #{e.message}"
35
+ UI.error "Notification failed for #{@notifier.class.name}: #{e.message}"
36
36
  UI.debug e.backtrace.join("\n")
37
37
  end
38
38
 
data/lib/guard/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Guard
2
- VERSION = "2.12.2"
2
+ VERSION = "2.12.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.12.2
4
+ version: 2.12.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-19 00:00:00.000000000 Z
11
+ date: 2015-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor