short_find 1.0.6 → 1.0.7

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: 4d178f2cfcfff27a498f502eb07b4552d3fd712632d09b5eb878cb8ffbd53d1f
4
- data.tar.gz: e652372aa2e4a30383b004465a55a364131a85281ef2c5a6fe54688fd0edd178
3
+ metadata.gz: 917c2816f963fb678683460cad4ec754bc12d9955a404da4dabf064faea5edec
4
+ data.tar.gz: 963b68d6a3fe8196ed6888ed81167c1fcd1530280999f4a2a9725a491364c398
5
5
  SHA512:
6
- metadata.gz: 9830b34d1d7bec86f9509241e49159c9dd3c4667f1e472820633779d1114b69d1654bfc3ecf17e7fb1cc76af206cb6d704e1827a98d3e44a3e358d704d0a53f1
7
- data.tar.gz: ad1cabd5ff9697c23b6c7b064244edb191eb8b0fa3d1b975cbbb6e23a12fc6ae6614c6387f9facf336506289cfea134d3030de10415c8458e06f6e84e94ff801
6
+ metadata.gz: 3913fe654e32d19eee988807e4738bc7e64df683391a21129e54f0172a7da667f55cbfe08560cbc89da633011b22576ebe09380e6110e22298471dab17ea880f
7
+ data.tar.gz: 45919e9b26c4d66389bdf5033884c25f378f219f8441c2b5ea5d6837817b71998242fdec9b77b90d0cc21aa32e2cf4e546cbea3b38dc07c96196f5262a6dfb6e
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5.3
7
+ before_install: gem install bundler -v 1.17.2
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at arthurtorres002@gmail.com. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in short_find.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Arthur Torres
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -1,9 +1,22 @@
1
1
  # short_find
2
+
2
3
  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.
3
4
 
