lib/buildkite/builder.rb in buildkite-builder-3.8.3 vs lib/buildkite/builder.rb in buildkite-builder-3.9.0
- old
+ new
@@ -16,10 +16,9 @@
autoload :Loaders, File.expand_path('builder/loaders', __dir__)
autoload :LoggingUtils, File.expand_path('builder/logging_utils', __dir__)
autoload :Processors, File.expand_path('builder/processors', __dir__)
autoload :Rainbow, File.expand_path('builder/rainbow', __dir__)
autoload :Plugin, File.expand_path('builder/plugin', __dir__)
- autoload :PluginCollection, File.expand_path('builder/plugin_collection', __dir__)
autoload :StepCollection, File.expand_path('builder/step_collection', __dir__)
autoload :PipelineCollection, File.expand_path('builder/pipeline_collection', __dir__)
autoload :TemplateManager, File.expand_path('builder/template_manager', __dir__)
autoload :PluginManager, File.expand_path('builder/plugin_manager', __dir__)