Sha256: 97933b9ca8b5774a90ca8a79c08308e04d48c1778968cb3c6c37ba9d1a013f76

Contents?: true

Size: 626 Bytes

Versions: 5

Compression:

Stored size: 626 Bytes

Contents

#!/usr/bin/env ruby
#--
##   Riassence Framework
 #   Copyright 2010 Riassence Inc.
 #   http://riassence.com/
 #
 #   You should have received a copy of the GNU General Public License along
 #   with this software package. If not, contact licensing@riassence.com
 ##
 #++

require 'profile' if ARGV.include?('--profile')

## Auto-construct paths using this file as the waypoint
SERVER_PATH = File.split( File.expand_path(File.dirname(__FILE__)) )[0]

## Include server & lib in the search path
$LOAD_PATH << SERVER_PATH
$LOAD_PATH << File.join( SERVER_PATH, 'lib' )

require 'conf/argv'

RSence.startup if RSence.startable?

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rsence-2.0.0.5.pre bin/rsence
rsence-2.0.0.4.pre bin/rsence
rsence-2.0.0.3.pre bin/rsence
rsence-2.0.0.2.pre bin/rsence
rsence-2.0.0.1.pre bin/rsence