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 +4 -4
- data/bin/guard +1 -0
- data/lib/guard/notifier.rb +1 -1
- data/lib/guard/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e641244ff53ff9d81afca360a92493b8f413c3bb
|
4
|
+
data.tar.gz: dcd9386eb2f892f8b797f58a1830f5962a79517a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fc9b85fb73c9e0e5551e49ab2394d51db364a3c7885d22e5dd8371a869351959d3bc284817c60fab7993586b3f192c69f608f62f459058f5c10ec5cfa677386
|
7
|
+
data.tar.gz: 4a6ea783eb4a9f2204b28629958070812d52de2c7e39877617ddd49c78527959c818ed1d75027d06df3fa73b70764cc8b969e205d549644f289cbdefded006c8
|
data/bin/guard
CHANGED
data/lib/guard/notifier.rb
CHANGED
@@ -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
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.
|
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-
|
11
|
+
date: 2015-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|