Class: ECSBundler::BundlerScanner
- Inherits:
-
Object
- Object
- ECSBundler::BundlerScanner
- Defined in:
- lib/ecs_bundler.rb,
lib/ecs_bundler/bundler_scanner.rb
Defined Under Namespace
Modules: RepositoryFinder
Class Method Summary collapse
Class Method Details
.run ⇒ Object
6 7 8 9 10 11 12 13 14 |
# File 'lib/ecs_bundler/bundler_scanner.rb', line 6 def run project_specification = ProjectSpecification.new { project: ECSBundler.config[:project], module: project_specification.name, moduleId: "bundler:#{project_specification.name}", dependencies: [specification_to_h(project_specification)] } end |