Sha256: 27da0eb4e80d2a7565b9d1cafb46f9a83c74d24965ad77e849155e25ac285cb2

Contents?: true

Size: 371 Bytes

Versions: 9

Compression:

Stored size: 371 Bytes

Contents

#!/usr/bin/env ruby
require 'rubygems'
$:.unshift(File.expand_path(File.dirname(File.dirname(__FILE__) + "/../lib/hudson.rb")))
require File.expand_path(File.dirname(__FILE__) + '/../lib/hudson')
require 'hudson/cli'

begin
  Hudson::CLI.start
rescue Errno::ECONNREFUSED, Errno::EAFNOSUPPORT
  Hudson::CLI.new.shell.say "No connection available to the server.", :red
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hudson-0.5.0 bin/hudson
hudson-0.3.1 bin/hudson
hudson-0.3.0 bin/hudson
hudson-0.3.0.beta.19 bin/hudson
hudson-0.3.0.beta.18 bin/hudson
hudson-0.3.0.beta.17 bin/hudson
hudson-0.3.0.beta.16 bin/hudson
hudson-0.3.0.beta.15 bin/hudson
hudson-0.3.0.beta.14 bin/hudson