tui-td 0.1.0 → 0.1.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/README.md +1 -2
- data/lib/tui_td/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0be0079e98bf668b7fb089333a443ac31e36e1726254d129461e0f580ba1af9b
|
|
4
|
+
data.tar.gz: 25b660c725c5dd79e7eada430d71a6f8711bd6c5b763bbc1069bc7fc740322e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44ab226b002b10eec8d8bc1b8f6ffb84c92a1c5ad2a6cb491d08f7cd647acec4bd024e63806b8a3f16f524c36b8a608f11b7749fedf352e75a7ed26d81803694
|
|
7
|
+
data.tar.gz: 4ad17e1e563b1d7c8c34d098b249eb9b05fb8da335c570409dff236048a91039852f595b2a08c87e5780d6ad5b24148b9f6b999d34c2a437d1617c800a164f4b
|
data/README.md
CHANGED
data/lib/tui_td/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tui-td
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Haluk Durmus
|
|
@@ -107,9 +107,9 @@ dependencies:
|
|
|
107
107
|
- - "~>"
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
109
|
version: '1.50'
|
|
110
|
-
description: tui-td
|
|
111
|
-
|
|
112
|
-
|
|
110
|
+
description: tui-td drives terminal applications in a PTY, captures ANSI state as
|
|
111
|
+
structured data, and provides PNG screenshots and HTML renders. Includes an MCP
|
|
112
|
+
server for AI-driven testing, a JSON test runner, and RSpec matchers.
|
|
113
113
|
email:
|
|
114
114
|
- haluk_durmus@yahoo.de
|
|
115
115
|
executables:
|
|
@@ -155,5 +155,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
155
155
|
requirements: []
|
|
156
156
|
rubygems_version: 4.0.6
|
|
157
157
|
specification_version: 4
|
|
158
|
-
summary:
|
|
158
|
+
summary: TUI (Terminal User Interface) testing framework with MCP support
|
|
159
159
|
test_files: []
|