agent-harness 0.13.0 → 0.13.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/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/agent-harness.rb +3 -0
- data/lib/agent_harness/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3a201ecbf9bf04a0e6f3779a3c8542bf10d754b7a46bcad885d78b6aeac9f218
|
|
4
|
+
data.tar.gz: 6066482e6d034ec81a039e89185c98f056e8eb343afd20f57828be5205951ef8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fdbb690097bdb257cc36f539747c188ded3238a1e3e9c7c085de247458454e09241b8e95e714f048bfbef84901cbc43bfc3e2c150b71f2e6b4413f346a892807
|
|
7
|
+
data.tar.gz: e0778b9195c3d70f3d706dc683f89eb8dff0c3aee5c96e5035a578f5a39d0abf40299510efb898b92f930ff20ea07e09a091c4bf7723e15378a1fe6a67ad4354
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.13.1](https://github.com/viamin/agent-harness/compare/agent-harness/v0.13.0...agent-harness/v0.13.1) (2026-05-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* Gem name (agent-harness) and require file (agent_harness) naming mismatch ([#189](https://github.com/viamin/agent-harness/issues/189)) ([4f19ba6](https://github.com/viamin/agent-harness/commit/4f19ba61d31a7815100fc602b73230b369770961))
|
|
9
|
+
|
|
3
10
|
## [0.13.0](https://github.com/viamin/agent-harness/compare/agent-harness/v0.12.0...agent-harness/v0.13.0) (2026-05-03)
|
|
4
11
|
|
|
5
12
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: agent-harness
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bart Agapinan
|
|
@@ -98,6 +98,7 @@ files:
|
|
|
98
98
|
- bin/console
|
|
99
99
|
- bin/setup
|
|
100
100
|
- json-2.18.1.gem
|
|
101
|
+
- lib/agent-harness.rb
|
|
101
102
|
- lib/agent_harness.rb
|
|
102
103
|
- lib/agent_harness/authentication.rb
|
|
103
104
|
- lib/agent_harness/command_executor.rb
|