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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1be53f63f96a2a452299cb6d971ef14881ab59d884e3acdb96beaf695cc5ccf3
4
- data.tar.gz: d672bd80a419a3ddca7737d41613baeca488a021e988b9e940ec0cb96d89dbd2
3
+ metadata.gz: af01c11785c2d528f44eb812c4f4ef1c42a6d8b6f52e3f70c416bd3861d0255b
4
+ data.tar.gz: 2159258722893986bd4ce2538a5f20d60b5ada60fd0be7f45c0e93bdf6bc7b55
5
5
  SHA512:
6
- metadata.gz: 0d26cf771713ba9fa5177f20328f305b79d743971695e7c636c4479714896016802f0b2b5910eb7cc68cdfc3dbb683ba40c94c4571e820f765f31bdb06afa074
7
- data.tar.gz: 0317da6d6c71b43e895120d9ec9abc2a7f71fd85c80c3d12fd6ac25acf61d3017e64a2cdfa814248e382640ea1215fe74acce5ceaff84fd34af41c2c7cf3850b
6
+ metadata.gz: ce9d6ef498b9bbcb10eb7899330015ee23a2692cb73d5c9492280aa16ca9383891e96d517ef7ba19bd7581acebe9ae0bb97bb40b57d0d0da81f7747c7097e6a2
7
+ data.tar.gz: baf9bc8fec9b9e83fd4a38da7fd8c49e97dc70c8b67ad40aca6302e5ce8d5fefaefd6598e0141a67867f20df6f2606be25db92fa0313ab3a14fb22a26352d8a2
data/README.md CHANGED
@@ -1,2 +1,14 @@
1
- # alchemy-mission-control-jobs
2
- A simple integration of Mission Control — Jobs into AlchemyCMS
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
+
@@ -1,7 +1,7 @@
1
1
  module Alchemy
2
2
  module MissionControl
3
3
  module Jobs
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
@@ -1,10 +1,10 @@
1
1
  require "alchemy/mission_control/jobs/version"
2
2
  require "alchemy/mission_control/jobs/engine"
3
+ require "mission_control/jobs"
3
4
 
4
5
  module Alchemy
5
6
  module MissionControl
6
7
  module Jobs
7
- # Your code goes here...
8
8
  end
9
9
  end
10
10
  end
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.0
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.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.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: 1.0.1
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: 1.0.1
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: An integration of Mission Control jobs into AlchemyCMS that allows to
143
- administrate of SolidQueue or Rescue.
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