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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e05a7e101f19a2c3a1fb717ec9eaa4d8e1ebba55acd01a07144dc7393019d9ce
4
- data.tar.gz: ba3abc2a39e80b780df856fb6204b5377800ca901105974b8aecc1aca8511a27
3
+ metadata.gz: f97b6934108b0703920cd5c916814a33ddbec24f69cf23af4be7ffdbd490f75e
4
+ data.tar.gz: 3b9205b536d2fe95bda1c02f771a7e6f6ef56fe0e71169f19bdb3ad9b59644cd
5
5
  SHA512:
6
- metadata.gz: 97ed10a09ff9f4c3f3c1325f6e80e1bd1794d3cc86eef7903c5f7731fb42d399e570812ad2333909f9c6925adf2159f5f8932e27f95c3fd17a6104c31d10774e
7
- data.tar.gz: 6acb3d5bf424d05df65ec4785b8a29f1b40bd8bc437a784f70220815708af2d26b06c362488807be91b0d6c69d853694908f5f76bdf735953e8b59ecacf4b696
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.1
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 thre is only one match, short_find will return the item
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