process_executer 1.1.1 → 1.1.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/process_executer/status.rb +1 -0
- data/lib/process_executer/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 939beda136b7c1bffc2a3e16edda8083125cc5db3acc49f2dcec7837a96d510b
|
4
|
+
data.tar.gz: bea06af73eeff96c1583fdc422b0fe4fdd29f0964f10b6e88c9ee8174d94c5b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cb8172471ed879e039904a731c40f23c0705643b78cfd0df7ce5d4671ae45db2c65308a9cf54416173fb4ff10d87a23e00e93a52b534aa15f453306c04be848
|
7
|
+
data.tar.gz: 3f25c2cb40a0689a04f26c83d865ddafe35e56cca8d9593f3916c3c5b7b3d41c136f243721978c7b040f9ec4eb53a34902ba01c0877c0dab074102916ddecfc8
|
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
|
+
## v1.1.2 (2024-09-26)
|
9
|
+
|
10
|
+
[Full Changelog](https://github.com/main-branch/process_executer/compare/v1.1.1..v1.1.2)
|
11
|
+
|
12
|
+
Changes since v1.1.1:
|
13
|
+
|
14
|
+
* 2006301 Re-add require for 'forwardable'
|
15
|
+
|
8
16
|
## v1.1.1 (2024-09-25)
|
9
17
|
|
10
18
|
[Full Changelog](https://github.com/main-branch/process_executer/compare/v1.1.0..v1.1.1)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: process_executer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Couball
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-09-
|
11
|
+
date: 2024-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler-audit
|
@@ -200,8 +200,8 @@ metadata:
|
|
200
200
|
allowed_push_host: https://rubygems.org
|
201
201
|
homepage_uri: https://github.com/main-branch/process_executer
|
202
202
|
source_code_uri: https://github.com/main-branch/process_executer
|
203
|
-
changelog_uri: https://rubydoc.info/gems/process_executer/1.1.
|
204
|
-
documentation_uri: https://rubydoc.info/gems/process_executer/1.1.
|
203
|
+
changelog_uri: https://rubydoc.info/gems/process_executer/1.1.2/file/CHANGELOG.md
|
204
|
+
documentation_uri: https://rubydoc.info/gems/process_executer/1.1.2
|
205
205
|
rubygems_mfa_required: 'true'
|
206
206
|
post_install_message:
|
207
207
|
rdoc_options: []
|