lib/rconf/version.rb in rconf-0.9.18 vs lib/rconf/version.rb in rconf-0.9.19

- old
+ new

@@ -11,20 +11,20 @@ module RightConf MAJOR = 0 MINOR = 9 - BUILD = 18 + BUILD = 19 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 +Consult the README.rdoc file for information on how to write rconf configuration files. EOS end