<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,10 +1,11 @@
 require 'newgem'
+require 'hoe'
 require 'lib/disqus/version'
 
 $hoe = Hoe.new(&quot;disqus&quot;, Disqus::Version::STRING) do |p|
   p.rubyforge_name = &quot;disqus&quot;
   p.author = ['Norman Clarke', 'Matthew Van Horn']
-  p.email = ['norman@randomba.org', 'mattvanhorn@gmail.com']
+  p.email = ['norman@njclarke.com', 'mattvanhorn@gmail.com']
   p.summary = &quot;Integrates Disqus commenting system into your Ruby-powered site.&quot;
   p.description = 'Integrates Disqus into your Ruby-powered site. Works with any Ruby website, and has view helpers for Rails and Merb.'
   p.url = 'http://disqus.rubyforge.org'
@@ -20,4 +21,4 @@ $hoe = Hoe.new(&quot;disqus&quot;, Disqus::Version::STRING) do |p|
 end
 
 require 'newgem/tasks'
-Dir['tasks/**/*.rake'].each { |t| load t }
\ No newline at end of file
+Dir['tasks/**/*.rake'].each { |t| load t }</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module Disqus #:nodoc:
   module Version #:nodoc:
     MAJOR = 1
     MINOR = 0
-    TINY = 1
+    TINY = 2
     STRING = [MAJOR, MINOR, TINY].join('.')
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/disqus/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>68649f7bdfe86e98a02d73020bcc3fbc8e8171a3</id>
    </parent>
  </parents>
  <author>
    <name>Norman Clarke</name>
    <email>norman@njclarke.com</email>
  </author>
  <url>http://github.com/norman/disqus/commit/548938bfa11481094b61b2297192e9c02de2e9f8</url>
  <id>548938bfa11481094b61b2297192e9c02de2e9f8</id>
  <committed-date>2009-10-19T12:24:02-07:00</committed-date>
  <authored-date>2009-10-19T12:24:02-07:00</authored-date>
  <message>Bumped version and updated contact info.</message>
  <tree>be3c1062e82e52971c3d8d873c8ea8231c621c03</tree>
  <committer>
    <name>Norman Clarke</name>
    <email>norman@njclarke.com</email>
  </committer>
</commit>
