process_executer 0.6.0 → 0.6.1
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 +4 -4
- data/.yardopts +1 -0
- data/CHANGELOG.md +8 -0
- data/README.md +7 -2
- data/lib/process_executer/version.rb +1 -1
- data/process_executer.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e0e00cd80ace5ff3db9a5c73bdb9ee768538de1fc1c59e0341b3dc70f59c876
|
|
4
|
+
data.tar.gz: 29a8e6d5513f7e0e3ebee923a11a4851adf28293ca5e91a8b4d240cd5c8ab94c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49dda3a26c6a7e95dc94ecdb76d005e0fd05247ad42e57c3113793403a60e8f97d9914ddc7d6221901dc7aa9c7ee4fcd2014548645f4ffb5cea125429f6239c5
|
|
7
|
+
data.tar.gz: e2ad549d573658d1052e99489d8fb9e18b3523c0829fe667b7cfd8bd2a4ce59fd8beee0956086a948ffcc9b1b7e9b1581caf2f4b50f1ed3ec1a5f16085f19807
|
data/.yardopts
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ All notable changes to the process_executer gem will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## v0.6.1 (2023-02-12)
|
|
9
|
+
|
|
10
|
+
[Full Changelog](https://github.com/main-branch/process_executer/compare/v0.6.0..v0.6.1)
|
|
11
|
+
|
|
12
|
+
Changes since v0.6.0:
|
|
13
|
+
|
|
14
|
+
* 34b28a0 Documentation cleanup (#23)
|
|
15
|
+
|
|
8
16
|
## v0.6.0 (2023-02-12)
|
|
9
17
|
|
|
10
18
|
[Full Changelog](https://github.com/main-branch/process_executer/compare/v0.5.0..v0.6.0)
|
data/README.md
CHANGED
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
# The ProcessExecuter Gem
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/process_executer)
|
|
4
|
-
[](https://rubydoc.info/gems/process_executer/)
|
|
5
|
+
[](https://rubydoc.info/gems/process_executer/file/CHANGELOG.md)
|
|
6
|
+
[](https://github.com/main-branch/process_executer/actions?query=workflow%3ACI%20Build)
|
|
5
7
|
[](https://codeclimate.com/github/main-branch/process_executer/maintainability)
|
|
6
8
|
[](https://codeclimate.com/github/main-branch/process_executer/test_coverage)
|
|
7
9
|
|
|
8
10
|
## Features
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
[Full YARD documentation](https://rubydoc.info/gems/process_executer/) for this
|
|
13
|
+
gem is hosted on RubyGems.org.
|
|
14
|
+
|
|
15
|
+
This gem contains the following important classes:
|
|
11
16
|
|
|
12
17
|
### ProcessExecuter::MonitoredPipe
|
|
13
18
|
|
data/process_executer.gemspec
CHANGED
|
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
|
|
19
19
|
spec.metadata['homepage_uri'] = spec.homepage
|
|
20
20
|
spec.metadata['source_code_uri'] = 'https://github.com/main-branch/process_executer'
|
|
21
|
-
spec.metadata['changelog_uri'] = 'https://
|
|
21
|
+
spec.metadata['changelog_uri'] = 'https://rubydoc.info/gems/process_executer/file/CHANGELOG.md'
|
|
22
22
|
|
|
23
23
|
# Specify which files should be added to the gem when it is released.
|
|
24
24
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: process_executer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Couball
|
|
@@ -212,7 +212,7 @@ metadata:
|
|
|
212
212
|
allowed_push_host: https://rubygems.org
|
|
213
213
|
homepage_uri: https://github.com/main-branch/process_executer
|
|
214
214
|
source_code_uri: https://github.com/main-branch/process_executer
|
|
215
|
-
changelog_uri: https://
|
|
215
|
+
changelog_uri: https://rubydoc.info/gems/process_executer/file/CHANGELOG.md
|
|
216
216
|
rubygems_mfa_required: 'true'
|
|
217
217
|
post_install_message:
|
|
218
218
|
rdoc_options: []
|