Sha256: 4dabd2c532b1e06a33f96b77de57394e7bcee1729f1bed37d3915a8dbcdb1395

Contents?: true

Size: 216 Bytes

Versions: 21

Compression:

Stored size: 216 Bytes

Contents

#!/usr/bin/env ruby

lib = File.expand_path(File.dirname(__FILE__) + '/../lib')
$LOAD_PATH.unshift(lib) if File.directory?(lib) && !$LOAD_PATH.include?(lib)

require 'rubygems'
require 'shuttle'

Shuttle::CLI.new.run

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
shuttle-deploy-0.4.0 bin/shuttle
shuttle-deploy-0.3.3 bin/shuttle
shuttle-deploy-0.3.2 bin/shuttle
shuttle-deploy-0.3.1 bin/shuttle
shuttle-deploy-0.3.0 bin/shuttle
shuttle-deploy-0.3.0.beta1 bin/shuttle
shuttle-deploy-0.2.3 bin/shuttle
shuttle-deploy-0.2.2 bin/shuttle
shuttle-deploy-0.2.1 bin/shuttle
shuttle-deploy-0.2.0 bin/shuttle
shuttle-deploy-0.2.0.beta16 bin/shuttle
shuttle-deploy-0.2.0.beta15 bin/shuttle
shuttle-deploy-0.2.0.beta14 bin/shuttle
shuttle-deploy-0.2.0.beta13 bin/shuttle
shuttle-deploy-0.2.0.beta12 bin/shuttle
shuttle-deploy-0.2.0.beta11 bin/shuttle
shuttle-deploy-0.2.0.beta10 bin/shuttle
shuttle-deploy-0.2.0.beta9 bin/shuttle
shuttle-deploy-0.2.0.beta7 bin/shuttle
shuttle-deploy-0.2.0.beta6 bin/shuttle