lib/rconf/version.rb in rconf-0.6.11 vs lib/rconf/version.rb in rconf-0.6.13
- old
+ new
@@ -11,20 +11,20 @@
module RightConf
MAJOR = 0
MINOR = 6
- BUILD = 11
+ BUILD = 13
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 (.rc) and installs and/or
+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 (.rc).
+configuration files.
EOS
end