forked from larsch/ocra
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Renamed the parameter of the find_gem_path method to a name that indicates it is a file path. - Renamed find_gemspec_path method to find_spec_file and changed its parameter name to clearly indicate it accepts a file path. Updated the method to handle path strings as input. - Implemented the find_spec method which retrieves the corresponding Gem::Specification for a given path. - Updated Ocran.find_gem_files method to utilize find_spec for better functionality and clarity.
- Loading branch information
Showing
2 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters