<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,7 +37,7 @@ With this in place, a method 'create_or_update_by_natural_key' can be used to in
 
 (The MIT License)
 
-Copyright (c) 2009 FIXME full name
+Copyright (c) 2009 Pathfinder Associates, LLC.
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -8,18 +8,20 @@ $hoe = Hoe.new('natural_key', NaturalKey::VERSION) do |p|
   p.changes              = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
   p.post_install_message = 'PostInstall.txt' # TODO remove if post-install message not required
   p.rubyforge_name       = p.name # TODO this is default value
-  # p.extra_deps         = [
-  #   ['activesupport','&gt;= 2.0.2'],
-  # ]
-  p.extra_dev_deps = [
-    ['newgem', &quot;&gt;= #{::Newgem::VERSION}&quot;]
+  p.extra_deps         = [
+    ['activerecord', &quot;&gt;= 2.1.0&quot;]
   ]
+#  p.extra_dev_deps = [
+#    ['newgem', &quot;&gt;= #{::Newgem::VERSION}&quot;],
+#  ]
   
   p.clean_globs |= %w[**/.DS_Store tmp *.log]
   path = (p.rubyforge_name == p.name) ? p.rubyforge_name : &quot;\#{p.rubyforge_name}/\#{p.name}&quot;
   p.remote_rdoc_dir = File.join(path.gsub(/^#{p.rubyforge_name}\/?/,''), 'rdoc')
   p.rsync_args = '-av --delete --ignore-errors'
 end
+# Delete the default Hoe dependency (borrowed from warbler gem)
+$hoe.spec.dependencies.delete_if { |dep| dep.name == &quot;hoe&quot; }
 
 require 'newgem/tasks' # load /tasks/*.rake
 Dir['tasks/**/*.rake'].each { |t| load t }</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
 require 'natural_key/natural_key'
 
 module NaturalKey
-  VERSION = '0.0.1'
+  VERSION = '0.0.2'
 end</diff>
      <filename>lib/natural_key.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Pathfinder Associates&quot;]
-  s.date = %q{2009-01-09}
+  s.date = %q{2009-01-12}
   s.description = %q{This gem adds create_or_update functionality to ActiveRecord based on a user-defined natural-key.}
   s.email = [&quot;info@pathf.com&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;PostInstall.txt&quot;, &quot;README.rdoc&quot;]
@@ -24,14 +24,11 @@ Gem::Specification.new do |s|
     s.specification_version = 2
 
     if current_version &gt;= 3 then
-      s.add_development_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.2.3&quot;])
-      s.add_development_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+      s.add_runtime_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 2.1.0&quot;])
     else
-      s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.2.3&quot;])
-      s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+      s.add_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 2.1.0&quot;])
     end
   else
-    s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 1.2.3&quot;])
-    s.add_dependency(%q&lt;hoe&gt;, [&quot;&gt;= 1.8.0&quot;])
+    s.add_dependency(%q&lt;activerecord&gt;, [&quot;&gt;= 2.1.0&quot;])
   end
 end</diff>
      <filename>natural_key.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@ require 'lib/activerecord_test_case'
 require File.dirname(__FILE__) + '/../lib/natural_key'
 
 # gem install redgreen for colored test output
-begin require 'redgreen'; rescue LoadError; end
+#begin require 'redgreen'; rescue LoadError; end
 
 # The following is not required since we use active-record gem installed on the system
 #require 'boot' unless defined?(ActiveRecord)</diff>
      <filename>test/test_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fa137e92ff97c3cf6031629056386bf887a87cb2</id>
    </parent>
  </parents>
  <author>
    <name>Sharad Jain</name>
    <email>sjain@pathf.com</email>
  </author>
  <url>http://github.com/sjain/natural_key/commit/58df4f3d9920ff9c899df31dc3b555b8b735f280</url>
  <id>58df4f3d9920ff9c899df31dc3b555b8b735f280</id>
  <committed-date>2009-01-12T15:13:11-08:00</committed-date>
  <authored-date>2009-01-12T15:13:11-08:00</authored-date>
  <message>removed default runtime dependencies on hoe/newgem</message>
  <tree>dcf2b6c259484e9f3ce89428ff039c523998c7db</tree>
  <committer>
    <name>Sharad Jain</name>
    <email>sjain@pathf.com</email>
  </committer>
</commit>
