lono 6.1.0 → 6.1.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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/lono/template/dsl/builder/helpers/param_helper.rb +1 -0
- data/lib/lono/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: 1049f96324d90de9b82a5708712e7ca895b739a6abbb5c6c3d1e2fd83352874b
|
|
4
|
+
data.tar.gz: 19dd1187fc592d79a1145d97dd37156ebb4eae79c1d69e625ecb52fee1cd4952
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 594467392c1552d378e205bf5c19382a99b04bf6ff3ee34fb8fa99851185cea408cd81691e52e7bc204a4df38e7919cc4fd141b409c9bb36f9eb292f8d9fe0e2
|
|
7
|
+
data.tar.gz: 3d2e5dbb7a5fe708001f69c65bcf5fb941594688d58fef6a50bfdd03c4da5e01e2615230a2807a417abf1a7f5c7f982acf25b0e861cbfbdcde15e87834853e88
|
data/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
|
|
5
5
|
|
|
6
|
+
## [6.1.1]
|
|
7
|
+
- #19 fix param Conditional option
|
|
8
|
+
|
|
6
9
|
## [6.1.0]
|
|
7
10
|
- #17 big improvements to how the configs lookup logic happens: simpler and easier to understand
|
|
8
11
|
- variables lookup strategy is same as params
|
data/lib/lono/version.rb
CHANGED