RELEASE HISTORY

0.4.0 / 2012-12-25

New release adds Kernel#import and import_relative core extensions. The methods load code directly into the calling scope, unlike the require and load methods which do so at the toplevel.

Changes:

0.3.0 / 2012-05-22

This is a significant release in that the behavior of Find.load_path has changed to return absolute paths by default. To get relative paths set the :relative options to true. However, if you are doing that you likely want to use the new Find.feature method which specifically searches for requirable files and returns relative paths by default.

Changes:

0.2.1 / 2012-03-15

Fix Gem finder so that is places spec in Array, and catches error if gem is not found.

Changes:

0.2.0 / 2012-03-14

This release adds the :from option which allows searching to be limited to a specific library/gem. It also fixes a bug with the Find.path method where one of the arguments was mis-named.

Changes:

0.1.1 / 2012-02-11

Fixes a few oversites in last release.

Changes:

0.1.0 / 2012-02-11

Finder is a new library built from the ashes of the old Plugin gem. Along with a new more fitting name, it has more robust and expanded capabilites!

Changes: