Sha256: 4f81addfdf8c2d427a8339aa2739320002c098a553c7837cdd449f7e94862dd7

Contents?: true

Size: 348 Bytes

Versions: 6

Compression:

Stored size: 348 Bytes

Contents

#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib')) unless $LOAD_PATH.include?(File.expand_path(File.dirname(__FILE__) + '/../lib'))
require 'flex_sdk'

flexsdk = FlexSDK.new
config = flexsdk.config

flexsdk.download(config)
flexsdk.unzip(config)
puts "Done. Flex SDK should now be ready for building\n\n"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
flex-sdk-0.7.1 bin/flex-sdk-prime
flex-sdk-0.7.0 bin/flex-sdk-prime
flex-sdk-0.6.1 bin/flex-sdk-prime
flex-sdk-0.6.0 bin/flex-sdk-prime
flex-sdk-0.5.1 bin/flex-sdk-prime
flex-sdk-0.5.0 bin/flex-sdk-prime