Sha256: 2ae27b8c0a2c227cfcd32465e3d52d2c1c7ec2e1bff1adc003c4f73e186edf40

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

#lib = File.expand_path('./lib', __dir__)
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
thor = File.expand_path('../tasks', __FILE__)

module Global
  DO_UPDATE_CHECK=false
end
Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile|
  load taskfile
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
docker-sync-0.0.9 Thorfile