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 +4 -4
- data/lib/foreman_tasks/test_helpers.rb +2 -1
- data/lib/foreman_tasks/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33e51f8a561fcf981de582b170e3a58a4be50b8b
|
4
|
+
data.tar.gz: f77f1a81f93d978251f66018719d6efed2ba190d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
7
|
+
@test_in_thread_world = ::Dynflow::Testing::InThreadWorld.new(world_config)
|
7
8
|
end
|
8
9
|
|
9
10
|
module WithInThreadExecutor
|
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
|
+
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-
|
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
|