foreman-tasks-core 0.1.7 → 0.1.8
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_core.rb +1 -0
- data/lib/foreman_tasks_core/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: f8dd7e1a045b304faf9b0d322a06aaa7b41f9c64
|
4
|
+
data.tar.gz: 3a3052310c69eaaa79bdf09ff1ea8fd19ae2e810
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 615b75e6c9397f65d57beae92f0d46377933295f1f70eae0705684dee53124f4c9ce7081a92b042dcd092ea5c3434355fd949ca85a41f589b7bde4f47bf23fd7
|
7
|
+
data.tar.gz: f757085186d4d1330f4e743876b0f5eb7793cbe4f4c6e2e8d59e26a8e727e27099c05fd9b82b1a31951a98dcbdf742671a0678e998e748b08112d76981a7e16b
|
data/lib/foreman_tasks_core.rb
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# The goal of ForemanTasksCore is to collect parts of foreman-tasks
|
2
2
|
# that can be shared by the Foreman server and Foreman proxy
|
3
3
|
|
4
|
+
require 'dynflow'
|
4
5
|
require 'foreman_tasks_core/settings_loader'
|
5
6
|
require 'foreman_tasks_core/otp_manager'
|
6
7
|
require 'foreman_tasks_core/ticker'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foreman-tasks-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
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: 2017-09-
|
11
|
+
date: 2017-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
Common code used both at Forman and Foreman proxy regarding tasks
|