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-1.0.5 bin/docker-sync-daemon
docker-sync-1.0.4 bin/docker-sync-daemon
docker-sync-1.0.3 bin/docker-sync-daemon
docker-sync-1.0.2 bin/docker-sync-daemon
docker-sync-1.0.1 bin/docker-sync-daemon
docker-sync-1.0.0 bin/docker-sync-daemon
docker-sync-0.7.2 bin/docker-sync-daemon
docker-sync-0.7.1 bin/docker-sync-daemon
docker-sync-0.7.0 bin/docker-sync-daemon
docker-sync-0.6.0 bin/docker-sync-daemon
docker-sync-0.5.14 bin/docker-sync-daemon
docker-sync-0.5.13 bin/docker-sync-daemon
docker-sync-0.5.11 bin/docker-sync-daemon
docker-sync-0.5.11.pre.beta3 bin/docker-sync-daemon
docker-sync-0.5.11.pre.beta2 bin/docker-sync-daemon
docker-sync-0.5.11.pre.beta1 bin/docker-sync-daemon
docker-sync-0.5.10 bin/docker-sync-daemon
docker-sync-0.5.10.pre.beta1 bin/docker-sync-daemon
docker-sync-0.5.9 bin/docker-sync-daemon
docker-sync-0.5.8 bin/docker-sync-daemon