v0.5.0 - 2021-08-11
- Change to use double-quoted strings
- Remove bundler as development dependency
- Fix to stop joining absolute path and extension with a file path separator
v0.4.2 - 2020-01-20
- Change gemspec to add metadata and remove test artifacts
v0.4.1 - 2019-06-02
- Change to relax bundler dependency version
v0.4.0 - 2018-10-13
- Add ability to specify search paths for #which and #exist? calls
- Change to freeze all strings
- Change gemspec to require Ruby >= 2.0.0
- Change gemspec to load files without calling git
- Change gemspec to add rspec as dev dependency
v0.3.0 - 2017-03-20
- Change #extensions to use file path separator
- Change files loading
- Remove search paths caching
v0.2.2 - 2017-02-06
- Fix File namespacing issue
v0.2.1 - 2016-12-26
- Change to stop shadowing path var in Which#search_paths
v0.2.0 - 2016-07-01
- Add Which#exist? to check if file exists based on found path
- Change Which#search_paths to allow for paths argument
- Rename Which#executable_file_with_ext? to #file_with_exec_ext?
- Rename Which#path_with_executable_file? to #file_with_path?
- Fix bug with Which#file_with_exec_ext? when comparing extensions
v0.1.0 - 2015-05-30
- Initial implementation and release