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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00b82bf7f6fe03723b4819ebe0852b507d141654905d9fab6be7755d5bda22d2
4
- data.tar.gz: 20552ff66d7d729e114c1539f1f5e8df2956b746c444a3bc3ce699021b46ce28
3
+ metadata.gz: 1049f96324d90de9b82a5708712e7ca895b739a6abbb5c6c3d1e2fd83352874b
4
+ data.tar.gz: 19dd1187fc592d79a1145d97dd37156ebb4eae79c1d69e625ecb52fee1cd4952
5
5
  SHA512:
6
- metadata.gz: e408ef09601c5472db878a329968fa4da5bca6f14980cc7adf56fee36895ae5a7312ebe4ebf8bbb969b12dcdeac8ef01b9bf9f542149b4c230ed6e271678a804
7
- data.tar.gz: 437bb6232f2ab9b605c7653cf3da3fba70ab93d8a4e6bc201598a2917eac4a365612a2fb66a1359a71fbc38c3fc30a32b4f25b4ebc9f65793f8ad1d4ffd2297c
6
+ metadata.gz: 594467392c1552d378e205bf5c19382a99b04bf6ff3ee34fb8fa99851185cea408cd81691e52e7bc204a4df38e7919cc4fd141b409c9bb36f9eb292f8d9fe0e2
7
+ data.tar.gz: 3d2e5dbb7a5fe708001f69c65bcf5fb941594688d58fef6a50bfdd03c4da5e01e2615230a2807a417abf1a7f5c7f982acf25b0e861cbfbdcde15e87834853e88
@@ -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
@@ -22,6 +22,7 @@ module Lono::Template::Dsl::Builder::Helpers
22
22
  # use long name to minimize method name collision
23
23
  def normalize_conditional_parameter_options(options)
24
24
  if options.is_a?(Hash)
25
+ options.delete(:Conditional)
25
26
  options = if options.empty?
26
27
  ""
27
28
  else
@@ -1,3 +1,3 @@
1
1
  module Lono
2
- VERSION = "6.1.0"
2
+ VERSION = "6.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lono
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen