better_input 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/better_input/version.rb +1 -1
  3. metadata +14 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91f6acc7fd325931d683a59962503b1f3fc6dec3a829bb1752b88dcac0e27032
4
- data.tar.gz: 17f6a25540c3643f6bf1173db8189489327286749b221accbcbee451cff4cbc3
3
+ metadata.gz: 1c848df3c63f7e819ef7deeeed05b22094bf132a5da05d45704a1e8cb8decab6
4
+ data.tar.gz: 9620cd0a13abeb759e1f5b4e0f0df0236577e93df5d6a103611d19b3b5d235d0
5
5
  SHA512:
6
- metadata.gz: 475f4143667b67e376c2188641d217fde1f3afdca6b14694c4ae51dd3ab226b805ef1753f29ac2297d0a93a681d322d35e7eca1ba242d55d9647d0fa219fbce4
7
- data.tar.gz: c49f044e3f1799a619f0d15771a6084d9a8fb2a3ad6692cf1ab520079d124c43474a2d703e1f9ff81b2b0bd15b1f51371ae4bf0d7bf2be9607554154572b7e58
6
+ metadata.gz: dac52adbd77cbf7f84b6f613cce8f66853a5ee522e3b06fe308d049396b6fabf70bcb0ff610b33af6252ca4735e730b637615d9dd7c360011f9d2214df1a4f6b
7
+ data.tar.gz: 9f36861cea2bdbfc1e72ccd0b092d5533794164dfcfa0584e2d8de95faa3f8f0963d0c8330860c4821f5f64e30a5ba8ccfacbfe37bc4afae231e31e6cbf1c2ec
@@ -1,3 +1,3 @@
1
1
  module Bi
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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
+ ...