<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,18 +12,12 @@ end
 porject_name = 'clear_empty_attributes'
 Echoe.new(porject_name , '0.1') do |p|
   p.description    = &quot;Save empty strings as nil to avoid lots of problems&quot;
-  p.url            = &quot;http://github.com/grosser/#{porject_name}&quot;
-  p.author         = &quot;Michael Grosser&quot;
-  p.email          = &quot;grosser.michael@gmail.com&quot;
-  p.ignore_pattern = [&quot;tmp/*&quot;, &quot;script/*&quot;]
+  p.url            = &quot;http://github.com/collectiveidea/#{porject_name}&quot;
+  p.author         = &quot;Brandon Keepers&quot;
+  p.email          = &quot;brandon@opensoul.org&quot;
   p.dependencies   = %w[activerecord]
-  p.development_dependencies = []
 end
 
 Dir[&quot;#{File.dirname(__FILE__)}/tasks/*.rake&quot;].sort.each { |ext| load ext }
 
-task :update_gemspec do
-  puts &quot;updating...&quot;
-  `rake manifest`
-  `rake build_gemspec`
-end
\ No newline at end of file
+task :update_gemspec =&gt; [:manifest, :build_gemspec]
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -5,14 +5,14 @@ Gem::Specification.new do |s|
   s.version = &quot;0.1&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 1.2&quot;) if s.respond_to? :required_rubygems_version=
-  s.authors = [&quot;Michael Grosser&quot;]
-  s.date = %q{2009-01-02}
+  s.authors = [&quot;Brandon Keepers&quot;]
+  s.date = %q{2009-01-16}
   s.description = %q{Save empty strings as nil to avoid lots of problems}
-  s.email = %q{grosser.michael@gmail.com}
+  s.email = %q{brandon@opensoul.org}
   s.extra_rdoc_files = [&quot;lib/clear_empty_attributes.rb&quot;, &quot;README.markdown&quot;, &quot;tasks/clear_empty_attributes.rake&quot;]
-  s.files = [&quot;Manifest&quot;, &quot;lib/clear_empty_attributes.rb&quot;, &quot;init.rb&quot;, &quot;Rakefile&quot;, &quot;README.markdown&quot;, &quot;tasks/clear_empty_attributes.rake&quot;, &quot;clear_empty_attributes.gemspec&quot;]
+  s.files = [&quot;clear_empty_attributes.gemspec&quot;, &quot;init.rb&quot;, &quot;lib/clear_empty_attributes.rb&quot;, &quot;Rakefile&quot;, &quot;README.markdown&quot;, &quot;spec/clear_empty_attributes_spec.rb&quot;, &quot;spec/setup_test_model.rb&quot;, &quot;spec/spec_helper.rb&quot;, &quot;tasks/clear_empty_attributes.rake&quot;, &quot;Manifest&quot;]
   s.has_rdoc = true
-  s.homepage = %q{http://github.com/grosser/clear_empty_attributes}
+  s.homepage = %q{http://github.com/collectiveidea/clear_empty_attributes}
   s.rdoc_options = [&quot;--line-numbers&quot;, &quot;--inline-source&quot;, &quot;--title&quot;, &quot;Clear_empty_attributes&quot;, &quot;--main&quot;, &quot;README.markdown&quot;]
   s.require_paths = [&quot;lib&quot;]
   s.rubyforge_project = %q{clear_empty_attributes}
@@ -25,10 +25,13 @@ Gem::Specification.new do |s|
 
     if Gem::Version.new(Gem::RubyGemsVersion) &gt;= Gem::Version.new('1.2.0') then
       s.add_runtime_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 0&quot;])
+      s.add_development_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
     else
       s.add_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 0&quot;])
+      s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
     end
   else
     s.add_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 0&quot;])
+    s.add_dependency(%q&lt;echoe&gt;, [&quot;&gt;= 0&quot;])
   end
 end</diff>
      <filename>clear_empty_attributes.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b57910f39a611a5adb2b2b92d3d1fe5cdb55836a</id>
    </parent>
  </parents>
  <author>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </author>
  <url>http://github.com/collectiveidea/clear_empty_attributes/commit/9556ef0799864e7be804a50cacb7d82829fa35ac</url>
  <id>9556ef0799864e7be804a50cacb7d82829fa35ac</id>
  <committed-date>2009-01-15T21:50:08-08:00</committed-date>
  <authored-date>2009-01-15T21:50:08-08:00</authored-date>
  <message>Updated echoe configuration and gemspec</message>
  <tree>df8eafa10da4118ec265a65a6413863c45c8e2fa</tree>
  <committer>
    <name>Brandon Keepers</name>
    <email>brandon@collectiveidea.com</email>
  </committer>
</commit>
