inquirex-tty 0.9.6 → 0.10.0
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e709789b8bf0165eb47a13a0a0c60b269f48c965def43cb612f6d228a7f7c646
|
|
4
|
+
data.tar.gz: 2daf251feeea0f6d740b09a81a66f26f947512990b13787a0e92bd9b238a73f5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 85177d25906c5f3ae7ede31b3278700999583973257a43d346c2286891691176ba51c6029599052d2e47ed551617c5769dbf58a71a89fae13b621e925c2a85d0
|
|
7
|
+
data.tar.gz: 906b635c6375af98c382b06e65e05d60e26573b0042452823244d036d61953c61cbe166ddf8613e94b6e4aac11c6743818c21f92c02df8f1900ceac3580cba0e
|
data/.envrc
CHANGED
data/lib/inquirex/tty/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inquirex-tty
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Konstantin Gredeskoul
|
|
@@ -168,9 +168,9 @@ files:
|
|
|
168
168
|
- examples/10_answers.json
|
|
169
169
|
- examples/10_real_tax_preparer.rb
|
|
170
170
|
- examples/11_llm_keywords.rb
|
|
171
|
+
- examples/12_burning_man.rb
|
|
172
|
+
- examples/13_laser_cutting_tools.rb
|
|
171
173
|
- examples/README.md
|
|
172
|
-
- examples/burning-man.rb
|
|
173
|
-
- examples/makeabox.rb
|
|
174
174
|
- exe/inqt
|
|
175
175
|
- exe/inquirex-tty
|
|
176
176
|
- justfile
|
|
@@ -211,7 +211,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
212
|
version: '0'
|
|
213
213
|
requirements: []
|
|
214
|
-
rubygems_version: 4.0.
|
|
214
|
+
rubygems_version: 4.0.18
|
|
215
215
|
specification_version: 4
|
|
216
216
|
summary: Terminal adapter for Inquirex flows — interactive TTY wizard via tty-prompt
|
|
217
217
|
test_files: []
|
|
File without changes
|
|
File without changes
|