<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,9 @@
+== 0.9.5 / 2009-
+
+* 1 bug fix
+  - The configuration from the blog.rake file was clobbering settings
+    from the Sitefile
+
 == 0.9.4 / 2009-04-05
 
 * 6 minor enhancements</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,3 @@
-Loquacious.configuration_for(:webby) {
-  desc &quot;The default directory where new blog posts will be created.&quot;
-  blog_dir 'blog'
-}
-
 namespace :blog do
 
   # iterate over all the files in the &quot;templates/blog&quot; folder and create a</diff>
      <filename>examples/blog/tasks/blog.rake</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,3 @@
-Loquacious.configuration_for(:webby) {
-  desc &quot;The default directory where new tumblog posts will be created.&quot;
-  tumblog_dir 'blog'
-}
-
 namespace :tumblog do
 
   # iterate over all the files in the &quot;templates/tumblog&quot; folder and create a</diff>
      <filename>examples/tumblog/tasks/tumblog.rake</filename>
    </modified>
    <modified>
      <diff>@@ -14,7 +14,7 @@ require 'date'
 module Webby
 
   # :stopdoc:
-  VERSION = '0.9.4'   # :nodoc:
+  VERSION = '0.9.4.1'   # :nodoc:
   LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
   PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
   YAML_SEP = '---'</diff>
      <filename>lib/webby.rb</filename>
    </modified>
    <modified>
      <diff>@@ -167,6 +167,12 @@ Loquacious.configuration_for(:webby) {
   #   /html/body//object[@usemap]
   #   /html/body//img[@usemap]
   #   /html/body//input[@usemap]
+
+  desc &quot;The default directory where new blog posts will be created.&quot;
+  blog_dir 'blog'
+
+  desc &quot;The default directory where new tumblog posts will be created.&quot;
+  tumblog_dir 'blog'
 }
 
 # EOF</diff>
      <filename>lib/webby/config.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{webby}
-  s.version = &quot;0.9.4&quot;
+  s.version = &quot;0.9.4.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Tim Pease&quot;]
-  s.date = %q{2009-04-05}
+  s.date = %q{2009-04-06}
   s.description = %q{*Webby* is a fantastic little website management system. It would be called a *content management system* if it were a bigger kid. But, it's just a runt with a special knack for transforming text. And that's really all it does - manages the legwork of turning text into something else, an *ASCII Alchemist* if you will.  Webby works by combining the contents of a *page* with a *layout* to produce HTML. The layout contains everything common to all the pages - HTML headers, navigation menu, footer, etc. - and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few.  Install Webby and try it out!}
   s.email = %q{tim.pease@gmail.com}
   s.executables = [&quot;webby&quot;, &quot;webby-gen&quot;]</diff>
      <filename>webby.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab7665a5720e8db9b9d06551b86efb354d1b657e</id>
    </parent>
  </parents>
  <author>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </author>
  <url>http://github.com/TwP/webby/commit/bcae2c47ba9860296a70440399f42dfe0daa5e88</url>
  <id>bcae2c47ba9860296a70440399f42dfe0daa5e88</id>
  <committed-date>2009-04-06T10:27:23-07:00</committed-date>
  <authored-date>2009-04-06T10:27:23-07:00</authored-date>
  <message>Fixing a bug where configuration settings were being clobbered.</message>
  <tree>4374c0fe63d19290f245aecd9aac9eb367784a96</tree>
  <committer>
    <name>Tim Pease</name>
    <email>tim.pease@gmail.com</email>
  </committer>
</commit>
