kantox-chronoscope 0.7.1 → 0.7.2

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: 9c6dabc25fc79888555b0555ec24c2ec8e8d3b1a
4
- data.tar.gz: 9b8fdd9577c078374504125f3a57503146ec9dc0
3
+ metadata.gz: 98cfdfe07d1fbbd4386d80edf4a326df41f13ea7
4
+ data.tar.gz: 6b5120a21d96fc407afa0151e426cad89879d554
5
5
  SHA512:
6
- metadata.gz: 618b50b970c10ff49784af8ab84b686e9da0368d75d6cfbaabe18f3f07f25ff43fe15040b1e52b86b24c0724c814ff6bea29414d416ae437367310053db3c224
7
- data.tar.gz: b028fe47d580d247cb3440beffab42c3f0c69fa1576a958c2d96a920402df1a1f2ceaf797fdc9ce1ccb7c9c9ea4365d18f925764efeb5733272ae94e860ad993
6
+ metadata.gz: 6afb656a89c697e4791a9ef308bb3bcf2ac0b6f04a4303b027c35aa009fb0749b6820198f7564688a52681f4775340ebef0020e8d13c7d124ab4e38c77ab23fc
7
+ data.tar.gz: c71c69e825e4ac8ddcd61db909271c428810ef5655a537f7c4dace39fb77c851f20f053101235233abb7821df3fec449776034ed933a32e121f0a2a5ba5eec37
@@ -1,5 +1,5 @@
1
1
  module Kantox
2
2
  module Chronoscope
3
- VERSION = "0.7.1"
3
+ VERSION = "0.7.2"
4
4
  end
5
5
  end
@@ -86,7 +86,7 @@ module Kantox
86
86
  |
87
87
  end
88
88
 
89
- rescue NameError
89
+ rescue NameError => e
90
90
  Generic::LOGGER.debug [
91
91
  " #{Generic::COLOR_WARN}[#{Generic::LOGGER_TAG}] ERROR#{Generic::COLOR_NONE} #{Generic::BM_DELIMITER} “#{Generic::COLOR_WARN}#{e.message}#{Generic::COLOR_NONE}”",
92
92
  e.backtrace.map { |s| "#{Generic::COLOR_WARN}#{s}#{Generic::COLOR_NONE}" }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kantox-chronoscope
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kantox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-08 00:00:00.000000000 Z
11
+ date: 2016-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler