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.6.6 bin/eb_deploy
eb_deployer-0.6.5 bin/eb_deploy
eb_deployer-0.6.4 bin/eb_deploy
eb_deployer-0.6.3 bin/eb_deploy
eb_deployer-0.6.2 bin/eb_deploy
eb_deployer-0.6.1 bin/eb_deploy
eb_deployer-0.6.0 bin/eb_deploy
eb_deployer-0.6.0.beta6 bin/eb_deploy
eb_deployer-0.6.0.beta5 bin/eb_deploy
eb_deployer-0.6.0.beta4 bin/eb_deploy
eb_deployer-0.6.0.beta3 bin/eb_deploy
eb_deployer-0.6.0.beta2 bin/eb_deploy
eb_deployer-0.5.2 bin/eb_deploy
eb_deployer-0.6.0.beta1 bin/eb_deploy
eb_deployer-0.5.1.beta3 bin/eb_deploy
eb_deployer-0.5.1.beta2 bin/eb_deploy
eb_deployer-0.5.1.beta1 bin/eb_deploy
eb_deployer-0.5.0 bin/eb_deploy
eb_deployer-0.4.13 bin/eb_deploy
eb_deployer-0.4.12 bin/eb_deploy