netsoul 1.4.0 → 1.5.0

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: a04003bb02b749e6d569cc7958e4b14155f84dde
4
- data.tar.gz: 59c4229498648f7a182682d30b0a1352aae48b2e
3
+ metadata.gz: 69ab877b90e212bd01bfa655da8f766e90ac5e5f
4
+ data.tar.gz: f948069add2fa8c9ba63866c1976eb40fa4d2de5
5
5
  SHA512:
6
- metadata.gz: 639b6d93e72d9a9e9d9adb8472ba70eade8f37ca188abe4dcd4876093caf585faec60f8ff34b57d93bb1f01e6631a48b34d296524ace1389da9af3f68d897fc2
7
- data.tar.gz: cd6256097bf4783465d8714097938d7473267125024d4ba456fd96640ab70161a33070d43c25f4c2ba0fc4d032eb0c1ce208e84cbeaa9b73c43b040a5380d5c5
6
+ metadata.gz: 7836e068875b09a19e9b53664616d6cf2cc3dbc1b2c9debcf709e8ccc7042892c799293835ea82a4ac2db7afcc3dce73ebfb8753ddf88e6441f892535f7a4336
7
+ data.tar.gz: 6cc3887131a039cbcd05d01cd98fce81ccbf276d8a9e256bf86279592b3a794a52f8cb321e3f6f1bf645ae7839c89470830d2d27e8683d4d6b2df714e7ca8bc7
data/bin/netsoul-ruby CHANGED
@@ -3,6 +3,7 @@
3
3
  lib = File.expand_path('../../lib', __FILE__)
4
4
  $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
5
5
 
6
+ require 'English'
6
7
  require 'netsoul/config'
7
8
  require 'netsoul/errors'
8
9
  require 'netsoul/logging'
@@ -137,7 +138,7 @@ rescue Interrupt
137
138
  puts '!!! [SIGINT] !!!'
138
139
  exit 42
139
140
  rescue => e
140
- puts "[ERROR]: #{e} - [RETRY_COUNT]: #{retry_count}"
141
+ puts "[ERROR]: #{e}#{$INPUT_RECORD_SEPARATOR}[RETRY_COUNT]: #{retry_count}"
141
142
  c.disconnect
142
143
  c = nil
143
144
  if retry_count > 0
@@ -1,3 +1,3 @@
1
1
  module Netsoul
2
- VERSION = '1.4.0'.freeze
2
+ VERSION = '1.5.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netsoul
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Kakesa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-08 00:00:00.000000000 Z
11
+ date: 2016-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler