cloudmunda 0.1.4 → 0.1.5
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/CHANGELOG.md +3 -0
- data/Gemfile.lock +2 -2
- data/lib/cloudmunda/cli/processor.rb +0 -1
- data/lib/cloudmunda/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d39c8c008a5daa06c17d7b1043da928af38b1526c03cf7b720e3f80170cf90f8
|
|
4
|
+
data.tar.gz: 20648b7f7b16f890de112425f0ab8ebea2fa28977448944de6f4feae015483a4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37f31eb311148f3d4d44dae9790701dc136f92904337118786e749710db0fe54e4845d890985693fa788e22edbcf11dfa1b9c91d3f24daddf03b47c94b0d8e36
|
|
7
|
+
data.tar.gz: f171d29587a6c5ad5fc854a9008f6a1af30b12b070311633bf57dbf96ccb7a356c275347fb80d2fed2126ae67a0938e1aed555d743398769463bd5b18545312d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.1.5] - 2022-08-09
|
|
4
|
+
- Remove usage of Concurrent::TimerTask's timeout_interval since it has been deprecated.
|
|
5
|
+
|
|
3
6
|
## [0.1.4] - 2022-08-09
|
|
4
7
|
- Rework how we use `runs_in_development` together with `type`. This is a very biased approach. What we do from now on if when in your job definition `runs_in_development` equals to true, we will add `-dev` to the type name.
|
|
5
8
|
|
data/Gemfile.lock
CHANGED
data/lib/cloudmunda/version.rb
CHANGED