mushy 0.21.1 → 0.21.2

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: 32b68312119c9602d68480b2c6e3538cce109b048ddeb165f97f14486fd4e9a2
4
- data.tar.gz: 9302ac7cdd00849d004c8cb37350b71b92e8fced73622bebfc084070168408ef
3
+ metadata.gz: b74a763b3548295aa4227af27f34e3472f057e9091896ecf0afa45a2e0452dfd
4
+ data.tar.gz: f5a7f830dea50073856eb0ff645f0904e27f04b546fb6ace2b5f6219d94e31c1
5
5
  SHA512:
6
- metadata.gz: 5a9e8d98c36b36420885b8316064c3310d8138cb27f2997e7bae897e9dd428eb6c039f108c72fb5def15266353e98626457482390aa0c4952b59318d31583f39
7
- data.tar.gz: 4ada310e71abae1317ed7ba7421244503f0107e0c751f362ad35c61ac5d20d967b654c666661174ec81e232b40581014529cdb7855647ed5817fc5fef301f338
6
+ metadata.gz: 13a60bf45d09d7d768dab814966301d09ff7156b9c77261af1ec6f27d5e4fb11840f091034be5cd8df2e89e7ef3024503c29640269183e522e75bc8bc1261e5a
7
+ data.tar.gz: 4fdf85336bcf80cfaf147f2f4e92f1e4a6956ffb9a014b89b04f57faa523c00ec9c7803909b47c10324490d70472b87bcbc063fb0877d6e8d80b333828967d24
@@ -29,7 +29,7 @@ module Mushy
29
29
  description: 'When a file is added, this type of result will be returned.',
30
30
  result: {
31
31
  modified: [],
32
- added: ["/home/pi/Desktop/mushy/bin/hey.txt"],
32
+ added: [ { path: '/home/pi/Desktop/mushy/bin/hey.txt', directory: '/home/pi/Desktop/mushy/bin', name: 'hey.txt' } ],
33
33
  removed:[]
34
34
  }
35
35
  },
@@ -38,13 +38,13 @@ module Mushy
38
38
  result: {
39
39
  modified: [],
40
40
  added: [],
41
- removed:["/home/pi/Desktop/mushy/mushy-0.15.3.gem"]
41
+ removed:[{ path: '/home/pi/Desktop/mushy/mushy-0.15.3.gem', directory: '/home/pi/Desktop/mushy', name: 'mushy-0.15.3.gem'} ]
42
42
  }
43
43
  },
44
44
  "Files Modified" => {
45
45
  description: 'When a file is modified, this type of result will be returned.',
46
46
  result: {
47
- modified: ["/home/pi/Desktop/mushy/lib/mushy/fluxs/environment.rb"],
47
+ modified: [ { path: '/home/pi/Desktop/mushy/lib/mushy/fluxs/environment.rb', directory: '/home/pi/Desktop/mushy/lib/mushy/fluxs/environment.rb', name: 'environment.rb' } ],
48
48
  added: [],
49
49
  removed:[]
50
50
  }
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.21.1'
7
+ s.version = '0.21.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.21.1
4
+ version: 0.21.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon