ratatui_ruby 1.0.0 → 1.0.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/ext/ratatui_ruby/Cargo.lock +1 -1
- data/ext/ratatui_ruby/Cargo.toml +1 -1
- data/lib/ratatui_ruby/version.rb +1 -1
- metadata +1 -232
- data/.builds/ruby-3.2.yml +0 -54
- data/.builds/ruby-3.3.yml +0 -54
- data/.builds/ruby-3.4.yml +0 -54
- data/.builds/ruby-4.0.0.yml +0 -54
- data/.pre-commit-config.yaml +0 -16
- data/.rubocop.yml +0 -10
- data/AGENTS.md +0 -146
- data/CHANGELOG.md +0 -710
- data/README.md +0 -187
- data/README.rdoc +0 -302
- data/Rakefile +0 -11
- data/Steepfile +0 -49
- data/doc/concepts/application_architecture.md +0 -321
- data/doc/concepts/application_testing.md +0 -193
- data/doc/concepts/async.md +0 -190
- data/doc/concepts/custom_widgets.md +0 -247
- data/doc/concepts/debugging.md +0 -401
- data/doc/concepts/event_handling.md +0 -162
- data/doc/concepts/interactive_design.md +0 -146
- data/doc/contributors/auditing/parity.md +0 -239
- data/doc/contributors/design/ruby_frontend.md +0 -420
- data/doc/contributors/design/rust_backend.md +0 -422
- data/doc/contributors/design.md +0 -11
- data/doc/contributors/developing_examples.md +0 -400
- data/doc/contributors/documentation_style.md +0 -121
- data/doc/contributors/index.md +0 -21
- data/doc/contributors/todo/align/api_completeness_audit-finished.md +0 -375
- data/doc/contributors/todo/align/api_completeness_audit-unfinished.md +0 -206
- data/doc/contributors/todo/align/terminal.md +0 -647
- data/doc/contributors/todo/future_work.md +0 -169
- data/doc/contributors/upstream_requests/tab_rects.md +0 -173
- data/doc/contributors/upstream_requests/title_rects.md +0 -132
- data/doc/custom.css +0 -22
- data/doc/getting_started/quickstart.md +0 -291
- data/doc/getting_started/why.md +0 -93
- data/doc/images/app_all_events.png +0 -0
- data/doc/images/app_cli_rich_moments.gif +0 -0
- data/doc/images/app_color_picker.png +0 -0
- data/doc/images/app_debugging_showcase.gif +0 -0
- data/doc/images/app_debugging_showcase.png +0 -0
- data/doc/images/app_login_form.png +0 -0
- data/doc/images/app_stateful_interaction.png +0 -0
- data/doc/images/verify_quickstart_dsl.png +0 -0
- data/doc/images/verify_quickstart_layout.png +0 -0
- data/doc/images/verify_quickstart_lifecycle.png +0 -0
- data/doc/images/verify_readme_usage.png +0 -0
- data/doc/images/widget_barchart.png +0 -0
- data/doc/images/widget_block.png +0 -0
- data/doc/images/widget_box.png +0 -0
- data/doc/images/widget_calendar.png +0 -0
- data/doc/images/widget_canvas.png +0 -0
- data/doc/images/widget_cell.png +0 -0
- data/doc/images/widget_center.png +0 -0
- data/doc/images/widget_chart.png +0 -0
- data/doc/images/widget_gauge.png +0 -0
- data/doc/images/widget_layout_split.png +0 -0
- data/doc/images/widget_line_gauge.png +0 -0
- data/doc/images/widget_list.png +0 -0
- data/doc/images/widget_map.png +0 -0
- data/doc/images/widget_overlay.png +0 -0
- data/doc/images/widget_popup.png +0 -0
- data/doc/images/widget_ratatui_logo.png +0 -0
- data/doc/images/widget_ratatui_mascot.png +0 -0
- data/doc/images/widget_rect.png +0 -0
- data/doc/images/widget_render.png +0 -0
- data/doc/images/widget_rich_text.png +0 -0
- data/doc/images/widget_scroll_text.png +0 -0
- data/doc/images/widget_scrollbar.png +0 -0
- data/doc/images/widget_sparkline.png +0 -0
- data/doc/images/widget_style_colors.png +0 -0
- data/doc/images/widget_table.png +0 -0
- data/doc/images/widget_tabs.png +0 -0
- data/doc/images/widget_text_width.png +0 -0
- data/doc/index.md +0 -39
- data/doc/troubleshooting/async.md +0 -4
- data/doc/troubleshooting/terminal_limitations.md +0 -131
- data/doc/troubleshooting/tui_output.md +0 -197
- data/examples/app_all_events/README.md +0 -114
- data/examples/app_all_events/app.rb +0 -98
- data/examples/app_all_events/model/app_model.rb +0 -159
- data/examples/app_all_events/model/event_color_cycle.rb +0 -43
- data/examples/app_all_events/model/event_entry.rb +0 -94
- data/examples/app_all_events/model/msg.rb +0 -39
- data/examples/app_all_events/model/timestamp.rb +0 -56
- data/examples/app_all_events/update.rb +0 -75
- data/examples/app_all_events/view/app_view.rb +0 -80
- data/examples/app_all_events/view/controls_view.rb +0 -54
- data/examples/app_all_events/view/counts_view.rb +0 -61
- data/examples/app_all_events/view/live_view.rb +0 -72
- data/examples/app_all_events/view/log_view.rb +0 -57
- data/examples/app_all_events/view.rb +0 -9
- data/examples/app_cli_rich_moments/README.md +0 -81
- data/examples/app_cli_rich_moments/app.rb +0 -189
- data/examples/app_color_picker/README.md +0 -156
- data/examples/app_color_picker/app.rb +0 -76
- data/examples/app_color_picker/clipboard.rb +0 -86
- data/examples/app_color_picker/color.rb +0 -193
- data/examples/app_color_picker/controls.rb +0 -92
- data/examples/app_color_picker/copy_dialog.rb +0 -168
- data/examples/app_color_picker/export_pane.rb +0 -128
- data/examples/app_color_picker/harmony.rb +0 -58
- data/examples/app_color_picker/input.rb +0 -176
- data/examples/app_color_picker/main_container.rb +0 -180
- data/examples/app_color_picker/palette.rb +0 -111
- data/examples/app_debugging_showcase/README.md +0 -119
- data/examples/app_debugging_showcase/app.rb +0 -318
- data/examples/app_login_form/README.md +0 -58
- data/examples/app_login_form/app.rb +0 -109
- data/examples/app_stateful_interaction/README.md +0 -35
- data/examples/app_stateful_interaction/app.rb +0 -328
- data/examples/timeout_demo.rb +0 -45
- data/examples/verify_quickstart_dsl/README.md +0 -55
- data/examples/verify_quickstart_dsl/app.rb +0 -49
- data/examples/verify_quickstart_layout/README.md +0 -77
- data/examples/verify_quickstart_layout/app.rb +0 -73
- data/examples/verify_quickstart_lifecycle/README.md +0 -68
- data/examples/verify_quickstart_lifecycle/app.rb +0 -62
- data/examples/verify_readme_usage/README.md +0 -49
- data/examples/verify_readme_usage/app.rb +0 -42
- data/examples/verify_website_managed/README.md +0 -48
- data/examples/verify_website_managed/app.rb +0 -36
- data/examples/verify_website_menu/README.md +0 -60
- data/examples/verify_website_menu/app.rb +0 -84
- data/examples/verify_website_spinner/README.md +0 -44
- data/examples/verify_website_spinner/app.rb +0 -34
- data/examples/widget_barchart/README.md +0 -58
- data/examples/widget_barchart/app.rb +0 -240
- data/examples/widget_block/README.md +0 -44
- data/examples/widget_block/app.rb +0 -258
- data/examples/widget_box/README.md +0 -54
- data/examples/widget_box/app.rb +0 -255
- data/examples/widget_calendar/README.md +0 -48
- data/examples/widget_calendar/app.rb +0 -115
- data/examples/widget_canvas/README.md +0 -31
- data/examples/widget_canvas/app.rb +0 -130
- data/examples/widget_cell/README.md +0 -45
- data/examples/widget_cell/app.rb +0 -112
- data/examples/widget_center/README.md +0 -33
- data/examples/widget_center/app.rb +0 -118
- data/examples/widget_chart/README.md +0 -50
- data/examples/widget_chart/app.rb +0 -220
- data/examples/widget_gauge/README.md +0 -50
- data/examples/widget_gauge/app.rb +0 -229
- data/examples/widget_layout_split/README.md +0 -53
- data/examples/widget_layout_split/app.rb +0 -260
- data/examples/widget_line_gauge/README.md +0 -50
- data/examples/widget_line_gauge/app.rb +0 -219
- data/examples/widget_list/README.md +0 -58
- data/examples/widget_list/app.rb +0 -384
- data/examples/widget_map/README.md +0 -48
- data/examples/widget_map/app.rb +0 -95
- data/examples/widget_overlay/README.md +0 -45
- data/examples/widget_overlay/app.rb +0 -250
- data/examples/widget_popup/README.md +0 -45
- data/examples/widget_popup/app.rb +0 -106
- data/examples/widget_ratatui_logo/README.md +0 -43
- data/examples/widget_ratatui_logo/app.rb +0 -104
- data/examples/widget_ratatui_mascot/README.md +0 -43
- data/examples/widget_ratatui_mascot/app.rb +0 -95
- data/examples/widget_rect/README.md +0 -53
- data/examples/widget_rect/app.rb +0 -222
- data/examples/widget_render/README.md +0 -46
- data/examples/widget_render/app.rb +0 -186
- data/examples/widget_render/app.rbs +0 -41
- data/examples/widget_rich_text/README.md +0 -44
- data/examples/widget_rich_text/app.rb +0 -193
- data/examples/widget_scroll_text/README.md +0 -46
- data/examples/widget_scroll_text/app.rb +0 -109
- data/examples/widget_scrollbar/README.md +0 -46
- data/examples/widget_scrollbar/app.rb +0 -155
- data/examples/widget_sparkline/README.md +0 -51
- data/examples/widget_sparkline/app.rb +0 -277
- data/examples/widget_style_colors/README.md +0 -43
- data/examples/widget_style_colors/app.rb +0 -83
- data/examples/widget_table/README.md +0 -57
- data/examples/widget_table/app.rb +0 -279
- data/examples/widget_tabs/README.md +0 -50
- data/examples/widget_tabs/app.rb +0 -183
- data/examples/widget_text_width/README.md +0 -44
- data/examples/widget_text_width/app.rb +0 -117
- data/migrate_to_buffer.rb +0 -145
- data/mise.toml +0 -8
- data/tasks/autodoc/examples.rb +0 -87
- data/tasks/autodoc/member.rb +0 -58
- data/tasks/autodoc/name.rb +0 -21
- data/tasks/autodoc.rake +0 -21
- data/tasks/bump/cargo_lockfile.rb +0 -21
- data/tasks/bump/changelog.rb +0 -47
- data/tasks/bump/header.rb +0 -32
- data/tasks/bump/history.rb +0 -32
- data/tasks/bump/links.rb +0 -69
- data/tasks/bump/manifest.rb +0 -33
- data/tasks/bump/ruby_gem.rb +0 -49
- data/tasks/bump/sem_ver.rb +0 -40
- data/tasks/bump/unreleased_section.rb +0 -56
- data/tasks/bump.rake +0 -51
- data/tasks/doc.rake +0 -887
- data/tasks/example_viewer.html.erb +0 -172
- data/tasks/extension.rake +0 -14
- data/tasks/license/headers_md.rb +0 -223
- data/tasks/license/headers_rb.rb +0 -210
- data/tasks/license/license_utils.rb +0 -130
- data/tasks/license/snippets_md.rb +0 -315
- data/tasks/license/snippets_rdoc.rb +0 -150
- data/tasks/license.rake +0 -91
- data/tasks/lint.rake +0 -170
- data/tasks/rdoc_config.rb +0 -29
- data/tasks/resources/build.yml.erb +0 -60
- data/tasks/resources/index.html.erb +0 -141
- data/tasks/resources/rubies.yml +0 -7
- data/tasks/sourcehut.rake +0 -110
- data/tasks/steep.rake +0 -11
- data/tasks/terminal_preview/app_screenshot.rb +0 -45
- data/tasks/terminal_preview/crash_report.rb +0 -54
- data/tasks/terminal_preview/example_app.rb +0 -27
- data/tasks/terminal_preview/launcher_script.rb +0 -48
- data/tasks/terminal_preview/preview_collection.rb +0 -60
- data/tasks/terminal_preview/preview_timing.rb +0 -24
- data/tasks/terminal_preview/safety_confirmation.rb +0 -58
- data/tasks/terminal_preview/saved_screenshot.rb +0 -56
- data/tasks/terminal_preview/system_appearance.rb +0 -13
- data/tasks/terminal_preview/terminal_window.rb +0 -138
- data/tasks/terminal_preview/window_id.rb +0 -16
- data/tasks/terminal_preview.rake +0 -30
- data/tasks/test.rake +0 -33
- data/tasks/website/index_page.rb +0 -30
- data/tasks/website/version.rb +0 -127
- data/tasks/website/version_menu.rb +0 -68
- data/tasks/website/versioned_documentation.rb +0 -83
- data/tasks/website/website.rb +0 -53
- data/tasks/website.rake +0 -28
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 927c52779e6078abb3876f4a31f941b0ec6f0d9beab5479430eb74b449de5589
|
|
4
|
+
data.tar.gz: dbc9256b90175a1c796a7ac3b13ce8cde5fd438ceab5bd6afe9bcc1b8b8c3a27
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d5c3f291b5d324d208bde0efb459a247b9680bc33bbe72ae7aec5e7508243182c85f3fdc181bd9148d0a617d3482bcdea2592169cd6f0ed533edd7d3d5a1a77
|
|
7
|
+
data.tar.gz: 0a022374061151e78988052f809a54151e5f7f7880a1ad0ccd36a08163259ad13f00358d07d64a164991091bf339a6c49376cfd611615c6e20fdf72ab8d9f932
|
data/ext/ratatui_ruby/Cargo.lock
CHANGED
data/ext/ratatui_ruby/Cargo.toml
CHANGED
data/lib/ratatui_ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ratatui_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kerrick Long
|
|
@@ -404,14 +404,6 @@ extensions:
|
|
|
404
404
|
- ext/ratatui_ruby/extconf.rb
|
|
405
405
|
extra_rdoc_files: []
|
|
406
406
|
files:
|
|
407
|
-
- ".builds/ruby-3.2.yml"
|
|
408
|
-
- ".builds/ruby-3.3.yml"
|
|
409
|
-
- ".builds/ruby-3.4.yml"
|
|
410
|
-
- ".builds/ruby-4.0.0.yml"
|
|
411
|
-
- ".pre-commit-config.yaml"
|
|
412
|
-
- ".rubocop.yml"
|
|
413
|
-
- AGENTS.md
|
|
414
|
-
- CHANGELOG.md
|
|
415
407
|
- LICENSE
|
|
416
408
|
- LICENSES/AGPL-3.0-or-later.txt
|
|
417
409
|
- LICENSES/CC-BY-SA-4.0.txt
|
|
@@ -419,179 +411,7 @@ files:
|
|
|
419
411
|
- LICENSES/LGPL-3.0-or-later.txt
|
|
420
412
|
- LICENSES/MIT-0.txt
|
|
421
413
|
- LICENSES/MIT.txt
|
|
422
|
-
- README.md
|
|
423
|
-
- README.rdoc
|
|
424
414
|
- REUSE.toml
|
|
425
|
-
- Rakefile
|
|
426
|
-
- Steepfile
|
|
427
|
-
- doc/concepts/application_architecture.md
|
|
428
|
-
- doc/concepts/application_testing.md
|
|
429
|
-
- doc/concepts/async.md
|
|
430
|
-
- doc/concepts/custom_widgets.md
|
|
431
|
-
- doc/concepts/debugging.md
|
|
432
|
-
- doc/concepts/event_handling.md
|
|
433
|
-
- doc/concepts/interactive_design.md
|
|
434
|
-
- doc/contributors/auditing/parity.md
|
|
435
|
-
- doc/contributors/design.md
|
|
436
|
-
- doc/contributors/design/ruby_frontend.md
|
|
437
|
-
- doc/contributors/design/rust_backend.md
|
|
438
|
-
- doc/contributors/developing_examples.md
|
|
439
|
-
- doc/contributors/documentation_style.md
|
|
440
|
-
- doc/contributors/index.md
|
|
441
|
-
- doc/contributors/todo/align/api_completeness_audit-finished.md
|
|
442
|
-
- doc/contributors/todo/align/api_completeness_audit-unfinished.md
|
|
443
|
-
- doc/contributors/todo/align/terminal.md
|
|
444
|
-
- doc/contributors/todo/future_work.md
|
|
445
|
-
- doc/contributors/upstream_requests/tab_rects.md
|
|
446
|
-
- doc/contributors/upstream_requests/title_rects.md
|
|
447
|
-
- doc/custom.css
|
|
448
|
-
- doc/getting_started/quickstart.md
|
|
449
|
-
- doc/getting_started/why.md
|
|
450
|
-
- doc/images/app_all_events.png
|
|
451
|
-
- doc/images/app_cli_rich_moments.gif
|
|
452
|
-
- doc/images/app_color_picker.png
|
|
453
|
-
- doc/images/app_debugging_showcase.gif
|
|
454
|
-
- doc/images/app_debugging_showcase.png
|
|
455
|
-
- doc/images/app_login_form.png
|
|
456
|
-
- doc/images/app_stateful_interaction.png
|
|
457
|
-
- doc/images/verify_quickstart_dsl.png
|
|
458
|
-
- doc/images/verify_quickstart_layout.png
|
|
459
|
-
- doc/images/verify_quickstart_lifecycle.png
|
|
460
|
-
- doc/images/verify_readme_usage.png
|
|
461
|
-
- doc/images/widget_barchart.png
|
|
462
|
-
- doc/images/widget_block.png
|
|
463
|
-
- doc/images/widget_box.png
|
|
464
|
-
- doc/images/widget_calendar.png
|
|
465
|
-
- doc/images/widget_canvas.png
|
|
466
|
-
- doc/images/widget_cell.png
|
|
467
|
-
- doc/images/widget_center.png
|
|
468
|
-
- doc/images/widget_chart.png
|
|
469
|
-
- doc/images/widget_gauge.png
|
|
470
|
-
- doc/images/widget_layout_split.png
|
|
471
|
-
- doc/images/widget_line_gauge.png
|
|
472
|
-
- doc/images/widget_list.png
|
|
473
|
-
- doc/images/widget_map.png
|
|
474
|
-
- doc/images/widget_overlay.png
|
|
475
|
-
- doc/images/widget_popup.png
|
|
476
|
-
- doc/images/widget_ratatui_logo.png
|
|
477
|
-
- doc/images/widget_ratatui_mascot.png
|
|
478
|
-
- doc/images/widget_rect.png
|
|
479
|
-
- doc/images/widget_render.png
|
|
480
|
-
- doc/images/widget_rich_text.png
|
|
481
|
-
- doc/images/widget_scroll_text.png
|
|
482
|
-
- doc/images/widget_scrollbar.png
|
|
483
|
-
- doc/images/widget_sparkline.png
|
|
484
|
-
- doc/images/widget_style_colors.png
|
|
485
|
-
- doc/images/widget_table.png
|
|
486
|
-
- doc/images/widget_tabs.png
|
|
487
|
-
- doc/images/widget_text_width.png
|
|
488
|
-
- doc/index.md
|
|
489
|
-
- doc/troubleshooting/async.md
|
|
490
|
-
- doc/troubleshooting/terminal_limitations.md
|
|
491
|
-
- doc/troubleshooting/tui_output.md
|
|
492
|
-
- examples/app_all_events/README.md
|
|
493
|
-
- examples/app_all_events/app.rb
|
|
494
|
-
- examples/app_all_events/model/app_model.rb
|
|
495
|
-
- examples/app_all_events/model/event_color_cycle.rb
|
|
496
|
-
- examples/app_all_events/model/event_entry.rb
|
|
497
|
-
- examples/app_all_events/model/msg.rb
|
|
498
|
-
- examples/app_all_events/model/timestamp.rb
|
|
499
|
-
- examples/app_all_events/update.rb
|
|
500
|
-
- examples/app_all_events/view.rb
|
|
501
|
-
- examples/app_all_events/view/app_view.rb
|
|
502
|
-
- examples/app_all_events/view/controls_view.rb
|
|
503
|
-
- examples/app_all_events/view/counts_view.rb
|
|
504
|
-
- examples/app_all_events/view/live_view.rb
|
|
505
|
-
- examples/app_all_events/view/log_view.rb
|
|
506
|
-
- examples/app_cli_rich_moments/README.md
|
|
507
|
-
- examples/app_cli_rich_moments/app.rb
|
|
508
|
-
- examples/app_color_picker/README.md
|
|
509
|
-
- examples/app_color_picker/app.rb
|
|
510
|
-
- examples/app_color_picker/clipboard.rb
|
|
511
|
-
- examples/app_color_picker/color.rb
|
|
512
|
-
- examples/app_color_picker/controls.rb
|
|
513
|
-
- examples/app_color_picker/copy_dialog.rb
|
|
514
|
-
- examples/app_color_picker/export_pane.rb
|
|
515
|
-
- examples/app_color_picker/harmony.rb
|
|
516
|
-
- examples/app_color_picker/input.rb
|
|
517
|
-
- examples/app_color_picker/main_container.rb
|
|
518
|
-
- examples/app_color_picker/palette.rb
|
|
519
|
-
- examples/app_debugging_showcase/README.md
|
|
520
|
-
- examples/app_debugging_showcase/app.rb
|
|
521
|
-
- examples/app_login_form/README.md
|
|
522
|
-
- examples/app_login_form/app.rb
|
|
523
|
-
- examples/app_stateful_interaction/README.md
|
|
524
|
-
- examples/app_stateful_interaction/app.rb
|
|
525
|
-
- examples/timeout_demo.rb
|
|
526
|
-
- examples/verify_quickstart_dsl/README.md
|
|
527
|
-
- examples/verify_quickstart_dsl/app.rb
|
|
528
|
-
- examples/verify_quickstart_layout/README.md
|
|
529
|
-
- examples/verify_quickstart_layout/app.rb
|
|
530
|
-
- examples/verify_quickstart_lifecycle/README.md
|
|
531
|
-
- examples/verify_quickstart_lifecycle/app.rb
|
|
532
|
-
- examples/verify_readme_usage/README.md
|
|
533
|
-
- examples/verify_readme_usage/app.rb
|
|
534
|
-
- examples/verify_website_managed/README.md
|
|
535
|
-
- examples/verify_website_managed/app.rb
|
|
536
|
-
- examples/verify_website_menu/README.md
|
|
537
|
-
- examples/verify_website_menu/app.rb
|
|
538
|
-
- examples/verify_website_spinner/README.md
|
|
539
|
-
- examples/verify_website_spinner/app.rb
|
|
540
|
-
- examples/widget_barchart/README.md
|
|
541
|
-
- examples/widget_barchart/app.rb
|
|
542
|
-
- examples/widget_block/README.md
|
|
543
|
-
- examples/widget_block/app.rb
|
|
544
|
-
- examples/widget_box/README.md
|
|
545
|
-
- examples/widget_box/app.rb
|
|
546
|
-
- examples/widget_calendar/README.md
|
|
547
|
-
- examples/widget_calendar/app.rb
|
|
548
|
-
- examples/widget_canvas/README.md
|
|
549
|
-
- examples/widget_canvas/app.rb
|
|
550
|
-
- examples/widget_cell/README.md
|
|
551
|
-
- examples/widget_cell/app.rb
|
|
552
|
-
- examples/widget_center/README.md
|
|
553
|
-
- examples/widget_center/app.rb
|
|
554
|
-
- examples/widget_chart/README.md
|
|
555
|
-
- examples/widget_chart/app.rb
|
|
556
|
-
- examples/widget_gauge/README.md
|
|
557
|
-
- examples/widget_gauge/app.rb
|
|
558
|
-
- examples/widget_layout_split/README.md
|
|
559
|
-
- examples/widget_layout_split/app.rb
|
|
560
|
-
- examples/widget_line_gauge/README.md
|
|
561
|
-
- examples/widget_line_gauge/app.rb
|
|
562
|
-
- examples/widget_list/README.md
|
|
563
|
-
- examples/widget_list/app.rb
|
|
564
|
-
- examples/widget_map/README.md
|
|
565
|
-
- examples/widget_map/app.rb
|
|
566
|
-
- examples/widget_overlay/README.md
|
|
567
|
-
- examples/widget_overlay/app.rb
|
|
568
|
-
- examples/widget_popup/README.md
|
|
569
|
-
- examples/widget_popup/app.rb
|
|
570
|
-
- examples/widget_ratatui_logo/README.md
|
|
571
|
-
- examples/widget_ratatui_logo/app.rb
|
|
572
|
-
- examples/widget_ratatui_mascot/README.md
|
|
573
|
-
- examples/widget_ratatui_mascot/app.rb
|
|
574
|
-
- examples/widget_rect/README.md
|
|
575
|
-
- examples/widget_rect/app.rb
|
|
576
|
-
- examples/widget_render/README.md
|
|
577
|
-
- examples/widget_render/app.rb
|
|
578
|
-
- examples/widget_render/app.rbs
|
|
579
|
-
- examples/widget_rich_text/README.md
|
|
580
|
-
- examples/widget_rich_text/app.rb
|
|
581
|
-
- examples/widget_scroll_text/README.md
|
|
582
|
-
- examples/widget_scroll_text/app.rb
|
|
583
|
-
- examples/widget_scrollbar/README.md
|
|
584
|
-
- examples/widget_scrollbar/app.rb
|
|
585
|
-
- examples/widget_sparkline/README.md
|
|
586
|
-
- examples/widget_sparkline/app.rb
|
|
587
|
-
- examples/widget_style_colors/README.md
|
|
588
|
-
- examples/widget_style_colors/app.rb
|
|
589
|
-
- examples/widget_table/README.md
|
|
590
|
-
- examples/widget_table/app.rb
|
|
591
|
-
- examples/widget_tabs/README.md
|
|
592
|
-
- examples/widget_tabs/app.rb
|
|
593
|
-
- examples/widget_text_width/README.md
|
|
594
|
-
- examples/widget_text_width/app.rb
|
|
595
415
|
- exe/.gitkeep
|
|
596
416
|
- ext/ratatui_ruby/.cargo/config.toml
|
|
597
417
|
- ext/ratatui_ruby/.gitignore
|
|
@@ -748,8 +568,6 @@ files:
|
|
|
748
568
|
- lib/ratatui_ruby/widgets/sparkline.rb
|
|
749
569
|
- lib/ratatui_ruby/widgets/table.rb
|
|
750
570
|
- lib/ratatui_ruby/widgets/tabs.rb
|
|
751
|
-
- migrate_to_buffer.rb
|
|
752
|
-
- mise.toml
|
|
753
571
|
- sig/examples/app_all_events/app.rbs
|
|
754
572
|
- sig/examples/app_all_events/model/app_model.rbs
|
|
755
573
|
- sig/examples/app_all_events/model/event_entry.rbs
|
|
@@ -858,55 +676,6 @@ files:
|
|
|
858
676
|
- sig/ratatui_ruby/widgets/sparkline.rbs
|
|
859
677
|
- sig/ratatui_ruby/widgets/table.rbs
|
|
860
678
|
- sig/ratatui_ruby/widgets/tabs.rbs
|
|
861
|
-
- tasks/autodoc.rake
|
|
862
|
-
- tasks/autodoc/examples.rb
|
|
863
|
-
- tasks/autodoc/member.rb
|
|
864
|
-
- tasks/autodoc/name.rb
|
|
865
|
-
- tasks/bump.rake
|
|
866
|
-
- tasks/bump/cargo_lockfile.rb
|
|
867
|
-
- tasks/bump/changelog.rb
|
|
868
|
-
- tasks/bump/header.rb
|
|
869
|
-
- tasks/bump/history.rb
|
|
870
|
-
- tasks/bump/links.rb
|
|
871
|
-
- tasks/bump/manifest.rb
|
|
872
|
-
- tasks/bump/ruby_gem.rb
|
|
873
|
-
- tasks/bump/sem_ver.rb
|
|
874
|
-
- tasks/bump/unreleased_section.rb
|
|
875
|
-
- tasks/doc.rake
|
|
876
|
-
- tasks/example_viewer.html.erb
|
|
877
|
-
- tasks/extension.rake
|
|
878
|
-
- tasks/license.rake
|
|
879
|
-
- tasks/license/headers_md.rb
|
|
880
|
-
- tasks/license/headers_rb.rb
|
|
881
|
-
- tasks/license/license_utils.rb
|
|
882
|
-
- tasks/license/snippets_md.rb
|
|
883
|
-
- tasks/license/snippets_rdoc.rb
|
|
884
|
-
- tasks/lint.rake
|
|
885
|
-
- tasks/rdoc_config.rb
|
|
886
|
-
- tasks/resources/build.yml.erb
|
|
887
|
-
- tasks/resources/index.html.erb
|
|
888
|
-
- tasks/resources/rubies.yml
|
|
889
|
-
- tasks/sourcehut.rake
|
|
890
|
-
- tasks/steep.rake
|
|
891
|
-
- tasks/terminal_preview.rake
|
|
892
|
-
- tasks/terminal_preview/app_screenshot.rb
|
|
893
|
-
- tasks/terminal_preview/crash_report.rb
|
|
894
|
-
- tasks/terminal_preview/example_app.rb
|
|
895
|
-
- tasks/terminal_preview/launcher_script.rb
|
|
896
|
-
- tasks/terminal_preview/preview_collection.rb
|
|
897
|
-
- tasks/terminal_preview/preview_timing.rb
|
|
898
|
-
- tasks/terminal_preview/safety_confirmation.rb
|
|
899
|
-
- tasks/terminal_preview/saved_screenshot.rb
|
|
900
|
-
- tasks/terminal_preview/system_appearance.rb
|
|
901
|
-
- tasks/terminal_preview/terminal_window.rb
|
|
902
|
-
- tasks/terminal_preview/window_id.rb
|
|
903
|
-
- tasks/test.rake
|
|
904
|
-
- tasks/website.rake
|
|
905
|
-
- tasks/website/index_page.rb
|
|
906
|
-
- tasks/website/version.rb
|
|
907
|
-
- tasks/website/version_menu.rb
|
|
908
|
-
- tasks/website/versioned_documentation.rb
|
|
909
|
-
- tasks/website/website.rb
|
|
910
679
|
- vendor/goodcop/base.yml
|
|
911
680
|
homepage: https://sr.ht/~kerrick/ratatui_ruby/
|
|
912
681
|
licenses:
|
data/.builds/ruby-3.2.yml
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2026 Kerrick Long <me@kerricklong.com>
|
|
2
|
-
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
3
|
-
|
|
4
|
-
image: archlinux
|
|
5
|
-
packages:
|
|
6
|
-
- bash
|
|
7
|
-
- base-devel
|
|
8
|
-
- curl
|
|
9
|
-
- openssl
|
|
10
|
-
- libyaml
|
|
11
|
-
- zlib
|
|
12
|
-
- readline
|
|
13
|
-
- gdbm
|
|
14
|
-
- ncurses
|
|
15
|
-
- libffi
|
|
16
|
-
- clang
|
|
17
|
-
- git
|
|
18
|
-
artifacts:
|
|
19
|
-
- ratatui_ruby/pkg/ratatui_ruby-1.0.0.gem
|
|
20
|
-
sources:
|
|
21
|
-
- https://git.sr.ht/~kerrick/ratatui_ruby
|
|
22
|
-
tasks:
|
|
23
|
-
- setup: |
|
|
24
|
-
curl https://mise.jdx.dev/install.sh | sh
|
|
25
|
-
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.buildenv
|
|
26
|
-
echo 'eval "$($HOME/.local/bin/mise activate bash)"' >> ~/.buildenv
|
|
27
|
-
echo 'export LANG="en_US.UTF-8"' >> ~/.buildenv
|
|
28
|
-
echo 'export LC_ALL="en_US.UTF-8"' >> ~/.buildenv
|
|
29
|
-
echo 'export BINDGEN_EXTRA_CLANG_ARGS="-include stdbool.h"' >> ~/.buildenv
|
|
30
|
-
. ~/.buildenv
|
|
31
|
-
export CI="true"
|
|
32
|
-
cd ratatui_ruby
|
|
33
|
-
sed -i 's/ruby = .*/ruby = "3.2"/' mise.toml
|
|
34
|
-
mise install
|
|
35
|
-
mise x -- pip install reuse
|
|
36
|
-
mise x -- gem install bundler:4.0.3
|
|
37
|
-
mise reshim
|
|
38
|
-
mise x -- bundle config set --local frozen 'true'
|
|
39
|
-
mise x -- bundle install
|
|
40
|
-
mise x -- bundle exec rake compile
|
|
41
|
-
- test: |
|
|
42
|
-
. ~/.buildenv
|
|
43
|
-
cd ratatui_ruby
|
|
44
|
-
echo "Testing Ruby 3.2"
|
|
45
|
-
mise x -- bundle exec rake test
|
|
46
|
-
- lint: |
|
|
47
|
-
. ~/.buildenv
|
|
48
|
-
cd ratatui_ruby
|
|
49
|
-
echo "Linting Ruby 3.2"
|
|
50
|
-
mise x -- bundle exec rake lint
|
|
51
|
-
- package: |
|
|
52
|
-
. ~/.buildenv
|
|
53
|
-
cd ratatui_ruby
|
|
54
|
-
mise x -- bundle exec rake build
|
data/.builds/ruby-3.3.yml
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2026 Kerrick Long <me@kerricklong.com>
|
|
2
|
-
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
3
|
-
|
|
4
|
-
image: archlinux
|
|
5
|
-
packages:
|
|
6
|
-
- bash
|
|
7
|
-
- base-devel
|
|
8
|
-
- curl
|
|
9
|
-
- openssl
|
|
10
|
-
- libyaml
|
|
11
|
-
- zlib
|
|
12
|
-
- readline
|
|
13
|
-
- gdbm
|
|
14
|
-
- ncurses
|
|
15
|
-
- libffi
|
|
16
|
-
- clang
|
|
17
|
-
- git
|
|
18
|
-
artifacts:
|
|
19
|
-
- ratatui_ruby/pkg/ratatui_ruby-1.0.0.gem
|
|
20
|
-
sources:
|
|
21
|
-
- https://git.sr.ht/~kerrick/ratatui_ruby
|
|
22
|
-
tasks:
|
|
23
|
-
- setup: |
|
|
24
|
-
curl https://mise.jdx.dev/install.sh | sh
|
|
25
|
-
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.buildenv
|
|
26
|
-
echo 'eval "$($HOME/.local/bin/mise activate bash)"' >> ~/.buildenv
|
|
27
|
-
echo 'export LANG="en_US.UTF-8"' >> ~/.buildenv
|
|
28
|
-
echo 'export LC_ALL="en_US.UTF-8"' >> ~/.buildenv
|
|
29
|
-
echo 'export BINDGEN_EXTRA_CLANG_ARGS="-include stdbool.h"' >> ~/.buildenv
|
|
30
|
-
. ~/.buildenv
|
|
31
|
-
export CI="true"
|
|
32
|
-
cd ratatui_ruby
|
|
33
|
-
sed -i 's/ruby = .*/ruby = "3.3"/' mise.toml
|
|
34
|
-
mise install
|
|
35
|
-
mise x -- pip install reuse
|
|
36
|
-
mise x -- gem install bundler:4.0.3
|
|
37
|
-
mise reshim
|
|
38
|
-
mise x -- bundle config set --local frozen 'true'
|
|
39
|
-
mise x -- bundle install
|
|
40
|
-
mise x -- bundle exec rake compile
|
|
41
|
-
- test: |
|
|
42
|
-
. ~/.buildenv
|
|
43
|
-
cd ratatui_ruby
|
|
44
|
-
echo "Testing Ruby 3.3"
|
|
45
|
-
mise x -- bundle exec rake test
|
|
46
|
-
- lint: |
|
|
47
|
-
. ~/.buildenv
|
|
48
|
-
cd ratatui_ruby
|
|
49
|
-
echo "Linting Ruby 3.3"
|
|
50
|
-
mise x -- bundle exec rake lint
|
|
51
|
-
- package: |
|
|
52
|
-
. ~/.buildenv
|
|
53
|
-
cd ratatui_ruby
|
|
54
|
-
mise x -- bundle exec rake build
|
data/.builds/ruby-3.4.yml
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2026 Kerrick Long <me@kerricklong.com>
|
|
2
|
-
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
3
|
-
|
|
4
|
-
image: archlinux
|
|
5
|
-
packages:
|
|
6
|
-
- bash
|
|
7
|
-
- base-devel
|
|
8
|
-
- curl
|
|
9
|
-
- openssl
|
|
10
|
-
- libyaml
|
|
11
|
-
- zlib
|
|
12
|
-
- readline
|
|
13
|
-
- gdbm
|
|
14
|
-
- ncurses
|
|
15
|
-
- libffi
|
|
16
|
-
- clang
|
|
17
|
-
- git
|
|
18
|
-
artifacts:
|
|
19
|
-
- ratatui_ruby/pkg/ratatui_ruby-1.0.0.gem
|
|
20
|
-
sources:
|
|
21
|
-
- https://git.sr.ht/~kerrick/ratatui_ruby
|
|
22
|
-
tasks:
|
|
23
|
-
- setup: |
|
|
24
|
-
curl https://mise.jdx.dev/install.sh | sh
|
|
25
|
-
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.buildenv
|
|
26
|
-
echo 'eval "$($HOME/.local/bin/mise activate bash)"' >> ~/.buildenv
|
|
27
|
-
echo 'export LANG="en_US.UTF-8"' >> ~/.buildenv
|
|
28
|
-
echo 'export LC_ALL="en_US.UTF-8"' >> ~/.buildenv
|
|
29
|
-
echo 'export BINDGEN_EXTRA_CLANG_ARGS="-include stdbool.h"' >> ~/.buildenv
|
|
30
|
-
. ~/.buildenv
|
|
31
|
-
export CI="true"
|
|
32
|
-
cd ratatui_ruby
|
|
33
|
-
sed -i 's/ruby = .*/ruby = "3.4"/' mise.toml
|
|
34
|
-
mise install
|
|
35
|
-
mise x -- pip install reuse
|
|
36
|
-
mise x -- gem install bundler:4.0.3
|
|
37
|
-
mise reshim
|
|
38
|
-
mise x -- bundle config set --local frozen 'true'
|
|
39
|
-
mise x -- bundle install
|
|
40
|
-
mise x -- bundle exec rake compile
|
|
41
|
-
- test: |
|
|
42
|
-
. ~/.buildenv
|
|
43
|
-
cd ratatui_ruby
|
|
44
|
-
echo "Testing Ruby 3.4"
|
|
45
|
-
mise x -- bundle exec rake test
|
|
46
|
-
- lint: |
|
|
47
|
-
. ~/.buildenv
|
|
48
|
-
cd ratatui_ruby
|
|
49
|
-
echo "Linting Ruby 3.4"
|
|
50
|
-
mise x -- bundle exec rake lint
|
|
51
|
-
- package: |
|
|
52
|
-
. ~/.buildenv
|
|
53
|
-
cd ratatui_ruby
|
|
54
|
-
mise x -- bundle exec rake build
|
data/.builds/ruby-4.0.0.yml
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2026 Kerrick Long <me@kerricklong.com>
|
|
2
|
-
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
3
|
-
|
|
4
|
-
image: archlinux
|
|
5
|
-
packages:
|
|
6
|
-
- bash
|
|
7
|
-
- base-devel
|
|
8
|
-
- curl
|
|
9
|
-
- openssl
|
|
10
|
-
- libyaml
|
|
11
|
-
- zlib
|
|
12
|
-
- readline
|
|
13
|
-
- gdbm
|
|
14
|
-
- ncurses
|
|
15
|
-
- libffi
|
|
16
|
-
- clang
|
|
17
|
-
- git
|
|
18
|
-
artifacts:
|
|
19
|
-
- ratatui_ruby/pkg/ratatui_ruby-1.0.0.gem
|
|
20
|
-
sources:
|
|
21
|
-
- https://git.sr.ht/~kerrick/ratatui_ruby
|
|
22
|
-
tasks:
|
|
23
|
-
- setup: |
|
|
24
|
-
curl https://mise.jdx.dev/install.sh | sh
|
|
25
|
-
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.buildenv
|
|
26
|
-
echo 'eval "$($HOME/.local/bin/mise activate bash)"' >> ~/.buildenv
|
|
27
|
-
echo 'export LANG="en_US.UTF-8"' >> ~/.buildenv
|
|
28
|
-
echo 'export LC_ALL="en_US.UTF-8"' >> ~/.buildenv
|
|
29
|
-
echo 'export BINDGEN_EXTRA_CLANG_ARGS="-include stdbool.h"' >> ~/.buildenv
|
|
30
|
-
. ~/.buildenv
|
|
31
|
-
export CI="true"
|
|
32
|
-
cd ratatui_ruby
|
|
33
|
-
sed -i 's/ruby = .*/ruby = "4.0.0"/' mise.toml
|
|
34
|
-
mise install
|
|
35
|
-
mise x -- pip install reuse
|
|
36
|
-
mise x -- gem install bundler:4.0.3
|
|
37
|
-
mise reshim
|
|
38
|
-
mise x -- bundle config set --local frozen 'true'
|
|
39
|
-
mise x -- bundle install
|
|
40
|
-
mise x -- bundle exec rake compile
|
|
41
|
-
- test: |
|
|
42
|
-
. ~/.buildenv
|
|
43
|
-
cd ratatui_ruby
|
|
44
|
-
echo "Testing Ruby 4.0.0"
|
|
45
|
-
mise x -- bundle exec rake test
|
|
46
|
-
- lint: |
|
|
47
|
-
. ~/.buildenv
|
|
48
|
-
cd ratatui_ruby
|
|
49
|
-
echo "Linting Ruby 4.0.0"
|
|
50
|
-
mise x -- bundle exec rake lint
|
|
51
|
-
- package: |
|
|
52
|
-
. ~/.buildenv
|
|
53
|
-
cd ratatui_ruby
|
|
54
|
-
mise x -- bundle exec rake build
|
data/.pre-commit-config.yaml
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V.
|
|
2
|
-
# SPDX-License-Identifier: CC0-1.0
|
|
3
|
-
repos:
|
|
4
|
-
- repo: local
|
|
5
|
-
hooks:
|
|
6
|
-
- id: bundle-check
|
|
7
|
-
name: Check Gemfile.lock
|
|
8
|
-
entry: bundle check
|
|
9
|
-
language: system
|
|
10
|
-
files: (Gemfile|Gemfile\.lock|ratatui_ruby\.gemspec)
|
|
11
|
-
pass_filenames: false
|
|
12
|
-
- id: rake
|
|
13
|
-
name: rake
|
|
14
|
-
entry: bundle exec rake
|
|
15
|
-
language: system
|
|
16
|
-
pass_filenames: false
|
data/.rubocop.yml
DELETED