mushy 0.0.5 → 0.0.6

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: 971693353748e8d21c56dfa911cf669b79a10fce38530eaeb9c8ab019c69be73
4
- data.tar.gz: 58ef99b38f1ebc13fbd68bca3e6597b43ba4310313e780ab38c55e14dcc31b07
3
+ metadata.gz: d600a02a01a8ab0b72d853e0756b8abab002072eb97435e1502f159c34b1d22d
4
+ data.tar.gz: 506d0ae442e3c44c877af2f7474792e6c8e4bd1c79ecde3f9b7917bb84817c5d
5
5
  SHA512:
6
- metadata.gz: f124d798c6d44e1ecefc2b5b44726c20f7c5e07ed25182776cf2db69e230ef646d84d45627f5d645ff04be725c7db891bf597c4317bd42f9372a070b425cc72c
7
- data.tar.gz: f7a5875f509dd43c1543c89636a9e435ff0cabec094fe109113f173fb26e6eef6bd0a0f0634dc35f1ee78f9c71f6e7e6fd166515f222383f3fcef8d4be4f4deb
6
+ metadata.gz: 1170524f5a821ce6a35d4fc65b4672371ec5c21940c113d7eb41d5397c94c0d804ec6a10f6bc1c8e6508c1093917afe030b12353a7f1c7fdb8a1635bda62f463
7
+ data.tar.gz: 62a78ba547cbe18846dc0308ab48d3460ab2c201afe93e09410febde8e6932c8475e619be31e657531504d441a816a295a3e0a128503c2f2917f47b3a24261ef
@@ -60,7 +60,7 @@ module Mushy
60
60
  wait_before_closing: {
61
61
  description: 'Wait this many seconds before closing the browser.',
62
62
  type: 'integer',
63
- value: 'cookies',
63
+ value: '',
64
64
  },
65
65
  },
66
66
  }
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.0.5'
7
+ s.version = '0.0.6'
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.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darren Cauthon