better_input 0.1.2 → 0.1.3
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/better_input/version.rb +1 -1
- metadata +14 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c848df3c63f7e819ef7deeeed05b22094bf132a5da05d45704a1e8cb8decab6
|
4
|
+
data.tar.gz: 9620cd0a13abeb759e1f5b4e0f0df0236577e93df5d6a103611d19b3b5d235d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dac52adbd77cbf7f84b6f613cce8f66853a5ee522e3b06fe308d049396b6fabf70bcb0ff610b33af6252ca4735e730b637615d9dd7c360011f9d2214df1a4f6b
|
7
|
+
data.tar.gz: 9f36861cea2bdbfc1e72ccd0b092d5533794164dfcfa0584e2d8de95faa3f8f0963d0c8330860c4821f5f64e30a5ba8ccfacbfe37bc4afae231e31e6cbf1c2ec
|
data/lib/better_input/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: better_input
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Barros Flavio
|
@@ -10,18 +10,29 @@ bindir: exe
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2024-11-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description:
|
13
|
+
description: |+
|
14
14
|
This is an improved input function for Ruby.
|
15
15
|
|
16
|
+
|
17
|
+
|
16
18
|
Using this gem, you can easily get user input with real-time type validation, ensuring that the data provided is as expected, among other things.
|
17
19
|
|
20
|
+
|
21
|
+
|
18
22
|
If you have any questions, check the documentation: https://github.com/barrosflavio/ruby_better_input
|
19
23
|
|
24
|
+
|
25
|
+
|
20
26
|
Features:
|
27
|
+
|
21
28
|
- Ask, receive and check input in a single line
|
29
|
+
|
22
30
|
- Support for types such as integer, float and boolean.
|
31
|
+
|
23
32
|
- Input validation with clear error messages.
|
33
|
+
|
24
34
|
- Intuitive and easy-to-use function.
|
35
|
+
|
25
36
|
email:
|
26
37
|
- flaviomarbs@gmail.com
|
27
38
|
executables: []
|
@@ -63,3 +74,4 @@ signing_key:
|
|
63
74
|
specification_version: 4
|
64
75
|
summary: A better input function for ruby
|
65
76
|
test_files: []
|
77
|
+
...
|