short_find 1.0.1 → 1.0.2
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
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f97b6934108b0703920cd5c916814a33ddbec24f69cf23af4be7ffdbd490f75e
|
4
|
+
data.tar.gz: 3b9205b536d2fe95bda1c02f771a7e6f6ef56fe0e71169f19bdb3ad9b59644cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 404eb4b8a0a46cfbe13b655940d301a4008b294488f9001c6fb634c56457af6f589c8a6018e88e9b694e61b321014af2464944bcf728bd86bc0ddc11dfd93bf1
|
7
|
+
data.tar.gz: 6d110c1dbbc49b42352c9461614a41cbf7e76653a6e25a35108e3e57ac8fa2ebe1953d90b649d678e5e09eb32b3fda1e57c37cec11a426d094d988dceaddf863
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: short_find
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arthur Torres
|
@@ -12,7 +12,7 @@ date: 2019-01-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description: Allow a user to find things by typing just enough letters and/or numbers
|
14
14
|
to make it unique. The user can enter a string of letters. Ignoring case, spaces,
|
15
|
-
and special characters, if
|
15
|
+
and special characters, if there is only one match, short_find will return the item
|
16
16
|
that starts with those characters. If no item is matched, or if more than one item
|
17
17
|
is matched it will give an error and allow the user to try again.
|
18
18
|
email: arthurtorres002@gmail.com
|