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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/simple_prompt/version.rb +1 -1
  3. metadata +12 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e065b4936a53b4c1e0b9f2332af8209ee1bd533843df9586bf79c20fb7c57674
4
- data.tar.gz: c66dc78ffed023c2f649c3e90ac8ebec510535241b2dab29b2ddaa7d9d41c843
3
+ metadata.gz: d023f4e982fe0d178cb837be8de3962107c1a4a7f47569ee527cb7a650254f36
4
+ data.tar.gz: 894b4a44bc81b8bd01eec6b8847dde883f1df115161ea7038e16ade3b04f17ba
5
5
  SHA512:
6
- metadata.gz: 4d0732167d96ad22769951c189cc3885b3d5e5eecb3fdea3f0b882f538818fe7f1ba31c7b94dce35ad27988d361c73dc02929895b115bf4a1ff323d57ecc9b6d
7
- data.tar.gz: 1d9b4eb5f0fc7f9d6ea0f185a9d5de5c19a827d91e8ae3ac6cfa98ddff3bb7f0c3254c26ed4d0ad80dec7b837cd51405bc03b90e691aff521f001ef55547a81a
6
+ metadata.gz: 4dbcd11a33cdfd07a39c139a629a2b2753810525dc6318a86a437f585bf3734a3a356511641b8232e23f678959e90c71c0b66bc1ecc3e61bf34685e81cc327da
7
+ data.tar.gz: 0a47a918d2ee493e27e4f14d20b62c8d6b8989508475ecb6e086903aefe28d5bfeb219f85619c97215d9106afd3536ac52c6f630436c5b349596ca3fd649d8cf
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module SimplePrompt
4
- VERSION = "0.1.0"
4
+ VERSION = '0.1.1'
5
5
  end
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - tsu-na-gu
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: A simple input library for Ruby, inspired by golang's huh! library's
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/tsu-na-gu/simple-input
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