<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/configatron/proc_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'gemstub'
 Gemstub.test_framework = :rspec
 
 Gemstub.gem_spec do |s|
-  s.version = &quot;2.5.0&quot;
+  s.version = &quot;2.5.1&quot;
   s.summary = &quot;A powerful Ruby configuration system.&quot;
   s.rubyforge_project = &quot;magrathea&quot;
   s.add_dependency('yamler', '&gt;=0.1.0')</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -100,7 +100,8 @@ class Configatron
     # Retrieves a certain parameter and if that parameter
     # doesn't exist it will return the default_value specified.
     def retrieve(name, default_value = nil)
-      @_store[name.to_sym] || default_value
+      val = method_missing(name.to_sym)
+      return val.is_a?(Configatron::Store) ? default_value : val
     end
     
     # Removes a parameter. In the case of a nested parameter</diff>
      <filename>lib/configatron/store.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>spec/configatron/delayed_spec.rb</filename>
    </removed>
    <removed>
      <filename>spec/configatron/dynamic_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>d8475cd8f3dceb654fbbb7c826b3bb4b655b9001</id>
    </parent>
  </parents>
  <author>
    <name>Mark Bates</name>
    <email>mark@markbates.com</email>
  </author>
  <url>http://github.com/markbates/configatron/commit/b1eeede854d614ba5f7ec74159dd0c622e0594bb</url>
  <id>b1eeede854d614ba5f7ec74159dd0c622e0594bb</id>
  <committed-date>2009-09-11T12:54:24-07:00</committed-date>
  <authored-date>2009-09-11T12:54:24-07:00</authored-date>
  <message>Fixed issue where Delayed and Dynamic were not working well with retrieve</message>
  <tree>00ca596682e42d011606cfcd0d6ef369be67ebe4</tree>
  <committer>
    <name>Mark Bates</name>
    <email>mark@markbates.com</email>
  </committer>
</commit>
