alchemy-mission_control-jobs 0.1.1 → 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: 3e6c6fa5e472a51bec7c3b7bfe5bd6e6156b11a3997bb0df43e54f821c19f718
4
- data.tar.gz: 6cbf98168df1c5984275bea62d47183732e911079e91e62a65ff4fc4627d1932
3
+ metadata.gz: af01c11785c2d528f44eb812c4f4ef1c42a6d8b6f52e3f70c416bd3861d0255b
4
+ data.tar.gz: 2159258722893986bd4ce2538a5f20d60b5ada60fd0be7f45c0e93bdf6bc7b55
5
5
  SHA512:
6
- metadata.gz: 973a77e5993d415998c7bc11f92762e89be3901bda4eca507cf945c366921c810d1d6ac6d7eabfe70e4814117b79480b27fb7e19e4f204121f450a347f2dabc1
7
- data.tar.gz: e9b2f12d4fd6a23f1f7214dfaed17c3b09f6fe94a5a6281982e5fa98f41efd34dbde9728d73d393b91d0a8b9707cfeb8d21230c9c2a536768f197702d2f50acc
6
+ metadata.gz: ce9d6ef498b9bbcb10eb7899330015ee23a2692cb73d5c9492280aa16ca9383891e96d517ef7ba19bd7581acebe9ae0bb97bb40b57d0d0da81f7747c7097e6a2
7
+ data.tar.gz: baf9bc8fec9b9e83fd4a38da7fd8c49e97dc70c8b67ad40aca6302e5ce8d5fefaefd6598e0141a67867f20df6f2606be25db92fa0313ab3a14fb22a26352d8a2
@@ -1,7 +1,7 @@
1
1
  module Alchemy
2
2
  module MissionControl
3
3
  module Jobs
4
- VERSION = "0.1.1"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Karnatz
@@ -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