Sha256: 750177267e1cadfd722ea1db7f77216e51558afdb40bcd5fa9e60fa2dff54256
Contents?: true
Size: 443 Bytes
Versions: 1
Compression:
Stored size: 443 Bytes
Contents
if RUBY_VERSION >= "1.9" STDERR.puts <<-EOB The stable version of Roby is not compatible with 1.9. If you really want to try it on 1.9, checkout the 1.9 branch of the development repository on github (see README.txt for URLs) EOB exit(1) end module Roby VERSION = '0.7.2' ROBY_LIB_DIR = File.expand_path( File.join(File.dirname(__FILE__), '..') ) ROBY_ROOT_DIR = File.expand_path( File.join(ROBY_LIB_DIR, '..') ) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roby-0.7.2 | lib/roby/config.rb |