mushy 0.5.1 → 0.5.2

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: 1768d2d862215f72ec4ac972490931ac8d989ed8b37353c2d90c440a47047519
4
- data.tar.gz: 157ae813b2b0c616e574f8e4d15186c64347c86c3d76c67d18e2f12b71a9d550
3
+ metadata.gz: e8d94c18f18225b3d7b04d1c78731a2d1211e444f8685a4c812368b8025b4357
4
+ data.tar.gz: 9df6cbd619217e2d24e8495ad104f49ddb5fc0e68d22ce5098f9a5e39067f85c
5
5
  SHA512:
6
- metadata.gz: ea5cd34d6d16a19f80548831804278a6f7b958612c1fd72a1c8c4df71a9fad1cc1c0578ed9ed35e5afb90a860f4579f4317fb29d4592b38369b9dcc7ec6f6840
7
- data.tar.gz: 4ecf0d5b933a45eff8d2a2f8d4c4f73bb932476d69cf6456d9c67ca20b46cae1f933a2898eaefa8b49e0e5f149b18a3443de322ba4fc73eb5bd98ae95ba3c8af
6
+ metadata.gz: 77474ee6b3b8ef571cd3283896c2c9a30bb2b245cc07ad357f2128ab82d5eec3092ae4eb374111b0baffa061b14257ad6daacd9adadf7fb00185c94c032b7bf3
7
+ data.tar.gz: 1a5019513bd3223d4106938518026e1790764bf927e14a776b4d9c42889e1b1e380973efe61fb93e81d25db200ba53bffc51dacb8f571c711e646e7b80edf078
@@ -51,6 +51,7 @@ module Mushy
51
51
 
52
52
  needs_special_work_for_path = config[:directory_only].to_s != 'true' &&
53
53
  config[:path].to_s != '' &&
54
+ lines[0] &&
54
55
  lines[0].start_with?('total ')
55
56
 
56
57
  origin = config[:directory] || Dir.pwd
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.1'
7
+ s.version = '0.5.2'
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.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon