Sha256: 2867eece8d135da0cad1c14e0716524f1d4eb7bf2a38958f48d689732fcb97e3
Contents?: true
Size: 577 Bytes
Versions: 16
Compression:
Stored size: 577 Bytes
Contents
platform = `uname -sm` exe = case platform when /^Darwin/ ; "zeus-darwin-amd64" when /^Linux.*64/ ; "zeus-linux-amd64" when /^Linux.*/ ; "zeus-linux-386" else puts "Zeus is not supported on your platform." puts "It's not likely to ever be possible on Windows." puts "If you're using another platform that you think should work easily, open an issue at:" puts "https://github.com/burke/zeus/issues" exit 1 end zeusgemdir = File.expand_path("../../", __FILE__) exec "#{zeusgemdir}/build/#{exe}", *ARGV
Version data entries
16 entries across 16 versions & 2 rubygems