Sha256: 7852ad529b7c20688a3f24ed0dbbd4487c88f48511d4707aa8708a5d90de0e1c

Contents?: true

Size: 231 Bytes

Versions: 59

Compression:

Stored size: 231 Bytes

Contents

#!/usr/bin/env ruby

git_path = File.join(File.expand_path('../..', __FILE__), '.git')

if File.exists?(git_path)
  lib_path = File.expand_path('../../lib', __FILE__)
  $:.unshift(lib_path)
end

require 'eb_deployer'
EbDeployer.cli

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
eb_deployer-0.4.11 bin/eb_deploy
eb_deployer-0.4.10 bin/eb_deploy
eb_deployer-0.4.9 bin/eb_deploy
eb_deployer-0.4.8 bin/eb_deploy
eb_deployer-0.4.7.beta1 bin/eb_deploy
eb_deployer-0.4.6 bin/eb_deploy
eb_deployer-0.4.5 bin/eb_deploy
eb_deployer-0.4.4 bin/eb_deploy
eb_deployer-0.4.4.beta7 bin/eb_deploy
eb_deployer-0.4.4.beta6 bin/eb_deploy
eb_deployer-0.4.4.beta5 bin/eb_deploy
eb_deployer-0.4.4.beta4 bin/eb_deploy
eb_deployer-0.4.4.beta3 bin/eb_deploy
eb_deployer-0.4.4.beta2 bin/eb_deploy
eb_deployer-0.4.4.beta1 bin/eb_deploy
eb_deployer-0.4.3 bin/eb_deploy
eb_deployer-0.4.2 bin/eb_deploy
eb_deployer-0.4.1 bin/eb_deploy
eb_deployer-0.4.0 bin/eb_deploy
eb_deployer-0.3.9 bin/eb_deploy