Sha256: 2d31c6b592e0b104e1d134da53ebd45f888481f4c0b3879b33a9ed588bf9471f

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 = 17

  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.17 lib/rconf/version.rb