strum 0.1.0 → 0.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: e42ae1ed242ca62b4424ebeb549eaccbd54f3b66348fb31bc7d65f457efdf1a0
4
- data.tar.gz: a86f1a2c6d32b9c211b68702514411da590801ecbc6637b40a5a88f9d47f6699
3
+ metadata.gz: 3f31df72127e2e0b1641f04a6653c6dd73c9104a0755a1b3b69536a9da88478a
4
+ data.tar.gz: 61e6b4f3e9751b1399feaa24c036d0f1296cf71fc0e6009043bf4b70fbb329c2
5
5
  SHA512:
6
- metadata.gz: dfa1308d4b365e7ab7a0d945dadcc0289908e8e17760d2cde18741a3206ebd618d4d300250f92158825906a0c472866474084c24151da7e12baad9b670b3448f
7
- data.tar.gz: 64482d3661a03579d1944723969d74e7b2f4c582e0e3386eb05391ab6796c6740e5acf8c95452c156fe2d05c5cdf8ac604a84261623166a5697a4b8c2e591bec
6
+ metadata.gz: 6f728e080d5ac456c2d45abbaf7e615526c03097a911676e7cc1ac5198b5998a26d7cff4bf8ab1ced7b422ff385a4ca58bca8950ac87f02dd81d2caba079ba16
7
+ data.tar.gz: d7cd68e74b374f946a85e4425de7cf112c83c6b56c93a1da0801e6541fced786eb1990e82342a0c555a10b126e5a0729a2263c452eb5cba454f6e24908217f10
@@ -57,7 +57,7 @@ module Strum
57
57
  inputs[result_place] = result
58
58
  elsif !clean_output && result.is_a?(Hash) && output_value.is_a?(Hash)
59
59
  output(output_value.merge(result))
60
- else
60
+ elsif result
61
61
  output(result)
62
62
  end
63
63
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Strum
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: strum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Serhiy Nazarov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-24 00:00:00.000000000 Z
11
+ date: 2020-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json-schema