<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>LICENSE</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-== 2.0.15
+== 2.1.0 released 2009-6-27
 
 * Fixed bug when using act_like_restful_authentication and setting passwords, needed to add a 2nd parameter to tell if to check against the database or not.
 * Don't save record if they are read only.</diff>
      <filename>CHANGELOG.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -1,20 +1,49 @@
-ENV['RDOCOPT'] = &quot;-S -f html -T hanna&quot;
+require 'rubygems'
+require 'rake'
 
-require &quot;rubygems&quot;
-require &quot;hoe&quot;
-require File.dirname(__FILE__) &lt;&lt; &quot;/lib/authlogic/version&quot;
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |gem|
+    gem.name = &quot;authlogic&quot;
+    gem.summary = &quot;A clean, simple, and unobtrusive ruby authentication solution.&quot;
+    gem.email = &quot;bjohnson@binarylogic.com&quot;
+    gem.homepage = &quot;http://github.com/binarylogic/authlogic&quot;
+    gem.authors = [&quot;Ben Johnson of Binary Logic&quot;]
+    gem.rubyforge_project = &quot;authlogic&quot;
+    gem.add_dependency &quot;activesupport&quot;
+  end
+rescue LoadError
+  puts &quot;Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler&quot;
+end
 
-Hoe.new(&quot;Authlogic&quot;, Authlogic::Version::STRING) do |p|
-  p.name = &quot;authlogic&quot;
-  p.author = &quot;Ben Johnson of Binary Logic&quot;
-  p.email  = 'bjohnson@binarylogic.com'
-  p.summary = &quot;A clean, simple, and unobtrusive ruby authentication solution.&quot;
-  p.description = &quot;A clean, simple, and unobtrusive ruby authentication solution.&quot;
-  p.url = &quot;http://github.com/binarylogic/authlogic&quot;
-  p.history_file = &quot;CHANGELOG.rdoc&quot;
-  p.readme_file = &quot;README.rdoc&quot;
-  p.extra_rdoc_files = [&quot;CHANGELOG.rdoc&quot;, &quot;README.rdoc&quot;]
-  p.remote_rdoc_dir = ''
-  p.test_globs = [&quot;test/*/test_*.rb&quot;, &quot;test/*_test.rb&quot;, &quot;test/*/*_test.rb&quot;]
-  p.extra_deps = %w(activesupport)
-end
\ No newline at end of file
+require 'rake/testtask'
+Rake::TestTask.new(:test) do |test|
+  test.libs &lt;&lt; 'lib' &lt;&lt; 'test'
+  test.pattern = 'test/**/*_test.rb'
+  test.verbose = true
+end
+
+begin
+  require 'rcov/rcovtask'
+  Rcov::RcovTask.new do |test|
+    test.libs &lt;&lt; 'test'
+    test.pattern = 'test/**/*_test.rb'
+    test.verbose = true
+  end
+rescue LoadError
+  task :rcov do
+    abort &quot;RCov is not available. In order to run rcov, you must: sudo gem install spicycode-rcov&quot;
+  end
+end
+
+task :default =&gt; :test
+
+begin
+  require 'rake/contrib/sshpublisher'
+  namespace :rubyforge do
+    desc &quot;Release gem to RubyForge&quot;
+    task :release =&gt; [&quot;rubyforge:release:gem&quot;]
+  end
+rescue LoadError
+  puts &quot;Rake SshDirPublisher is unavailable or your rubyforge environment is not configured.&quot;
+end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,5 @@
 require &quot;active_support&quot;
 
-require File.dirname(__FILE__) + &quot;/authlogic/version&quot;
 require File.dirname(__FILE__) + &quot;/authlogic/i18n&quot;
 require File.dirname(__FILE__) + &quot;/authlogic/random&quot;
 require File.dirname(__FILE__) + &quot;/authlogic/regex&quot;</diff>
      <filename>lib/authlogic.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
    <removed>
      <filename>Manifest.txt</filename>
    </removed>
    <removed>
      <filename>lib/authlogic/version.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>87ef371dd8a8bfe1543e938125e53eeabc1a40fb</id>
    </parent>
  </parents>
  <author>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </author>
  <url>http://github.com/binarylogic/authlogic/commit/e3662aaeed9953aafab5518631a53a0250a20723</url>
  <id>e3662aaeed9953aafab5518631a53a0250a20723</id>
  <committed-date>2009-06-27T11:33:38-07:00</committed-date>
  <authored-date>2009-06-27T11:33:38-07:00</authored-date>
  <message>Release v2.1.0 and switch to using jeweler instead of Hoe</message>
  <tree>87d9efe2f79dd63863ea0ba44eb7b32ab75ba0f3</tree>
  <committer>
    <name>binarylogic</name>
    <email>bjohnson@binarylogic.com</email>
  </committer>
</commit>