4
- ## Require
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'short_find'
11
+ ```
12
+
13
+ And then execute:
5
14
 
6
- require 'short_find'
15
+ $ bundle
16
+
17
+ Or install it yourself as:
18
+
19
+ $ gem install short_find
7
20
 
8
21
  ## Methods
9
22
 
@@ -29,3 +42,21 @@ Defaults to false. When set to true, any short_find method will exit the program
29
42
 
30
43
  ### ShortFind.outs(boolean)
31
44
  Sets both use_back and use_exit
45
+
46
+ ## Development
47
+
48
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
49
+
50
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
51
+
52
+ ## Contributing
53
+
54
+ Bug reports and pull requests are welcome on GitHub at https://github.com/LastSacred/short_find. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
55
+
56
+ ## License
57
+
58
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
59
+
60
+ ## Code of Conduct
61
+
62
+ Everyone interacting in the ShortFind project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/LastSacred/short_find/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,6 @@
1
+ require "bundler/gem_tasks"
2
+ require "rspec/core/rake_task"
3
+
4
+ RSpec::Core::RakeTask.new(:spec)
5
+
6
+ task :default => :spec
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "short_find"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -0,0 +1,3 @@
1
+ module ShortFind
2
+ VERSION = "1.0.7"
3
+ end
data/lib/short_find.rb CHANGED
@@ -1,115 +1,102 @@
1
- class ShortFind
2
- @@back = false
3
- @@exit = false
4
-
5
- def self.use_back(boolean)
6
- @@back = boolean
7
- end
8
-
9
- def self.use_exit(boolean)
10
- @@exit = boolean
11
- end
12
-
13
- def self.outs(boolean)
14
- @@back = boolean
15
- @@exit = boolean
16
- end
17
-
18
- # Use shorthand to return an object from an array
19
- #
20
- # @param array of objects [Array]
21
- # @return [Object]
22
-
23
- def self.object(objects, attr=:name)
24
- attr = attr.to_s
25
- r_format = "first"
26
- loop do
27
- input = get_input
28
- return if !input && @@back
29
-
30
- result = objects.select do |object|
31
- object.public_send(attr).downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
32
- end
1
+ require "short_find/version"
2
+
3
+ module ShortFind
4
+ class Error < StandardError; end
5
+ @@back = false
6
+ @@exit = false
33
7
 
34
- output = test_result(result, r_format, attr)
35
- return output if output
8
+ def self.use_back(boolean)
9
+ @@back = boolean
36
10
  end
37
- end
38
-
39
- # Use shorthand to return an element from an array
40
- #
41
- # @param array [Array]
42
- # @return [Element]
43
-
44
- def self.in_array(array)
45
- r_format = "first"
46
- attr = "to_s"
47
- loop do
48
- input = get_input
49
- return if !input && @@back
50
-
51
- result = array.select do |element|
52
- element.downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
53
- end
54
11
 
55
- output = test_result(result, r_format, attr)
56
- return output if output
12
+ def self.use_exit(boolean)
13
+ @@exit = boolean
57
14
  end
58
- end
59
-
60
- # Use shorthand to return an element from a hash
61
- #
62
- # @param hash [Hash]
63
- # @return [Element]
64
-
65
- def self.in_hash(hash, by=:value)
66
- by = by.to_s
67
- r_format = "to_h"
68
- attr = "last"
69
- loop do
70
- input = get_input
71
- return if !input && @@back
72
-
73
- result = hash.select do |key, value|
74
- if by == "key"
75
- attr = "first"
76
- key.to_s.downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
77
- elsif by == "value"
78
- value.downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
15
+
16
+ def self.outs(boolean)
17
+ @@back = boolean
18
+ @@exit = boolean
19
+ end
20
+
21
+ def self.object(objects, attr=:name)
22
+ attr = attr.to_s
23
+ r_format = "first"
24
+ loop do
25
+ input = get_input
26
+ return if !input && @@back
27
+
28
+ result = objects.select do |object|
29
+ object.public_send(attr).downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
79
30
  end
31
+
32
+ output = test_result(result, r_format, attr)
33
+ return output if output
80
34
  end
35
+ end
36
+
37
+ def self.in_array(array)
38
+ r_format = "first"
39
+ attr = "to_s"
40
+ loop do
41
+ input = get_input
42
+ return if !input && @@back
43
+
44
+ result = array.select do |element|
45
+ element.downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
46
+ end
81
47
 
82
- output = test_result(result, r_format, attr)
83
- return output if output
48
+ output = test_result(result, r_format, attr)
49
+ return output if output
50
+ end
84
51
  end
85
- end
86
-
87
- private
88
-
89
- def self.get_input
90
- input = gets.strip
91
- return if input == "back" && @@back
92
- exit if input == "exit" && @@exit
93
- input
94
- end
95
-
96
- def self.test_result(result, r_format, attr)
97
- if result.count == 0
98
- puts ""
99
- puts "No match found"
100
- puts "Try again"
101
- elsif result.count == 1
102
- return result.public_send(r_format)
103
- else
104
- puts ""
105
- puts "Multiple matches found"
106
- puts ""
107
- result.each do |result|
108
- puts result.public_send(attr)
52
+
53
+ def self.in_hash(hash, by=:value)
54
+ by = by.to_s
55
+ r_format = "to_h"
56
+ attr = "last"
57
+ loop do
58
+ input = get_input
59
+ return if !input && @@back
60
+
61
+ result = hash.select do |key, value|
62
+ if by == "key"
63
+ attr = "first"
64
+ key.to_s.downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
65
+ elsif by == "value"
66
+ value.downcase.gsub('ú', 'u').gsub(/[^a-z0-9]/,'').start_with?(input.downcase.gsub(/[^a-z0-9]/,''))
67
+ end
68
+ end
69
+
70
+ output = test_result(result, r_format, attr)
71
+ return output if output
109
72
  end
110
- puts ""
111
- puts "Try again"
112
73
  end
113
- end
114
74
 
75
+ private
76
+
77
+ def self.get_input
78
+ input = gets.strip
79
+ return if input == "back" && @@back
80
+ exit if input == "exit" && @@exit
81
+ input
82
+ end
83
+
84
+ def self.test_result(result, r_format, attr)
85
+ if result.count == 0
86
+ puts ""
87
+ puts "No match found"
88
+ puts "Try again"
89
+ elsif result.count == 1
90
+ return result.public_send(r_format)
91
+ else
92
+ puts ""
93
+ puts "Multiple matches found"
94
+ puts ""
95
+ result.each do |result|
96
+ puts result.public_send(attr)
97
+ end
98
+ puts ""
99
+ puts "Try again"
100
+ end
101
+ end
115
102
  end
data/short_find.gemspec CHANGED
@@ -1,21 +1,42 @@
1
+
1
2
  lib = File.expand_path("../lib", __FILE__)
2
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require "short_find/version"
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "short_find"
8
+ spec.version = ShortFind::VERSION
9
+ spec.authors = ["Arthur Torres"]
10
+ spec.email = ["arthurtorres002@gmail.com"]
11
+
12
+ spec.summary = "Allow a user to find things by typing just enough letters to make it unique."
13
+ spec.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."
14
+ spec.homepage = 'http://rubygems.org/gems/short_find'
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ # if spec.respond_to?(:metadata)
20
+ # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
21
+ #
22
+ # spec.metadata["homepage_uri"] = spec.homepage
23
+ # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
24
+ # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
25
+ # else
26
+ # raise "RubyGems 2.0 or newer is required to protect against " \
27
+ # "public gem pushes."
28
+ # end
3
29
 
4
- Gem::Specification.new do |s|
5
- s.name = 'short_find'
6
- s.version = '1.0.6'
7
- s.date = '2019-01-03'
8
- s.summary = "Allow a user to find things by typing just enough letters to make it unique."
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."
10
- s.authors = ["Arthur Torres"]
11
- s.email = 'arthurtorres002@gmail.com'
12
- s.files = Dir.chdir(File.expand_path('..', __FILE__)) do
30
+ # Specify which files should be added to the gem when it is released.
31
+ # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
32
+ spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
13
33
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
14
34
  end
15
- s.homepage =
16
- 'http://rubygems.org/gems/short_find'
17
- s.license = 'MIT'
18
- s.require_paths = ["lib"]
19
- s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
35
+ spec.bindir = "exe"
36
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
37
+ spec.require_paths = ["lib"]
20
38
 
39
+ spec.add_development_dependency "bundler", "~> 1.17"
40
+ spec.add_development_dependency "rake", "~> 10.0"
41
+ spec.add_development_dependency "rspec", "~> 3.0"
21
42
  end
metadata CHANGED
@@ -1,55 +1,81 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: short_find
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Torres
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2019-01-03 00:00:00.000000000 Z
12
- dependencies: []
11
+ date: 2019-01-04 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.17'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.17'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
13
55
  description: Allow a user to find things by typing just enough letters and/or numbers
14
56
  to make it unique. The user can enter a string of letters. Ignoring case, spaces,
15
57
  and special characters, if there is only one match, short_find will return the item
16
58
  that starts with those characters. If no item is matched, or if more than one item
17
59
  is matched it will give an error and allow the user to try again.
18
- email: arthurtorres002@gmail.com
60
+ email:
61
+ - arthurtorres002@gmail.com
19
62
  executables: []
20
63
  extensions: []
21
64
  extra_rdoc_files: []
22
65
  files:
23
- - ".yardoc/checksums"
24
- - ".yardoc/complete"
25
- - ".yardoc/object_types"
26
- - ".yardoc/objects/root.dat"
27
- - ".yardoc/proxy_types"
66
+ - ".gitignore"
67
+ - ".rspec"
68
+ - ".travis.yml"
69
+ - CODE_OF_CONDUCT.md
70
+ - Gemfile
71
+ - LICENSE.txt
28
72
  - README.md
29
- - doc/ShortFind.html
30
- - doc/_index.html
31
- - doc/class_list.html
32
- - doc/css/common.css
33
- - doc/css/full_list.css
34
- - doc/css/style.css
35
- - doc/file.README.html
36
- - doc/file_list.html
37
- - doc/frames.html
38
- - doc/index.html
39
- - doc/js/app.js
40
- - doc/js/full_list.js
41
- - doc/js/jquery.js
42
- - doc/method_list.html
43
- - doc/top-level-namespace.html
73
+ - Rakefile
74
+ - bin/console
75
+ - bin/setup
44
76
  - lib/short_find.rb
45
- - short_find-1.0.0.gem
46
- - short_find-1.0.1.gem
47
- - short_find-1.0.2.gem
48
- - short_find-1.0.3.gem
49
- - short_find-1.0.4.gem
50
- - short_find-1.0.5.gem
77
+ - lib/short_find/version.rb
51
78
  - short_find.gemspec
52
- - test.rb
53
79
  homepage: http://rubygems.org/gems/short_find
54
80
  licenses:
55
81
  - MIT
data/.yardoc/checksums DELETED
@@ -1 +0,0 @@
1
- lib/short_find.rb a642c97761f9796051c7efd38a9c41b245f0caf5
data/.yardoc/complete DELETED
File without changes
data/.yardoc/object_types DELETED
Binary file
Binary file
data/.yardoc/proxy_types DELETED
Binary file