Sha256: 67af43ea36613863889850d7d2ea0764b95b3dec6605a8500bf2811c6a35f6ed

Contents?: true

Size: 497 Bytes

Versions: 59

Compression:

Stored size: 497 Bytes

Contents

#!/usr/bin/env ruby
file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
file = File.expand_path(File.dirname(file))
$LOAD_PATH.unshift File.expand_path('../lib', file)

require 'thor'
require 'docker-sync/update_check'

thor = File.expand_path('../tasks/daemon', file)
Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile|
  load taskfile
}
thor = File.expand_path('../tasks/sync', file)
Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile|
  load taskfile
}

Daemon.start

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
docker-sync-0.5.7 bin/docker-sync-daemon
docker-sync-0.5.6 bin/docker-sync-daemon
docker-sync-0.5.5 bin/docker-sync-daemon
docker-sync-0.5.4 bin/docker-sync-daemon
docker-sync-0.5.3 bin/docker-sync-daemon
docker-sync-0.5.2 bin/docker-sync-daemon
docker-sync-0.5.1 bin/docker-sync-daemon
docker-sync-0.5.0 bin/docker-sync-daemon
docker-sync-0.5.0.pre.rc1 bin/docker-sync-daemon
docker-sync-0.5.0.pre.beta3 bin/docker-sync-daemon
docker-sync-0.5.0.pre.beta2 bin/docker-sync-daemon
docker-sync-0.5.0.pre.beta1 bin/docker-sync-daemon
docker-sync-0.4.6 bin/docker-sync-daemon
docker-sync-0.4.5 bin/docker-sync-daemon
docker-sync-0.4.5.beta1 bin/docker-sync-daemon
docker-sync-0.4.4 bin/docker-sync-daemon
docker-sync-0.4.4.beta2 bin/docker-sync-daemon
docker-sync-0.4.4.beta1 bin/docker-sync-daemon
docker-sync-0.4.3 bin/docker-sync-daemon
docker-sync-0.4.3.pre.beta1 bin/docker-sync-daemon