libis-workflow-mongoid 2.0.beta.7 → 2.0.beta.7.1

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: ac4c9488f91558b6d4fafd74dee9f290ee3d0cef
4
- data.tar.gz: 2d3a0bb20458ad20cbbcc602e7b464a6007cf94e
3
+ metadata.gz: 6466278365e2209ba251617066ae6985e5f270e9
4
+ data.tar.gz: 063440949f5164cbe98581f4a9d6c2e0864ec6ee
5
5
  SHA512:
6
- metadata.gz: 908030d2bf775e4c7ce2e9a093ac702052c5dae6a7c75dc493b35c883c0e2a0f3b4462773dc02f8a8a3a9af992c471626f04bde61cb22efcd29af9171322ad32
7
- data.tar.gz: 97cd7017c9f6f636ecd63e218775f555a8cdb23523e807a3cdea3add0d4a1379c719c94f29e7411569a4718b63b29bb83590b11a7b3fc939331a483dd76e2e9b
6
+ metadata.gz: 9388dc7fb05308b629830cbf14431fc3489bed4f889124f045033b836bad926881225f4dd3785d373f29e1378ae595c4ad1b0e251f8f008f04efa7a1b506c442
7
+ data.tar.gz: 85a40bff7f1b10f2ee7f6b2708a8c90cada57083d8e160ca9b5fd6f7042a39123faaa272a3a737c5a3ecdcaecced5d66f15dd591b180dfb859b762ee40004aa8
@@ -3,7 +3,7 @@
3
3
  module Libis
4
4
  module Workflow
5
5
  module Mongoid
6
- VERSION = '2.0.beta.7' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
6
+ VERSION = '2.0.beta.7.1' unless const_defined? :VERSION # the guard is against a redefinition warning that happens on Travis
7
7
  end
8
8
  end
9
9
  end
@@ -24,7 +24,7 @@ describe 'TestWorkflow' do
24
24
  cfg.taskdir = File.join(File.dirname(__FILE__), 'tasks')
25
25
  cfg.workdir = File.join(File.dirname(__FILE__), 'work')
26
26
  cfg.logger = Logger.new @logoutput
27
- cfg.set_formatter
27
+ cfg.set_log_formatter
28
28
  cfg.logger.level = Logger::DEBUG
29
29
  cfg.database_connect 'mongoid.yml', :test
30
30
  end
@@ -150,7 +150,7 @@ STR
150
150
 
151
151
  expect(output.count).to eq sample_out.count
152
152
  output.each_with_index do |o, i|
153
- expect(o[/(?<=\] ).*/]).to eq sample_out[i].strip
153
+ expect(o.strip).to match(/#{Regexp.escape sample_out[i].strip}$/)
154
154
  end
155
155
 
156
156
  expect(@run.summary['DEBUG']).to eq 57
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libis-workflow-mongoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.beta.7
4
+ version: 2.0.beta.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kris Dekeyser