alchemy-mission_control-jobs 0.1.0 → 0.1.2
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.
- checksums.yaml +4 -4
- data/README.md +14 -2
- data/lib/alchemy/mission_control/jobs/version.rb +1 -1
- data/lib/alchemy/mission_control/jobs.rb +1 -1
- metadata +27 -23
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af01c11785c2d528f44eb812c4f4ef1c42a6d8b6f52e3f70c416bd3861d0255b
|
4
|
+
data.tar.gz: 2159258722893986bd4ce2538a5f20d60b5ada60fd0be7f45c0e93bdf6bc7b55
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ce9d6ef498b9bbcb10eb7899330015ee23a2692cb73d5c9492280aa16ca9383891e96d517ef7ba19bd7581acebe9ae0bb97bb40b57d0d0da81f7747c7097e6a2
|
7
|
+
data.tar.gz: baf9bc8fec9b9e83fd4a38da7fd8c49e97dc70c8b67ad40aca6302e5ce8d5fefaefd6598e0141a67867f20df6f2606be25db92fa0313ab3a14fb22a26352d8a2
|
data/README.md
CHANGED
@@ -1,2 +1,14 @@
|
|
1
|
-
#
|
2
|
-
|
1
|
+
# Alchemy Mission Control Jobs
|
2
|
+
|
3
|
+
A simple integration of Mission Control — Jobs into AlchemyCMS. It adds a new menu item into the Alchemy Admin
|
4
|
+
interface and integrates the Mission Control - Jobs Backend via iframe into the Alchemy Backend. Mission Control Backend
|
5
|
+
is only available for admin users.
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add the gem to your Gemfile and restart the application.
|
10
|
+
|
11
|
+
```shell
|
12
|
+
$ bundle add alchemy-mission_control-jobs
|
13
|
+
```
|
14
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alchemy-mission_control-jobs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sascha Karnatz
|
@@ -13,62 +13,62 @@ dependencies:
|
|
13
13
|
name: rails
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "~>"
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: '7.2'
|
19
16
|
- - ">="
|
20
17
|
- !ruby/object:Gem::Version
|
21
|
-
version: 7.2.
|
18
|
+
version: 7.2.0
|
19
|
+
- - "<"
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '8.1'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
25
|
requirements:
|
26
|
-
- - "~>"
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
version: '7.2'
|
29
26
|
- - ">="
|
30
27
|
- !ruby/object:Gem::Version
|
31
|
-
version: 7.2.
|
28
|
+
version: 7.2.0
|
29
|
+
- - "<"
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: '8.1'
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: alchemy_cms
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
35
35
|
requirements:
|
36
|
-
- - "~>"
|
37
|
-
- !ruby/object:Gem::Version
|
38
|
-
version: '7.4'
|
39
36
|
- - ">="
|
40
37
|
- !ruby/object:Gem::Version
|
41
38
|
version: 7.4.0
|
39
|
+
- - "<"
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '8.0'
|
42
42
|
type: :runtime
|
43
43
|
prerelease: false
|
44
44
|
version_requirements: !ruby/object:Gem::Requirement
|
45
45
|
requirements:
|
46
|
-
- - "~>"
|
47
|
-
- !ruby/object:Gem::Version
|
48
|
-
version: '7.4'
|
49
46
|
- - ">="
|
50
47
|
- !ruby/object:Gem::Version
|
51
48
|
version: 7.4.0
|
49
|
+
- - "<"
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '8.0'
|
52
52
|
- !ruby/object:Gem::Dependency
|
53
53
|
name: mission_control-jobs
|
54
54
|
requirement: !ruby/object:Gem::Requirement
|
55
55
|
requirements:
|
56
|
-
- - "
|
56
|
+
- - ">="
|
57
57
|
- !ruby/object:Gem::Version
|
58
58
|
version: '1.0'
|
59
|
-
- - "
|
59
|
+
- - "<"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version:
|
61
|
+
version: '2.0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '1.0'
|
69
|
-
- - "
|
69
|
+
- - "<"
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version:
|
71
|
+
version: '2.0'
|
72
72
|
- !ruby/object:Gem::Dependency
|
73
73
|
name: capybara
|
74
74
|
requirement: !ruby/object:Gem::Requirement
|
@@ -139,8 +139,8 @@ dependencies:
|
|
139
139
|
- - "~>"
|
140
140
|
- !ruby/object:Gem::Version
|
141
141
|
version: '4.29'
|
142
|
-
description:
|
143
|
-
|
142
|
+
description: A simple integration of Mission Control jobs into AlchemyCMS that adds
|
143
|
+
a dashboard for Active Job.
|
144
144
|
email:
|
145
145
|
- 68833+kulturbande@users.noreply.github.com
|
146
146
|
executables: []
|
@@ -172,6 +172,10 @@ metadata:
|
|
172
172
|
homepage_uri: https://sitediver.com
|
173
173
|
source_code_uri: https://github.com/sitediver/alchemy-mission_control-jobs
|
174
174
|
changelog_uri: https://github.com/sitediver/alchemy-mission_control-jobs/CHANGELOG.md
|
175
|
+
post_install_message: "-------------------------------------------------------------\n
|
176
|
+
\ Thank you for installing Alchemy MissionControl Jobs.\n-------------------------------------------------------------\n\nPlease
|
177
|
+
make sure, that alchemy-mission-control-jobs is placed\nafter Alchemy CMS in your
|
178
|
+
Gemfile! \n-------------------------------------------------------------\n\n"
|
175
179
|
rdoc_options: []
|
176
180
|
require_paths:
|
177
181
|
- lib
|