mirror of
https://github.com/mistergibson/gxg-web-client.git
synced 2026-08-15 03:26:00 -07:00
14 lines
469 B
Ruby
14 lines
469 B
Ruby
# Ruby constants
|
|
#
|
|
|
|
RUBY_ENGINE = "rbx"
|
|
RUBY_ENGINE_VERSION = Rubinius::ENGINE_VERSION
|
|
RUBY_VERSION = Rubinius::RUBY_VERSION
|
|
RUBY_PATCHLEVEL = 0
|
|
RUBY_PLATFORM = "#{Rubinius::CPU}-#{Rubinius::OS}"
|
|
RUBY_RELEASE_DATE = Rubinius::RELEASE_DATE.dup
|
|
RUBY_COPYRIGHT = "rubinius - Copyright (C) 2006-2011 Evan Phoenix"
|
|
RUBY_REVISION = 0
|
|
|
|
# Must be last, it reads the above constants
|
|
RUBY_DESCRIPTION = Rubinius.version
|