Sha256: 18ee112220528360c2a55c4ea4ba6c3bb74e79f324e884ab641cc949462f027c

Contents?: true

Size: 334 Bytes

Versions: 18

Compression:

Stored size: 334 Bytes

Contents

#!/usr/bin/env ruby

HUB=File.expand_path(File.join(File.dirname(__FILE__), '..', 'bin', 'hubbard'))

HUB_USERNAME=ENV['HUB_USERNAME']
fail "Please define HUB_USERNAME" unless HUB_USERNAME

# Ignore hostname passed in
ARGV.shift

$stderr.puts "#{HUB} #{HUB_USERNAME} #{ARGV.join(' ')}"
exec "#{HUB} #{HUB_USERNAME} #{ARGV.join(' ')}"

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
hubbard-0.0.18 spec/gitssh
hubbard-0.0.16 spec/gitssh
hubbard-0.0.15 spec/gitssh
hubbard-0.0.14 spec/gitssh
hubbard-0.0.13 spec/gitssh
hubbard-0.0.12 spec/gitssh
hubbard-0.0.11 spec/gitssh
hubbard-0.0.10 spec/gitssh
hubbard-0.0.9 spec/gitssh
hubbard-0.0.8 spec/gitssh
hubbard-0.0.7 spec/gitssh
hubbard-0.0.6 spec/gitssh
hubbard-0.0.5 spec/gitssh
hubbard-0.0.4 spec/gitssh
hubbard-0.0.3 spec/gitssh
hubbard-0.0.2 spec/gitssh
hubbard-0.0.1 spec/gitssh
hubbard-0.0.0 spec/gitssh