<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>CHANGELOG</filename>
    </added>
    <added>
      <filename>README</filename>
    </added>
    <added>
      <filename>VERSION.yml</filename>
    </added>
    <added>
      <filename>dataset.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008, Adam Williams
+Copyright (c) 2008-2009, Adam Williams
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the &quot;Software&quot;), to deal</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,16 +1,8 @@
-# -*- ruby -*-
-
 $:.unshift(File.join(File.dirname(__FILE__), 'lib'))
 
 require 'rubygems'
-require 'hoe'
-require 'dataset/version'
 require 'spec/rake/spectask'
 
-Hoe.new('dataset', Dataset::VERSION::STRING) do |p|
-  p.developer('Adam Williams', 'adam@thewilliams.ws')
-end
-
 task :default =&gt; :spec
 
 desc &quot;Run all specs&quot;
@@ -18,3 +10,18 @@ Spec::Rake::SpecTask.new do |t|
   t.spec_files = FileList['spec/**/*_spec.rb']
   t.spec_opts = ['--options', 'spec/spec.opts']
 end
+
+begin
+  require 'jeweler'
+  Jeweler::Tasks.new do |s|
+    s.name = 'dataset'
+    s.summary = 'A simple API for creating and finding sets of data in your database, built on ActiveRecord.'
+    s.email = 'adam@thewilliams.ws'
+    s.files = FileList[&quot;[A-Z]*&quot;, &quot;{lib,tasks}/**/*&quot;, &quot;plugit/descriptor.rb&quot;].exclude(&quot;tmp&quot;)
+    s.homepage = &quot;http://github.com/aiwilliams/dataset&quot;
+    s.description = s.summary
+    s.authors = ['Adam Williams']
+  end
+rescue LoadError
+  puts &quot;Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com&quot;
+end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>History.txt</filename>
    </removed>
    <removed>
      <filename>Manifest.txt</filename>
    </removed>
    <removed>
      <filename>README.txt</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>b4692899ab234d9df2debb9a4ea4f53b261231f1</id>
    </parent>
  </parents>
  <author>
    <name>Adam Williams</name>
    <email>adam@thewilliams.ws</email>
  </author>
  <url>http://github.com/aiwilliams/dataset/commit/d0b04ea011db393eff1fdd1785efe5b3d4e42123</url>
  <id>d0b04ea011db393eff1fdd1785efe5b3d4e42123</id>
  <committed-date>2009-02-14T10:57:39-08:00</committed-date>
  <authored-date>2009-02-14T10:57:39-08:00</authored-date>
  <message>Moved to jeweler for gem management.</message>
  <tree>f8188bc63847952d252a21a088879aaae58e47e4</tree>
  <committer>
    <name>Adam Williams</name>
    <email>adam@thewilliams.ws</email>
  </committer>
</commit>
