Sha256: 3b2c059e37ef7318d1389ee9eebb7919853e4d6e46a4ef530a81573d1c1b0b0d

Contents?: true

Size: 294 Bytes

Versions: 11

Compression:

Stored size: 294 Bytes

Contents

#!/usr/bin/env ruby
#
# zz - ZZ deploy
# this command is meant to be called after installed as a gem
#

$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
require 'rubygems'
#require "bundler/setup"
require 'zz_deploy'

exit_code = ZZDeploy.new.run
exit!(exit_code)


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zzdeploy-0.1.13 bin/zz
zzdeploy-0.1.12 bin/zz
zzdeploy-0.1.11 bin/zz
zzdeploy-0.1.10 bin/zz
zzdeploy-0.1.9 bin/zz
zzdeploy-0.1.8 bin/zz
zzdeploy-0.1.7 bin/zz
zzdeploy-0.1.6 bin/zz
zzdeploy-0.1.5 bin/zz
zzdeploy-0.1.4 bin/zz
zzdeploy-0.1.3 bin/zz