Sha256: b35cdc9396af78adab1169b31e85f1d542974aedad4b6ecbd7876056fc59f317
Contents?: true
Size: 184 Bytes
Versions: 11
Compression:
Stored size: 184 Bytes
Contents
#!/usr/bin/env ruby require "pathname" bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path("../../lib", bin_file) require 'soaring' Soaring::SoaringCLI.start(ARGV)
Version data entries
11 entries across 11 versions & 1 rubygems