<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>spec/interface/base_spec.rb</filename>
    </added>
    <added>
      <filename>spec/interface/table_spec.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,6 +6,10 @@ describe &quot;when using constraints&quot; do
     @page = Page.new('some-page', {:title=&gt;blank_title, :contents=&gt;&quot;hello&quot;})
   end
   
+  after do
+    Page.table.delete_all_rows
+  end
+  
   it &quot;should not save objects that violate constraints&quot; do
     lambda { @page.save }.should raise_error(Rhino::ConstraintViolation)
   end</diff>
      <filename>spec/constraints_spec.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 namespace :hbase do
-  HBASE_DIR = '~/src/hbase-0.18.1'
+  HBASE_DIR = '~/src/hbase'
   
   desc &quot;start hbase &amp; thrift&quot;
   task :start do</diff>
      <filename>tasks/servers.rake</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/rhino/interface/hbase-thrift/Hbase.rb</filename>
    </removed>
    <removed>
      <filename>lib/rhino/interface/hbase/hbase.rb</filename>
    </removed>
    <removed>
      <filename>lib/rhino/interface/hbase/htable.rb</filename>
    </removed>
    <removed>
      <filename>lib/rhino/interface/hbase/scanner.rb</filename>
    </removed>
    <removed>
      <filename>spec/interface/hbase_spec.rb</filename>
    </removed>
    <removed>
      <filename>spec/interface/htable_spec.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>3b5b60c8ee15242fbd07be32c3366bc10d6a51dd</id>
    </parent>
  </parents>
  <author>
    <name>Quinn Slack</name>
    <email>qslack@qslack.com</email>
  </author>
  <url>http://github.com/sqs/rhino/commit/89278c54987a120728c9a30ff56b5799af3918f2</url>
  <id>89278c54987a120728c9a30ff56b5799af3918f2</id>
  <committed-date>2008-11-09T22:47:03-08:00</committed-date>
  <authored-date>2008-11-09T22:47:03-08:00</authored-date>
  <message>finished removing hbase-specific aspects</message>
  <tree>84c0e6c543ba80e02be6f2ebf51e4739bad3f843</tree>
  <committer>
    <name>Quinn Slack</name>
    <email>qslack@qslack.com</email>
  </committer>
</commit>
