Sha256: 1ebb589051adaee6c7add4495e620073ebcc7bd164633acf53f47d1c82003425

Contents?: true

Size: 376 Bytes

Versions: 16

Compression:

Stored size: 376 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'
require 'gaptool-api'

# Make sure lang isn't fucked
ENV['LANG'] = "en_US.UTF-8"

# Nuke your ssh-agent
ENV['SSH_AUTH_SOCK'] = ''

# Make API accessable to client
$api = GTAPI::GaptoolServer.new(ENV['GT_USER'], ENV['GT_KEY'], ENV['GT_URL'])

# Run client
require File.expand_path(File.dirname(__FILE__) + "/../lib/gaptool-client.rb")


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gaptool-client-0.5.5 bin/gt
gaptool-client-0.5.3 bin/gt
gaptool-client-0.5.2 bin/gt
gaptool-client-0.5.0 bin/gt
gaptool-client-0.4.2 bin/gt
gaptool-client-0.4.1 bin/gt
gaptool-client-0.4.0 bin/gt
gaptool-client-0.3.6 bin/gt
gaptool-client-0.3.4 bin/gt
gaptool-client-0.3.3 bin/gt
gaptool-client-0.3.2 bin/gt
gaptool-client-0.3.1 bin/gt
gaptool-client-0.3.0 bin/gt
gaptool-client-0.2.2 bin/gt
gaptool-client-0.2.1 bin/gt
gaptool-client-0.1.0 bin/gt