Sha256: 407d8b8a7e25f83baaa54214f25437ad9519eb6aadc0104d75868a373acb4c73

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.4.1 bin/flex-sdk-prime
flex-sdk-0.4.0 bin/flex-sdk-prime
flex-sdk-0.3.5 bin/flex-sdk-prime
flex-sdk-0.3.4 bin/flex-sdk-prime
flex-sdk-0.3.3 bin/flex-sdk-prime
flex-sdk-0.3.2 bin/flex-sdk-prime