Sha256: 7a8f8a2112689ca7f394169d09930ef496a4cd690bce9c90f70b9c240c7c3ca0

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

#!/usr/bin/env ruby
#
begin
  require 'sqs_web/application/app.rb'
rescue LoadError => e
  require 'rubygems'
  path = File.expand_path '../../lib', __FILE__
  $:.unshift(path) if File.directory?(path) && !$:.include?(path)
  require 'sqs_web/application/app.rb'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sqs_web-0.0.2 bin/sqs_web
sqs_web-0.0.1 bin/sqs_web