mushy 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 49ce2c989b79318911d3941f9733d582a5911e9b7c31e73fb50bae29d63ee5e0
4
- data.tar.gz: c9cff38e82362e8ec8299ae84884b1c1cfdc511f367c832697f6cb538143b505
3
+ metadata.gz: 1768d2d862215f72ec4ac972490931ac8d989ed8b37353c2d90c440a47047519
4
+ data.tar.gz: 157ae813b2b0c616e574f8e4d15186c64347c86c3d76c67d18e2f12b71a9d550
5
5
  SHA512:
6
- metadata.gz: ef122c23b39ef1ef6dbe3675b66f55840c243341403d5b22f31356c2d31b1dd9fdc66f6572ff6861cfb2ea2c43257c064ab8411e15f01da29a472d4612c8fa89
7
- data.tar.gz: 79a7708ce3fda3f0081d00a767ccc588967a2cbc44f37e27363a769234eb43a1fc53a0e50e1fa74e245497304ee6185b3160a14cac2216c71e09d09ed632f31e
6
+ metadata.gz: ea5cd34d6d16a19f80548831804278a6f7b958612c1fd72a1c8c4df71a9fad1cc1c0578ed9ed35e5afb90a860f4579f4317fb29d4592b38369b9dcc7ec6f6840
7
+ data.tar.gz: 4ecf0d5b933a45eff8d2a2f8d4c4f73bb932476d69cf6456d9c67ca20b46cae1f933a2898eaefa8b49e0e5f149b18a3443de322ba4fc73eb5bd98ae95ba3c8af
@@ -32,7 +32,7 @@ module Mushy
32
32
  the_result = input[:result]
33
33
  the_config = input[:config]
34
34
 
35
- file = Mushy::WriteFile.get_file_from config
35
+ file = Mushy::WriteFile.get_file_from the_config
36
36
  options = {
37
37
  path: file,
38
38
  full: ['true', ''].include?(the_config[:full].to_s),
data/mushy.gemspec CHANGED
@@ -4,7 +4,7 @@ require 'mushy/version'
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'mushy'
7
- s.version = '0.5.0'
7
+ s.version = '0.5.1'
8
8
  s.date = '2020-11-23'
9
9
  s.summary = 'Process streams of work using common modules.'
10
10
  s.description = 'This tool assists in the creation and processing of workflows.'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mushy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon