Sha256: 00655d07a75fefdb7b19bac33dc4bcd959cf7e8b386bcedce2c5bd3bb7e3a6db

Contents?: true

Size: 718 Bytes

Versions: 141

Compression:

Stored size: 718 Bytes

Contents

#!/usr/bin/env ruby
##   RSence
 #   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')

# @private  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 'rsence'

# Start RSence, if the command supplied was one of the ones
# triggering a start and the environment is ok.
RSence.startup if RSence.startable?

Version data entries

141 entries across 105 versions & 2 rubygems

Version Path
rsence-pre-2.1.0.7.pre bin/rsence-pre
rsence-pre-2.1.0.6.pre bin/rsence-pre
rsence-pre-2.1.0.6.pre bin/rsence
rsence-pre-2.1.0.4.pre bin/rsence
rsence-pre-2.1.0.4.pre bin/rsence-pre
rsence-pre-2.1.0.3.pre bin/rsence-pre
rsence-pre-2.1.0.3.pre bin/rsence
rsence-pre-2.1.0.2.pre bin/rsence-pre
rsence-pre-2.1.0.2.pre bin/rsence
rsence-pre-2.1.0.1.pre bin/rsence-pre
rsence-pre-2.1.0.1.pre bin/rsence
rsence-2.0.9.23 bin/rsence
rsence-2.0.9.22.pre bin/rsence
rsence-2.0.9.21.pre bin/rsence
rsence-2.0.9.20.pre bin/rsence
rsence-2.0.8.19 bin/rsence
rsence-2.0.4.15 bin/rsence
rsence-2.0.3.14 bin/rsence
rsence-2.0.2.13 bin/rsence
rsence-2.0.1.12 bin/rsence