Method: Jets::Builders::GemReplacer#compiled_gems
- Defined in:
- lib/jets/builders/gem_replacer.rb
#compiled_gems ⇒ Object
If there are subfolders compiled_gem_paths might have files deeper in the directory tree. So lets grab the gem name and figure out the unique paths of the compiled gems from there.
127 128 129 |
# File 'lib/jets/builders/gem_replacer.rb', line 127 def compiled_gems compiled_gem_paths.map { |p| gem_name_from_path(p) }.uniq# + ["whatever-0.0.1"] end |