alchemy-mission_control-jobs 0.2.0 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4c1b51cc9926fb27845697bd30f9ecd641586d39a31351919a928538f9865c71
4
- data.tar.gz: 3f0a6c9facb8936f7f8e713eb545d3a7f5de9a98a526cb09f5c3dff9820fafff
3
+ metadata.gz: 889bd26404e3b02947c344c3d7db4a76f218a0432bff103a9fe391cb6517b0ce
4
+ data.tar.gz: 919d1644f16b9d7b7d92da723780947aed4b67b4767d9b834a6f9fcbb10f4d1d
5
5
  SHA512:
6
- metadata.gz: 8523b1320c0dda0f591c3a8bada520f9405f3032aa742f4ae67324b56e2bd53e2511117837713bebe47c4c87d149a474c1c3d203a8582ad42c2dc9e078a34a5a
7
- data.tar.gz: 7f89e98163daed019fb3ec289dc80bd195e1ba15e64f1be64dc769bdf168ca83698f8b1b416fae834e3b141d637bd5308b6e0972b8ac1fd32e20350ffc997da7
6
+ metadata.gz: 8e0cd250a6587092b5de171acaaa7fe935bed7af66c2b813e609314ab5a9779b0112be243763f7ba93bfa74d09256f94fa09b16f434e08e215f5575a4a97a4c9
7
+ data.tar.gz: ba41920f96a01d55c09241f1318f9269c53d743d58af3ef3fe12fbdd7d65435c2892d7d5d65e53b5e17fc0176dce46ddfc4301eea45428e00962c687505a19cd
data/README.md CHANGED
@@ -26,5 +26,6 @@ Second, generate the changelog entries. Set the version parameter with the upcom
26
26
  VERSION=x.y.z rake changelog
27
27
  ```
28
28
 
29
- Amend that changelog into the previous commit.
29
+ Amend that changelog into the previous commit. After that go to [Releases Page](https://github.com/sitediver/alchemy-mission_control-jobs/releases)
30
+ and create a new release. Be aware the the tag has to start with `v` (e.g `v0.2.0`). Otherwise, the Release action will fail.
30
31
 
@@ -1,7 +1,7 @@
1
1
  module Alchemy
2
2
  module MissionControl
3
3
  module Jobs
4
- VERSION = "0.2.0"
4
+ VERSION = "0.2.1"
5
5
  end
6
6
  end
7
7
  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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sascha Karnatz