Sha256: 68d308125e08c37c2b443409c4931ca3d3c55177a8974124e821dfe26840ac6a

Contents?: true

Size: 416 Bytes

Versions: 20

Compression:

Stored size: 416 Bytes

Contents

#!/usr/bin/env ruby
require "pathname"
require "bundler"
Bundler.require

bin_file = Pathname.new(__FILE__).realpath
# add self to libpath
$:.unshift File.expand_path("../../lib", bin_file)

require 'gush'

begin
  Gush::CLI.start(ARGV)
rescue Gush::WorkflowNotFound
  puts "Workflow not found".red
rescue Gush::DependencyLevelTooDeep
  puts "Dependency level too deep. Perhaps you have a dependency cycle?".red
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
gush-2.0.2 bin/gush
gush-2.0.1 bin/gush
gush-2.0.0 bin/gush
gush-1.1.1 bin/gush
gush-1.1.0 bin/gush
gush-1.0.0 bin/gush
gush-mmx-0.4.2 bin/gush
gush-0.4.1 bin/gush
gush-0.3.3 bin/gush
gush-0.4 bin/gush
gush-0.3.2 bin/gush
gush-0.3.1 bin/gush
gush-0.3 bin/gush
gush-0.2.3 bin/gush
gush-0.2.2 bin/gush
gush-0.2.1 bin/gush
gush-0.2.0 bin/gush
gush-0.1.2 bin/gush
gush-0.1.1 bin/gush
gush-0.1 bin/gush