bipbip 0.5.22 → 0.5.23

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8181e4038741fa6d1801abbb890ac5f50736760
4
- data.tar.gz: 62c1485ae9a4b4eb11597deeae94409ad7040b44
3
+ metadata.gz: fd18dcd1d00c79e638ead384695c860ebff532d0
4
+ data.tar.gz: 069e950457a7dac11ca8e1c8fcccbfdd9fd3c9e5
5
5
  SHA512:
6
- metadata.gz: ea4af038379c1556123ef4a15145c69ec8c0cd6991cf7236c7d21edeeb85f992d638c26613cdadd86281760d3be104391d2edb393e1aca9d8453a3c319252103
7
- data.tar.gz: 70941ecf480e0dd1cbb83202089b114ce3d9d00b3b93c52f06681bc1f35d2dbff12f98cfb6d7811b128c18eb626291138950bb69122b7f5e18da77be3d3f0fca
6
+ metadata.gz: c5c5b5d91a5825bfffd6444f4bf5f30f8a12348287897e81496dbd631f11abd5d688ba027fa489996a96710c5b183c7709ddf9c846ca0f46ea3a88a4373c1d68
7
+ data.tar.gz: 14ddb0ffcfd2f9e3a5624d33a35f9cdbe4410660c72c798784bbc556eadb4ee2d9ff41c1cedf156cb5f72c93f4c56a9afda765830e67814ca7a58449c5d971d1
@@ -70,7 +70,11 @@ module Bipbip
70
70
  def reset_notifier
71
71
  unless @notifier.nil?
72
72
  @notifier.stop
73
- @notifier.close
73
+ begin
74
+ @notifier.close
75
+ rescue SystemCallError => e
76
+ log(Logger::WARN, "Cannot close notifier: `#{e.message}`")
77
+ end
74
78
  @notifier = nil
75
79
  end
76
80
  end
@@ -1,3 +1,3 @@
1
1
  module Bipbip
2
- VERSION = '0.5.22'
2
+ VERSION = '0.5.23'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bipbip
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.22
4
+ version: 0.5.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cargo Media
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-03-05 00:00:00.000000000 Z
13
+ date: 2015-03-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: copperegg