Finder v0.2.0 released

Finder 0.2.0 has been released.

Finder is a general purpose file finder for Ruby. Finder can search
RubyGems, Roll libraries and Ruby’s standard $LOAD_PATH and system data
directory for the active or the most current library files. It is
especially useful for implementing library-based plugin systems.

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:

  • Add support for :from option.
  • Fix typo in Find.path arguments.