Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decouple extract_gem_files from Gem class dependency
- Removed the dependency on the Gem class from the extract_gem_files method. Previously, this method extracted loaded specs directly from Gem. - Transferred the code that retrieves loaded specs from Gem to the build process side. This change allows the build process to decide whether to collect used Gems.
- Loading branch information