simple_input 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/lib/simple_prompt/version.rb +1 -1
- metadata +12 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d023f4e982fe0d178cb837be8de3962107c1a4a7f47569ee527cb7a650254f36
|
|
4
|
+
data.tar.gz: 894b4a44bc81b8bd01eec6b8847dde883f1df115161ea7038e16ade3b04f17ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4dbcd11a33cdfd07a39c139a629a2b2753810525dc6318a86a437f585bf3734a3a356511641b8232e23f678959e90c71c0b66bc1ecc3e61bf34685e81cc327da
|
|
7
|
+
data.tar.gz: 0a47a918d2ee493e27e4f14d20b62c8d6b8989508475ecb6e086903aefe28d5bfeb219f85619c97215d9106afd3536ac52c6f630436c5b349596ca3fd649d8cf
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simple_input
|
|
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
|
+
- Hiroaki Satou
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
@@ -93,8 +93,12 @@ dependencies:
|
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: 0.5.100
|
|
96
|
-
description:
|
|
97
|
-
input component.
|
|
96
|
+
description: This is a simple prompt library for ruby. Inspired by golang's huh! library's
|
|
97
|
+
input component (https://github.com/charmbracelet/huh). If somebody needs it, I
|
|
98
|
+
would make select, multi-select, confirm, text library in addition with AI. But
|
|
99
|
+
my use case I need input only, so I simply AI tested it only. Not the situation
|
|
100
|
+
in really use case.
|
|
101
|
+
email: hiroakisatou@example.com
|
|
98
102
|
executables: []
|
|
99
103
|
extensions: []
|
|
100
104
|
extra_rdoc_files: []
|
|
@@ -103,10 +107,12 @@ files:
|
|
|
103
107
|
- lib/simple_prompt/default_validators.rb
|
|
104
108
|
- lib/simple_prompt/input.rb
|
|
105
109
|
- lib/simple_prompt/version.rb
|
|
106
|
-
homepage: https://github.com/
|
|
110
|
+
homepage: https://github.com/hiroakisatou/simple-prompt
|
|
107
111
|
licenses:
|
|
108
112
|
- MIT
|
|
109
|
-
metadata:
|
|
113
|
+
metadata:
|
|
114
|
+
source_code_uri: https://github.com/hiroakisatou/simple-prompt
|
|
115
|
+
rubygems_mfa_required: 'true'
|
|
110
116
|
rdoc_options: []
|
|
111
117
|
require_paths:
|
|
112
118
|
- lib
|