<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>simple_ldap_authenticator.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,22 +1,16 @@
 require 'rake'
-require 'rake/testtask'
+require 'rake/clean'
 require 'rake/rdoctask'
 
-desc 'Default: run unit tests.'
-task :default =&gt; :test
-
-desc 'Test the simple_ldap_authenticator plugin.'
-Rake::TestTask.new(:test) do |t|
-  t.libs &lt;&lt; 'lib'
-  t.pattern = 'test/**/*_test.rb'
-  t.verbose = true
+Rake::RDocTask.new do |rdoc|
+  rdoc.rdoc_dir = &quot;rdoc&quot;
+  rdoc.options += [&quot;--quiet&quot;, &quot;--line-numbers&quot;, &quot;--inline-source&quot;]
+  rdoc.main = &quot;README&quot;
+  rdoc.title = &quot;simple_ldap_authenticator: Easy authentication to an LDAP server(s)&quot;
+  rdoc.rdoc_files.add [&quot;README&quot;, &quot;LICENSE&quot;, &quot;lib/simple_ldap_authenticator.rb&quot;]
 end
 
-desc 'Generate documentation for the simple_ldap_authenticator plugin.'
-Rake::RDocTask.new(:rdoc) do |rdoc|
-  rdoc.rdoc_dir = 'rdoc'
-  rdoc.title    = 'SimpleLdapAuthenticator'
-  rdoc.options &lt;&lt; '--line-numbers' &lt;&lt; '--inline-source'
-  rdoc.rdoc_files.include('README')
-  rdoc.rdoc_files.include('lib/**/*.rb')
+desc &quot;Package simple_ldap_authenticator&quot;
+task :package do
+  sh %{gem build simple_ldap_authenticator.gemspec}
 end</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>init.rb</filename>
    </removed>
    <removed>
      <filename>install.rb</filename>
    </removed>
    <removed>
      <filename>tasks/simple_ldap_authenticator_tasks.rake</filename>
    </removed>
    <removed>
      <filename>test/simple_ldap_authenticator_test.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>2e148a13f173c48a7b5a26a5bfd51dc1237c8981</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </author>
  <url>http://github.com/jeremyevans/simple_ldap_authenticator/commit/e6808198da82ea5db8b6620703f5d190e1c70e29</url>
  <id>e6808198da82ea5db8b6620703f5d190e1c70e29</id>
  <committed-date>2008-07-07T10:43:38-07:00</committed-date>
  <authored-date>2008-07-07T10:43:38-07:00</authored-date>
  <message>Add gemspec suitable for github
Remove useless init.rb, install.rb, task, and test files
Update Rakefile</message>
  <tree>2147e7799e8a3fb8751198908e9b2019a849f25c</tree>
  <committer>
    <name>Jeremy Evans</name>
    <email>code@jeremyevans.net</email>
  </committer>
</commit>
