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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -2
  3. data/lib/tui_td/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 45c5b163ff48383823bccd9c0b9efe73f5a37b009c2e0968fb2619dea4c87d51
4
- data.tar.gz: '01885208a25d500718f786fb66bc2b0753b2b0ff720cf6ed39c9380c9f1d13bf'
3
+ metadata.gz: 0be0079e98bf668b7fb089333a443ac31e36e1726254d129461e0f580ba1af9b
4
+ data.tar.gz: 25b660c725c5dd79e7eada430d71a6f8711bd6c5b763bbc1069bc7fc740322e7
5
5
  SHA512:
6
- metadata.gz: d4887b9af284ee25b16236b8e4a0aad6eadbb1c8583d14119630250749d3d9fce45a138321f50eb2b59e7de0ea107b34d33461da62113d6b1a76e4f8d789b698
7
- data.tar.gz: c435e9556f67254b627c2b7ff21199489b9991bd37e06eb5f1e609a4b99414917a6d731776434a0c42af53e7d362103caf203020200feb79328e310077e53903
6
+ metadata.gz: 44ab226b002b10eec8d8bc1b8f6ffb84c92a1c5ad2a6cb491d08f7cd647acec4bd024e63806b8a3f16f524c36b8a608f11b7749fedf352e75a7ed26d81803694
7
+ data.tar.gz: 4ad17e1e563b1d7c8c34d098b249eb9b05fb8da335c570409dff236048a91039852f595b2a08c87e5780d6ad5b24148b9f6b999d34c2a437d1617c800a164f4b
data/README.md CHANGED
@@ -43,8 +43,7 @@ brew install ruby
43
43
  ### 2. Install tui-td
44
44
 
45
45
  ```bash
46
- curl -sL https://github.com/vurte/tui-td/releases/download/v0.1.0/tui-td-0.1.0.gem -o tui-td.gem
47
- gem install tui-td.gem && rm tui-td.gem
46
+ gem install tui-td
48
47
  ```
49
48
 
50
49
  ### 3. Test
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module TUITD
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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 is a Ruby framework for testing terminal UIs. It drives TUIs in
111
- a PTY, captures ANSI state (colors, layout, cursor), and outputs structured data
112
- that AI models can understand. Supports screenshot rendering for vision model consumption.
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: AI-friendly TUI (Terminal User Interface) testing framework
158
+ summary: TUI (Terminal User Interface) testing framework with MCP support
159
159
  test_files: []