short_find 1.0.0 → 1.0.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
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e05a7e101f19a2c3a1fb717ec9eaa4d8e1ebba55acd01a07144dc7393019d9ce
|
4
|
+
data.tar.gz: ba3abc2a39e80b780df856fb6204b5377800ca901105974b8aecc1aca8511a27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97ed10a09ff9f4c3f3c1325f6e80e1bd1794d3cc86eef7903c5f7731fb42d399e570812ad2333909f9c6925adf2159f5f8932e27f95c3fd17a6104c31d10774e
|
7
|
+
data.tar.gz: 6acb3d5bf424d05df65ec4785b8a29f1b40bd8bc437a784f70220815708af2d26b06c362488807be91b0d6c69d853694908f5f76bdf735953e8b59ecacf4b696
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arthur Torres
|
@@ -10,7 +10,7 @@ bindir: bin
|
|
10
10
|
cert_chain: []
|
11
11
|
date: 2019-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
|
-
description: Allow a user to find things by typing enough
|
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
15
|
and special characters, if thre 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
|
@@ -44,5 +44,5 @@ rubyforge_project:
|
|
44
44
|
rubygems_version: 2.7.8
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
|
-
summary: Allow a user to find things by typing enough
|
47
|
+
summary: Allow a user to find things by typing just enough letters to make it unique.
|
48
48
|
test_files: []
|