process_executer 2.0.0 → 3.0.0

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.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: process_executer
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Couball
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-03-03 00:00:00.000000000 Z
10
+ date: 2025-03-18 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: bundler-audit
@@ -216,9 +216,28 @@ files:
216
216
  - README.md
217
217
  - Rakefile
218
218
  - lib/process_executer.rb
219
+ - lib/process_executer/destination_base.rb
220
+ - lib/process_executer/destinations.rb
221
+ - lib/process_executer/destinations/child_redirection.rb
222
+ - lib/process_executer/destinations/close.rb
223
+ - lib/process_executer/destinations/file_descriptor.rb
224
+ - lib/process_executer/destinations/file_path.rb
225
+ - lib/process_executer/destinations/file_path_mode.rb
226
+ - lib/process_executer/destinations/file_path_mode_perms.rb
227
+ - lib/process_executer/destinations/io.rb
228
+ - lib/process_executer/destinations/monitored_pipe.rb
229
+ - lib/process_executer/destinations/stderr.rb
230
+ - lib/process_executer/destinations/stdout.rb
231
+ - lib/process_executer/destinations/tee.rb
232
+ - lib/process_executer/destinations/writer.rb
219
233
  - lib/process_executer/errors.rb
220
234
  - lib/process_executer/monitored_pipe.rb
221
235
  - lib/process_executer/options.rb
236
+ - lib/process_executer/options/base.rb
237
+ - lib/process_executer/options/option_definition.rb
238
+ - lib/process_executer/options/run_options.rb
239
+ - lib/process_executer/options/spawn_and_wait_options.rb
240
+ - lib/process_executer/options/spawn_options.rb
222
241
  - lib/process_executer/result.rb
223
242
  - lib/process_executer/runner.rb
224
243
  - lib/process_executer/version.rb
@@ -231,8 +250,8 @@ metadata:
231
250
  allowed_push_host: https://rubygems.org
232
251
  homepage_uri: https://github.com/main-branch/process_executer
233
252
  source_code_uri: https://github.com/main-branch/process_executer
234
- documentation_uri: https://rubydoc.info/gems/process_executer/2.0.0
235
- changelog_uri: https://rubydoc.info/gems/process_executer/2.0.0/file/CHANGELOG.md
253
+ documentation_uri: https://rubydoc.info/gems/process_executer/3.0.0
254
+ changelog_uri: https://rubydoc.info/gems/process_executer/3.0.0/file/CHANGELOG.md
236
255
  rubygems_mfa_required: 'true'
237
256
  rdoc_options: []
238
257
  require_paths: