Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Moved libraries to flat directory structure, because AWS chef hates us
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Rzegocki committed Apr 10, 2016
1 parent cf955a0 commit e6aa211
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions libraries/all.rb
Expand Up @@ -2,6 +2,7 @@
libdir = File.expand_path('..', __FILE__)
require File.join(libdir, 'core_ext')
require File.join(libdir, 'helpers')
Dir[File.join(libdir, 'drivers', 'dsl', '**', '*.rb')].each { |f| require f }
Dir[File.join(libdir, '*', '**', 'base.rb')].each { |f| require f }
Dir[File.join(libdir, '*', '**', '*.rb')].each { |f| require f }
Dir[File.join(libdir, 'drivers_dsl_*.rb')].each { |f| require f }
Dir[File.join(libdir, 'drivers_base.rb')].each { |f| require f }
Dir[File.join(libdir, 'drivers_*_base.rb')].each { |f| require f }
Dir[File.join(libdir, '*.rb')].each { |f| require f }
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e6aa211

Please sign in to comment.