Sha256: d0d2f2a8e22597adcda2867e279a56ff6ae0654706c5013c4cd554f1e6e875b4

Contents?: true

Size: 160 Bytes

Versions: 16

Compression:

Stored size: 160 Bytes

Contents

#!/usr/bin/env ruby

require 'rubygems'

begin
  require 'ore/cli'
rescue LoadError => e
  STDERR.puts 'Could not load "ore/cli"'
  exit -1
end

Ore::CLI.start

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ore-0.8.0 bin/ore
ore-0.7.2 bin/ore
ore-0.7.1 bin/ore
ore-0.7.0 bin/ore
ore-0.6.0 bin/ore
ore-0.5.0 bin/ore
ore-0.4.1 bin/ore
ore-0.4.0 bin/ore
ore-0.3.0 bin/ore
ore-0.2.3 bin/ore
ore-0.2.2 bin/ore
ore-0.2.1 bin/ore
ore-0.2.0 bin/ore
ore-0.1.4 bin/ore
ore-0.1.3 bin/ore
ore-0.1.2 bin/ore