Sha256: b86a4518f3ca06c0b3fda36d5f0c26b82c0857e93a585db59b985452804d38b0

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# Copyright (C) 2011-2012 RightScale, Inc, All Rights Reserved Worldwide.
#
# THIS PROGRAM IS CONFIDENTIAL AND PROPRIETARY TO RIGHTSCALE
# AND CONSTITUTES A VALUABLE TRADE SECRET. Any unauthorized use,
# reproduction, modification, or disclosure of this program is
# strictly prohibited. Any use of this program by an authorized
# licensee is strictly subject to the terms and conditions,
# including confidentiality obligations, set forth in the applicable
# License Agreement between RightScale.com, Inc. and
# the licensee

module RightConf

  MAJOR = 0
  MINOR = 9
  BUILD = 12

  VERSION = [MAJOR, MINOR, BUILD].map(&:to_s).join('.')

  DESCRIPTION = <<-EOS
rconf configures the environment for a given application. rconf reads
the content of an application configuration file and installs and/or
configures the required tools for running or developing the corresponding
application. rconf can easily be extended to configure new tools and makes
it easy to support multiple platforms.
Consult the README.rdoc file for information on how to write rconf 
configuration files.
  EOS

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rconf-0.9.12 lib/rconf/version.rb