short_find 1.0.5 → 1.0.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 450b56fbd7b41c02d293d529b0b65718a301e8889bd769f9549052720f377945
4
- data.tar.gz: 8455863583605fd74d9e4d5846c30e9dc6f77180b25056184ebac01692309970
3
+ metadata.gz: 4d178f2cfcfff27a498f502eb07b4552d3fd712632d09b5eb878cb8ffbd53d1f
4
+ data.tar.gz: e652372aa2e4a30383b004465a55a364131a85281ef2c5a6fe54688fd0edd178
5
5
  SHA512:
6
- metadata.gz: c78adfb9842426813140c91cb96f4408cd891f4fa166d4722e9081d9bef6e7f5e6fbc2a90fa2dee13338c2509409630a410a29571a533ac1425f0ae891112d93
7
- data.tar.gz: 66694d24525020a8c0102e9d05bc45bae2e56a035d71e0b3a8a2cd51fe30dfb0f637ae7d658cec1a0b1db0bff2657ff17969dc95f0f0e4e4ba6c26a5b79d0f8c
6
+ metadata.gz: 9830b34d1d7bec86f9509241e49159c9dd3c4667f1e472820633779d1114b69d1654bfc3ecf17e7fb1cc76af206cb6d704e1827a98d3e44a3e358d704d0a53f1
7
+ data.tar.gz: ad1cabd5ff9697c23b6c7b064244edb191eb8b0fa3d1b975cbbb6e23a12fc6ae6614c6387f9facf336506289cfea134d3030de10415c8458e06f6e84e94ff801
Binary file
data/short_find.gemspec CHANGED
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'short_find'
6
- s.version = '1.0.5'
6
+ s.version = '1.0.6'
7
7
  s.date = '2019-01-03'
8
8
  s.summary = "Allow a user to find things by typing just enough letters to make it unique."
9
9
  s.description = "Allow a user to find things by typing just enough letters and/or numbers to make it unique. The user can enter a string of letters. Ignoring case, spaces, and special characters, if there is only one match, short_find will return the item that starts with those characters. If no item is matched, or if more than one item is matched it will give an error and allow the user to try again."
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.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Torres
@@ -47,6 +47,7 @@ files:
47
47
  - short_find-1.0.2.gem
48
48
  - short_find-1.0.3.gem
49
49
  - short_find-1.0.4.gem
50
+ - short_find-1.0.5.gem
50
51
  - short_find.gemspec
51
52
  - test.rb
52
53
  homepage: http://rubygems.org/gems/short_find