From e0706fddedcb0f02f345af0f403ee8a02b543743 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 6 Jan 2011 11:20:32 -0500 Subject: [PATCH] update readme --- README.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rdoc b/README.rdoc index 950fa2a..66f8fe1 100644 --- a/README.rdoc +++ b/README.rdoc @@ -2,6 +2,8 @@ Programmatically construct your Apache configuration using a powerful DSL built in Ruby. +As of version 0.2.7, your destination config directory is destroyed and re-created each time the apache:create Rake task is run. + == Installation gem install apache-config-generator @@ -92,6 +94,8 @@ The above config is transformed into the following: RewriteCond "%{HTTP_REFERER}" "^!my-cool-website\.cool\.wow" RewriteRule "\.(gif|jpg|png|pdf)$" "/lol-image-stealer.html" [L,R] +The destination configs directory is destroyed and re-created each time the apache:create Rake task is run. + == Using Apache::Config separately Include the gem and access the methods on Apache::Config directly. See test/example_standalone.rb