Sha256: b4ae0a3a9bf3f288c310f3c8107cda345f16f76215c795f9377b79c53e71c012

Contents?: true

Size: 266 Bytes

Versions: 8

Compression:

Stored size: 266 Bytes

Contents

#!/usr/bin/env ruby

begin
  require 'resin/app/app.rb'
rescue LoadError => e
  require 'rubygems'
  path = File.expand_path '../../lib', __FILE__
  $:.unshift(path) if File.directory?(path) && !$:.include?(path)
  require 'resin/app/app.rb'
end

Resin::Server.run!

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
resin-0.0.8 bin/runresin
resin-0.0.7 bin/runresin
resin-0.0.6 bin/runresin
resin-0.0.5 bin/runresin
resin-0.0.4 bin/runresin
resin-0.0.3 bin/runresin
resin-0.0.2 bin/runresin
resin-0.0.1 bin/runresin