blinky-tape-test-status-guard 1.1.1 → 1.1.2

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: 9089bd141b628b3dcdb38dece713e6d4aa02879f
4
- data.tar.gz: 0d4c8ef5871747e1d7db73129849a32adcd8cb31
3
+ metadata.gz: 46839bc589e0fba8f33cc0899c30c9539fc56064
4
+ data.tar.gz: d2ff181e2451460973565a8f7d4c2feccc514751
5
5
  SHA512:
6
- metadata.gz: bf2188376c62f25eae44d18c94787811b87add5d515c989372a04f6e3142c9cd128726d5ba4d20de2255f22a1c6446e81ebf64aedf54fac3ff5df5069cd8c41c
7
- data.tar.gz: c4c9b91d98c7838f7f1c41d0bcd46aee1b1a3259f633ed3ea2e6d00b6b2d8f005cc55e150b2cf616beaa9fb9075da7f50e8d93f2d39951013757fda8c00137ad
6
+ metadata.gz: 60515e5164ceaee20957ad75ab48e4a39d4074c1afcd7c1e367d2f60ed1a2b8c5036c4c5c14e589287268a20686aa65c6e19f20765135a3434c177d3b093f10f
7
+ data.tar.gz: 29d0c039112fd5dfbc2f16e63842d7bedfa208531f52ad8e127dcb6ae3f171aacdc33929bd36cfbf1b133b90c068bfd3513e21962cf20531f57491d568af3366
@@ -2,7 +2,7 @@ require 'blinky_tape_test_status'
2
2
 
3
3
  module BlinkyTapeTestStatus
4
4
  class Guard < BlinkyTapeTestStatus::Base
5
- VERSION = '1.1.1'
5
+ VERSION = '1.1.2'
6
6
 
7
7
  COLORS = {
8
8
  'success' => 'g',
@@ -18,6 +18,8 @@ module BlinkyTapeTestStatus
18
18
  extend GuardCloud
19
19
  listen_for_cloud!
20
20
  end
21
+ rescue Exception => e
22
+ puts e.message
21
23
  end
22
24
 
23
25
  def set_status!
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blinky-tape-test-status-guard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jade Meskill
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-08 00:00:00.000000000 Z
12
+ date: 2014-07-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: blinky-tape-test-status