Sha256: 828577afd30885b27eac2cfffab08052b287778102602ee2cf1549881ae51e48

Contents?: true

Size: 370 Bytes

Versions: 67

Compression:

Stored size: 370 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/sync', file)
Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile|
  load taskfile
}

Sync.start

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
docker-sync-0.1.4 bin/docker-sync
docker-sync-0.1.3 bin/docker-sync
docker-sync-0.1.2 bin/docker-sync
docker-sync-0.1.1 bin/docker-sync
docker-sync-0.1.0 bin/docker-sync
docker-sync-0.0.15 bin/docker-sync
docker-sync-0.0.14 bin/docker-sync