<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-Copyright (c) 2008 Matt Aimonetti and Yehuda Katz
+Copyright (c) 2008 Matt Aimonetti
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the</diff>
      <filename>LICENSE</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,17 @@
 dm-gvideo-adapter
 =================
 
-A gem that provides...
+# dependencies
+Gvideo: http://github.com/mattetti/gvideo
+
+Usage:
+
+# URI:
+googlevideo://A005148908335059515423 # google video user id
+
+Video.all # returns all the user's videos
+Video.get(&quot;-2838281997424715962&quot;)
+Video.first(:title =&gt; &quot;The Illuminati - Secret societies&quot;)
+Video.all(:title.like =&gt; &quot;%Illuminati%&quot;)
+Video.all(:duration.gte =&gt; 360)
+Video.all(:duration.gte =&gt; 60, :duration.lte =&gt; 360)</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@ require 'date'
 
 GEM = &quot;dm-gvideo-adapter&quot;
 GEM_VERSION = &quot;0.0.1&quot;
-AUTHOR = &quot;Matt Aimonetti &amp; Yehuda Katz&quot;
+AUTHOR = &quot;Matt Aimonetti&quot;
 EMAIL = &quot;mattaimonetti@gmail.com&quot;
 HOMEPAGE = &quot;http://merbist.com&quot;
 SUMMARY = &quot;A gem that provides...&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -4,8 +4,7 @@ rescue LoadError
   require 'rubygems'
 end
 require 'dm-core'
-require 'hpricot'
-require 'open-uri'
+require 'gvideo'
 
 module DataMapper
   module Adapters</diff>
      <filename>lib/dm-gvideo-adapter.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7303d6f6c74291f685166d35f371e93f343cd0bf</id>
    </parent>
  </parents>
  <author>
    <name>Matt Aimonetti</name>
    <email>mattaimonetti@gmail.com</email>
  </author>
  <url>http://github.com/mattetti/dm-gvideo-adapter/commit/a534ab5bea34ee9eee47b0da511e9a86943a4280</url>
  <id>a534ab5bea34ee9eee47b0da511e9a86943a4280</id>
  <committed-date>2008-09-28T15:47:03-07:00</committed-date>
  <authored-date>2008-09-28T15:47:03-07:00</authored-date>
  <message>getting ready to get the dm-adapter version to work with gvideo</message>
  <tree>ad2a9bbfced5fc9f49043c988425c9758c664579</tree>
  <committer>
    <name>Matt Aimonetti</name>
    <email>mattaimonetti@gmail.com</email>
  </committer>
</commit>
