libis-format 0.9.66 → 0.9.67

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: de79c223826d68a4d808da6e0a97550662df406c
4
- data.tar.gz: 4570a58f5843181d4a17e3d7571a4f1fa0363ad9
3
+ metadata.gz: 633d8435ebe63796b350dba9468fe373a17c48d2
4
+ data.tar.gz: 43e5a6a3ffa8cb732f0388cdf72f63d42260d0fa
5
5
  SHA512:
6
- metadata.gz: 309fbe9715bb7156405b688f41b6f8ac4b1797b402350a5377f65fae8a3d914cb98a431bd3a4fbcd5fbdc9eb49b909d9ed02a0c377069c7e31731f0051f181b2
7
- data.tar.gz: 0fdc7c060da16cceef4af455a52afba45f5e7eebe3968c72b9c0fefeb23bddf4fc359409e1572f48ac128ba04ff1e4d1d61a4846b1bd7fc995802f8dca1410bb
6
+ metadata.gz: f6bdf10cfbce86893b3898570b45d231b3eb70d32acbda308a54403663435eeba03a2a3c1742032de796fbe6e0886a5145fb1c435be5ef7151c63ce8d60407e4
7
+ data.tar.gz: 8bd64ca4ae2fa1aa33bb5bf837c23f1004112192898acdccbb891b901393734291ebde1dc74f1137c69f321eab7e2d8fa16ad8c161ccb16aed56441e9dfa0012
@@ -38,6 +38,7 @@ module Libis
38
38
  raise RuntimeError, "#{self.class} took too long (> #{timeout} seconds) to complete" if result[:timeout]
39
39
  raise RuntimeError, "#{self.class} errors: #{result[:err].join("\n")}" unless result[:status] == 0 && result[:err].empty?
40
40
 
41
+ result
41
42
  end
42
43
  end
43
44
 
@@ -39,6 +39,7 @@ module Libis
39
39
  raise RuntimeError, "#{self.class} took too long (> #{timeout} seconds) to complete" if result[:timeout]
40
40
  raise RuntimeError, "#{self.class} errors: #{result[:err].join("\n")}" unless result[:status] == 0 && result[:err].empty?
41
41
 
42
+ result
42
43
  end
43
44
  end
44
45
 
@@ -36,6 +36,7 @@ module Libis
36
36
  raise RuntimeError, "#{self.class} took too long (> #{timeout} seconds) to complete" if result[:timeout]
37
37
  raise RuntimeError, "#{self.class} errors: #{result[:err].join("\n")}" unless result[:status] == 0 && result[:err].empty?
38
38
 
39
+ result
39
40
  end
40
41
  end
41
42
 
@@ -38,6 +38,7 @@ module Libis
38
38
  raise RuntimeError, "#{self.class} took too long (> #{timeout} seconds) to complete" if result[:timeout]
39
39
  raise RuntimeError, "#{self.class} errors: #{result[:err].join("\n")}" unless result[:status] == 0 && result[:err].empty?
40
40
 
41
+ result
41
42
  end
42
43
  end
43
44
 
@@ -1,5 +1,5 @@
1
1
  module Libis
2
2
  module Format
3
- VERSION = '0.9.66'
3
+ VERSION = '0.9.67'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-format
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.66
4
+ version: 0.9.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-28 00:00:00.000000000 Z
11
+ date: 2018-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler