foreman-tasks 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +5 -0
- data/lib/foreman_tasks/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -118,6 +118,11 @@ Also, there is a possibility to run the executor in daemonized mode
|
|
|
118
118
|
using the `dynflow-executor`. It expects to be executed from Foreman
|
|
119
119
|
rails root directory. See `-h` for more details and options
|
|
120
120
|
|
|
121
|
+
Issues
|
|
122
|
+
------
|
|
123
|
+
|
|
124
|
+
The issues are tracked [here](http://projects.theforeman.org/projects/foreman-tasks/issues)
|
|
125
|
+
|
|
121
126
|
Documentation
|
|
122
127
|
-------------
|
|
123
128
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: foreman-tasks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -50,7 +50,7 @@ dependencies:
|
|
|
50
50
|
requirements:
|
|
51
51
|
- - ! '>='
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version:
|
|
53
|
+
version: 0.5.0
|
|
54
54
|
type: :runtime
|
|
55
55
|
prerelease: false
|
|
56
56
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -58,7 +58,7 @@ dependencies:
|
|
|
58
58
|
requirements:
|
|
59
59
|
- - ! '>='
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
|
-
version:
|
|
61
|
+
version: 0.5.0
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: sequel
|
|
64
64
|
requirement: !ruby/object:Gem::Requirement
|