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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75d8cf25c76a27380c8bae4a46552eb3fee389083ed3eac37b63b39955041924
4
- data.tar.gz: ea893e04d03a929bac6c270657f3085f81265e9db16569e5a016fc85ac94d21e
3
+ metadata.gz: e05a7e101f19a2c3a1fb717ec9eaa4d8e1ebba55acd01a07144dc7393019d9ce
4
+ data.tar.gz: ba3abc2a39e80b780df856fb6204b5377800ca901105974b8aecc1aca8511a27
5
5
  SHA512:
6
- metadata.gz: de330e1d5b6e1322a4e075bb03ca8e55371b713c62c9f5a021159963faf93e2ed73f6ac843c2fa32bef1d47fc0c8d46e7c792764a21b12281022f1f0549d02c0
7
- data.tar.gz: 0dce2243858719518a297aea8b9f502e7a1cb88f55d31f8bc8a102cbf2fa6e0b8f29dfb0a4191d8685d99071f1066c94bdfa92376f7e768b9a035678cc253dfb
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.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 just letters and/or numbers
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 just letters to make it unique.
47
+ summary: Allow a user to find things by typing just enough letters to make it unique.
48
48
  test_files: []