libis-workflow 2.0.beta.3 → 2.0.beta.4

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: 9790f9c81c7096dd8871ffd8d586a233543e68d9
4
- data.tar.gz: 605daffb9699e2deb3da97b921be71182ef5d65a
3
+ metadata.gz: d044c5bb45e3f8b4aa8e509eb7e93c14bb8ae3ac
4
+ data.tar.gz: 947c0372ebbeadda983b18de3d0c17b36a88676e
5
5
  SHA512:
6
- metadata.gz: 4ea5a60fb96c162c8a9c138613bf057cfac85ecde4d4dc42a5ea28833b98480ed1113ecf121fb28c3c5fe63f47813e4e13185dee7c406c1fb08246a307cc5cb7
7
- data.tar.gz: 2cfe51aaa9e05dde6d6b5cba4aee591e614121d04f1121710f369787baffae0c326903c6b308a57c2b46058a8ebd780546499cba4b5c5bcf93aecf457b537ea8
6
+ metadata.gz: e3f8abd240e2a07a207026af2c7dbd0704cec18ace6d28f0e52d548e31f41b3b95b9e6614a1d9238ac3dd2bcde3ed1059bc4b5d17e5e8ca8f14845a85c120105
7
+ data.tar.gz: addc86a020c0eeeea6b0cb10d91d713b5cdd0a952c655037beb70bfef69ca134e32cdbe33bfddb427717a5cf678200cd3ff9b4fbaff1776c1df20cb4ed9965bf
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Libis
4
4
  module Workflow
5
- VERSION = '2.0.beta.3' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
5
+ VERSION = '2.0.beta.4' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
6
6
  end
7
7
  end
@@ -126,7 +126,7 @@ DEBUG -- ProcessFiles - TestRun : 1 of 1 subitems passed
126
126
  DEBUG -- ProcessFiles - TestRun : Completed
127
127
  STR
128
128
  sample_out = sample_out.lines.to_a
129
- output = @logoutput.string.lines
129
+ output = @logoutput.string.lines.to_a
130
130
 
131
131
  puts output.join '\n'
132
132
  expect(sample_out.count).to eq output.count
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.beta.3
4
+ version: 2.0.beta.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser