<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitignore</filename>
    </added>
    <added>
      <filename>lib/robots.rb</filename>
    </added>
    <added>
      <filename>robots.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -0,0 +1,33 @@
+A simple Ruby library to parse robots.txt.
+
+Usage:
+
+	robots = Robots.new &quot;Some User Agent&quot;
+	assert robots.allowed?(&quot;http://www.yelp.com/foo&quot;)
+	assert !robots.allowed?(&quot;http://www.yelp.com/mail?foo=bar&quot;)
+	robots.other_values # gets misc. key/values (i.e. sitemaps)
+	
+If you want caching, you're on your own.  I suggest marshalling an instance of the parser.  
+
+Copyright (c) 2008 Kyle Maxwell
+
+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 in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>robots.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>084cfc417360920eba5061c8c7c35192594ca1da</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Maxwell</name>
    <email>kyle@kylemaxwell.com</email>
  </author>
  <url>http://github.com/fizx/robots/commit/730bb40607a583e78bfee32a2bf7a24b95a4bb07</url>
  <id>730bb40607a583e78bfee32a2bf7a24b95a4bb07</id>
  <committed-date>2008-08-10T23:30:30-07:00</committed-date>
  <authored-date>2008-08-10T23:30:30-07:00</authored-date>
  <message>initial successful commit</message>
  <tree>2331d5bfddb46b25eaf5ae33c7e7974e59ae404f</tree>
  <committer>
    <name>Kyle Maxwell</name>
    <email>kyle@kylemaxwell.com</email>
  </committer>
</commit>
