Sha256: 4dc9d015ca1e3e7c0ff65925293324941e7bc3de4e34328115147e68512c545f

Contents?: true

Size: 195 Bytes

Versions: 10

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env ruby
dir = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift("#{dir}/../lib")
require "erector"
require "erector/erect"

unless Erector::Erect.new(ARGV).run
  exit 1
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
pivotal-erector-0.6.4 bin/erector
pivotal-erector-0.6.5 bin/erector
pivotal-erector-0.6.6 bin/erector
pivotal-erector-0.6.7 bin/erector
pivotal-erector-0.7.0 bin/erector
erector-0.7.1 bin/erector
erector-0.7.0 bin/erector
erector-0.6.7 bin/erector
erector-0.6.6 bin/erector
erector-0.6.4 bin/erector