Sha256: 74acc8e7870bb69675b262215f5992eec0def052fd38df598ab343221e8e55ad

Contents?: true

Size: 199 Bytes

Versions: 13

Compression:

Stored size: 199 Bytes

Contents

#!/usr/bin/env ruby

`android list`
if $? != 0
  puts "Android SDK not in path"
  exit 1
end

require 'ruboto/commands/base'

# Run Base, which will handle actual commands
Ruboto::Commands::Base.main

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ruboto-0.10.1 bin/ruboto
ruboto-0.10.0 bin/ruboto
ruboto-0.10.0.rc.1 bin/ruboto
ruboto-0.10.0.rc.0 bin/ruboto
ruboto-0.9.0 bin/ruboto
ruboto-0.9.0.rc.1 bin/ruboto
ruboto-0.9.0.rc.0 bin/ruboto
ruboto-0.8.1 bin/ruboto
ruboto-0.8.0 bin/ruboto
ruboto-0.7.0 bin/ruboto
ruboto-0.6.0 bin/ruboto
ruboto-0.5.4 bin/ruboto
ruboto-0.5.3 bin/ruboto