Sha256: 439b9348ea51d61b11345569f9cb5e9bbbbf3343666078451a8e27eaa6dbbc80
Contents?: true
Size: 392 Bytes
Versions: 18
Compression:
Stored size: 392 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'Qt' windows = false processor, platform, *rest = RUBY_PLATFORM.split("-") windows = true if platform =~ /mswin32/ or platform =~ /mingw32/ extension = '' extension = '.exe' if windows path = File.expand_path(File.join(File.dirname(__FILE__), RUBY_VERSION.split('.')[0..1].join('.'), "smokeapi#{extension}")) exec(path, *ARGV)
Version data entries
18 entries across 18 versions & 2 rubygems