Sha256: d365adf1dcf2591eb9ee4eddfbb374336c20a89d923b505241ce3af5ace244e4
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
#!/usr/bin/env ruby # vim: ft=ruby require "rubygems" require "cf" require "cf/plugin" $stdout.sync = true CF::Plugin.load_all if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("1.9.3") warn "ERROR: \033[31mRuby version #{RUBY_VERSION} is not supported.\033[0m Please install 1.9.3 or later. (See http://docs.cloudfoundry.com/docs/common/install_ruby.html for more information)" exit 1 end CF::CLI.start(ARGV)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cf-5.0.0.rc3 | bin/cf |
cf-5.0.0.rc1 | bin/cf |