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: 6c91d8b125db72e34420575e33b12dd5fed05353e9df289ea4665f53e5d64a7b
4
- data.tar.gz: c2b8f0bc334e8c47809cd38e4697fa165a75118032ee41aefc2ddb27f7e9f042
3
+ metadata.gz: e709789b8bf0165eb47a13a0a0c60b269f48c965def43cb612f6d228a7f7c646
4
+ data.tar.gz: 2daf251feeea0f6d740b09a81a66f26f947512990b13787a0e92bd9b238a73f5
5
5
  SHA512:
6
- metadata.gz: '0288a89785bbcb89b4437c48f4f96695fcbace9713ceb6eca2181d8cd2d9131b6c97ee26766300f9a95ac83dc72596d4e82e8287842b32d10a40f3ef6160e9b4'
7
- data.tar.gz: a42da62f0f194c99bed2ad417ad35a2e16dfe6d50b9d91fc9262c5d2854229819c1da687858ab757cfd7e929fa4a4efd2f48253da751739a771fbc95d221965f
6
+ metadata.gz: 85177d25906c5f3ae7ede31b3278700999583973257a43d346c2286891691176ba51c6029599052d2e47ed551617c5769dbf58a71a89fae13b621e925c2a85d0
7
+ data.tar.gz: 906b635c6375af98c382b06e65e05d60e26573b0042452823244d036d61953c61cbe166ddf8613e94b6e4aac11c6743818c21f92c02df8f1900ceac3580cba0e
data/.envrc CHANGED
@@ -1,3 +1,5 @@
1
+ # vim: ft=bash
2
+
1
3
  PATH_add exe
2
4
 
3
- eval "$(cat .env | sed 's/^/export /g')"
5
+ [[ -f .env ]] && eval "$(cat .env | sed 's/^/export /g')"
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Inquirex
4
4
  module TTY
5
- VERSION = "0.9.6"
5
+ VERSION = "0.10.0"
6
6
  end
7
7
  end
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.9.6
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.17
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