foreman-tasks 0.8.4 → 0.8.5

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: 389ffc4bd5e783510bbc816f36d6d5d34348e6a5
4
- data.tar.gz: 86f92a216b1429f52d5b0ab3fe1abc06f46151ba
3
+ metadata.gz: 33e51f8a561fcf981de582b170e3a58a4be50b8b
4
+ data.tar.gz: f77f1a81f93d978251f66018719d6efed2ba190d
5
5
  SHA512:
6
- metadata.gz: d2dcec67bfe4d2dbda1ac3debced3e5a40121c22e324927f67bfda3371b847aa93568ad219fc8ca4c09c8140d8488a08184b333b4d2f372d42aa7f66c037c90b
7
- data.tar.gz: b82fa528ef6d581c2c98b375f27f705d0a9e1e6928630f84e0cd6349eaf1a0f747f57d6caff01421d0e8d06f59415581ed8d90221ce15fd03bd80f51810d977e
6
+ metadata.gz: 863173962400843217480075a4b8f274b7c335549cda126e64b68e90cfdc9c083750efd513fcbf1ad2e1c24a18f954ce4ffca2c529d877e0a55c068cda17f9cf
7
+ data.tar.gz: d7272a600ccc1843276d89dc3caf9209af1839e6f3eb67f52d1d01f39bb092304b3ca5d66643c87f1fea6d8da816232e9260c05dd3e7309098f8e601489b3b03
@@ -2,8 +2,9 @@ require 'dynflow/testing'
2
2
  module ForemanTasks
3
3
  module TestHelpers
4
4
  def self.test_in_thread_world
5
+ return @test_in_thread_world if @test_in_thread_world
5
6
  world_config = ForemanTasks.dynflow.config.world_config
6
- @test_in_thread_world ||= ::Dynflow::Testing::InThreadWorld.new(world_config)
7
+ @test_in_thread_world = ::Dynflow::Testing::InThreadWorld.new(world_config)
7
8
  end
8
9
 
9
10
  module WithInThreadExecutor
@@ -1,3 +1,3 @@
1
1
  module ForemanTasks
2
- VERSION = "0.8.4"
2
+ VERSION = "0.8.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreman-tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.4
4
+ version: 0.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ivan Nečas
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-15 00:00:00.000000000 Z
11
+ date: 2016-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: foreman-tasks-core