Sha256: 43cc17705b4b09d3bd369cd209553535704ec379056e81117df5aedc44d5cda0

Contents?: true

Size: 202 Bytes

Versions: 7

Compression:

Stored size: 202 Bytes

Contents

#!/usr/bin/env ruby

require 'rib/runner'
# create the shell before app to prvent your bundler (if any) kicks in
Rib.shell
require 'rib/app/ramaze'
# load the app
Rib::Ramaze.load
Rib::Runner.run(ARGV)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rib-0.9.5.pre.1 bin/rib-ramaze
rib-0.9.5.pre.0 bin/rib-ramaze
rib-0.9.4 bin/rib-ramaze
rib-0.9.3 bin/rib-ramaze
rib-0.9.2 bin/rib-ramaze
rib-0.9.1 bin/rib-ramaze
rib-0.9.0 bin/rib-ramaze