<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>pkg/apriori-0.1.1.gem</filename>
    </added>
    <added>
      <filename>pkg/apriori-0.1.1.tgz</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -12,4 +12,4 @@ examples/test_data/chess.dat
 examples/test_data/kosarak.dat
 examples/test_data/retail.dat
 ext/apriori/src/apriori
-pkg/apriori-0.1.0
+pkg/apriori-*</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name = %q{apriori}
-  s.version = &quot;0.1.0&quot;
+  s.version = &quot;0.1.1&quot;
   s.date = %q{2008-09-04}
   s.summary = %q{Ruby Apriori is a library to efficiently find item association rules within large sets of transactions.}
   s.require_paths = [&quot;lib&quot;, &quot;ext&quot;]
@@ -16,4 +16,7 @@ Gem::Specification.new do |s|
   s.rdoc_options = [&quot;--main&quot;, &quot;README.txt&quot;]
   s.extra_rdoc_files = [&quot;History.txt&quot;, &quot;License.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;TODO.txt&quot;, &quot;test/fixtures/market_basket_results_test.txt&quot;, &quot;test/fixtures/market_basket_string_test.txt&quot;, &quot;test/fixtures/results.txt&quot;, &quot;test/fixtures/sample.txt&quot;, &quot;website/index.txt&quot;]
   s.extensions = [&quot;rakefile&quot;]
+  s.add_dependency(%q&lt;rake&gt;, [&quot;&gt;= 0.0.0&quot;])
+  s.add_dependency(%q&lt;newgem&gt;, [&quot;&gt;= 0.0.0&quot;])
+  s.add_dependency(%q&lt;rubigen&gt;, [&quot;&gt;= 0.0.0&quot;])
 end</diff>
      <filename>apriori.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -9,6 +9,10 @@ HOMEPATH = &quot;http://#{RUBYFORGE_PROJECT}.rubyforge.org&quot;
 DOWNLOAD_PATH = &quot;http://rubyforge.org/projects/#{RUBYFORGE_PROJECT}&quot;
 EXTRA_DEPENDENCIES = [
 #  ['activesupport', '&gt;= 1.3.1']
+  ['rake', '&gt;= 0.0.0'],
+  ['hoe', '&gt;= 0.0.0'], 
+  ['newgem', '&gt;= 0.0.0'],
+  ['rubigen', '&gt;= 0.0.0']
 ]    # An array of rubygem dependencies [name, version]
 
 @config_file = &quot;~/.rubyforge/user-config.yml&quot;
@@ -66,7 +70,7 @@ $hoe = Hoe.new(GEM_NAME, VERS) do |p|
 
   # == Optional
   p.changes = p.paragraphs_of(&quot;History.txt&quot;, 0..1).join(&quot;\n\n&quot;)
-  #p.extra_deps = EXTRA_DEPENDENCIES
+  p.extra_deps = EXTRA_DEPENDENCIES
 
   end
 </diff>
      <filename>config/hoe.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Apriori
   module VERSION #:nodoc:
     MAJOR = 0
     MINOR = 1
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>lib/apriori/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,3 +4,10 @@ task :extension do
   sh &quot;ruby setup.rb config&quot;
   sh &quot;ruby setup.rb setup&quot;
 end
+
+namespace :github do
+  desc &quot;Generate the Gemspec for github&quot;
+  task :generate_gemspec do
+    sh &quot;rake --silent debug_gem &gt; apriori.gemspec&quot;
+  end
+end</diff>
      <filename>tasks/install.rake</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
     &lt;h1&gt;apriori&lt;/h1&gt;
     &lt;div id=&quot;version&quot; class=&quot;clickable&quot; onclick='document.location = &quot;http://rubyforge.org/projects/apriori&quot;; return false'&gt;
       &lt;p&gt;Get Version&lt;/p&gt;
-      &lt;a href=&quot;http://rubyforge.org/projects/apriori&quot; class=&quot;numbers&quot;&gt;0.1.0&lt;/a&gt;
+      &lt;a href=&quot;http://rubyforge.org/projects/apriori&quot; class=&quot;numbers&quot;&gt;0.1.1&lt;/a&gt;
       &lt;img src=&quot;images/2118201782_4e87521dc9_m.jpg&quot; /&gt;
     &lt;/div&gt;
     &lt;h1&gt;&amp;#x2192; &amp;#8216;find item associations&amp;#8217;&lt;/h1&gt;
@@ -89,7 +89,7 @@ Borgelt&amp;#8217;s C implementation of this algorithm.&lt;/p&gt;
 	&lt;h2&gt;Installing&lt;/h2&gt;
 
 
-	&lt;p&gt;&lt;pre class='syntax'&gt;&lt;span class=&quot;ident&quot;&gt;sudo&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;apriori&lt;/span&gt;&lt;/pre&gt;&lt;/p&gt;
+	&lt;p&gt;&lt;pre class='syntax'&gt;&lt;span class=&quot;ident&quot;&gt;gem&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;install&lt;/span&gt; &lt;span class=&quot;punct&quot;&gt;--&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;source&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;http&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;:/&lt;/span&gt;&lt;span class=&quot;regex&quot;&gt;&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;gems&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;github&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;com&lt;/span&gt; &lt;span class=&quot;ident&quot;&gt;jashmenn&lt;/span&gt;&lt;span class=&quot;punct&quot;&gt;-&lt;/span&gt;&lt;span class=&quot;ident&quot;&gt;apriori&lt;/span&gt;&lt;/pre&gt;&lt;/p&gt;
 
 
 	&lt;h2&gt;The Algorithm:&lt;/h2&gt;</diff>
      <filename>website/index.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>pkg/apriori-0.1.0.gem</filename>
    </removed>
    <removed>
      <filename>pkg/apriori-0.1.0.tgz</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>1ea492c03f264368c636cf874fa06a7942891f80</id>
    </parent>
  </parents>
  <author>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </author>
  <url>http://github.com/jashmenn/apriori/commit/38afe50333932a63ca8e7ad2d7537393b410b6c7</url>
  <id>38afe50333932a63ca8e7ad2d7537393b410b6c7</id>
  <committed-date>2008-09-04T19:00:24-07:00</committed-date>
  <authored-date>2008-09-04T19:00:24-07:00</authored-date>
  <message>updated to include gem dependencies</message>
  <tree>3b2b9395293fa37e272dfe44540575f3477634ea</tree>
  <committer>
    <name>Nate Murray</name>
    <email>nate@natemurray.com</email>
  </committer>
</commit>
