<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>tasks/install.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,4 +12,3 @@ examples/test_data/chess.dat
 examples/test_data/kosarak.dat
 examples/test_data/retail.dat
 ext/apriori/src/apriori
-pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -105,6 +105,7 @@ tasks/attic.rake
 tasks/deployment.rake
 tasks/environment.rake
 tasks/website.rake
+tasks/install.rake
 test/apriori_test.rb
 test/fixtures/market_basket_results_test.txt
 test/fixtures/market_basket_string_test.txt</diff>
      <filename>Manifest.txt</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ require 'apriori/version'
 
 AUTHOR = 'Nate Murray'  # can also be an array of Authors
 EMAIL = &quot;nate@natemurray.com&quot;
-DESCRIPTION = &quot;description of gem&quot;
+DESCRIPTION = &quot;Ruby Apriori is a library to efficiently find item association rules within large sets of transactions.&quot;
 GEM_NAME = 'apriori' # what ppl will type to install your gem
 RUBYFORGE_PROJECT = 'apriori' # The unix name for your project
 HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
@@ -61,11 +61,13 @@ $hoe = Hoe.new(GEM_NAME, VERS) do |p|
   p.clean_globs |= ['**/.*.sw?', '*.gem', '.config', '**/.DS_Store']  #An array of file patterns to delete on clean.
   p.rdoc_pattern = /^(lib|bin)|txt$/
 
+  # p.spec_extras = {:extensions, FileList[&quot;ext/**/extconf.rb&quot;].to_a} # A hash of extra values to set in the gemspec.
+  p.spec_extras = {:extensions, 'rakefile'} # A hash of extra values to set in the gemspec.
+
   # == Optional
   p.changes = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
   #p.extra_deps = EXTRA_DEPENDENCIES
 
-    #p.spec_extras = {}    # A hash of extra values to set in the gemspec.
   end
 
 CHANGES = $hoe.paragraphs_of('History.txt', 0..1).join(&quot;\\n\\n&quot;)</diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -31,4 +31,4 @@ namespace :manifest do
   task :refresh do
     `rake check_manifest | patch -p0 &gt; Manifest.txt`
   end
-end
\ No newline at end of file
+end</diff>
      <filename>tasks/deployment.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6fe919a3c7eef4775d7fb0d2d0b0240339d778d5</id>
    </parent>
  </parents>
  <author>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </author>
  <url>http://github.com/jashmenn/apriori/commit/11d28e3e37dbbd81bc94f97c74c373a99eb47777</url>
  <id>11d28e3e37dbbd81bc94f97c74c373a99eb47777</id>
  <committed-date>2008-09-04T09:40:08-07:00</committed-date>
  <authored-date>2008-09-04T09:40:08-07:00</authored-date>
  <message>have it so gem will install and compile</message>
  <tree>1cf6b02a9b08fb8a2ecb1c12be5be0fd4055f9f0</tree>
  <committer>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </committer>
</commit>
