<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+v0.2.0. require Morph v0.2.7
+
 v0.1.9. changes for Ruby 1.9 from leethal; danwrong added offset option to reports to enable paging
 
 v0.1.8. fixed reported bug due to missing 'www' in export url</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -1,29 +1,29 @@
-require 'rubygems'; require 'spec'; require 'lib/rugalytics'
-
-begin
-  require 'echoe'
-
-  Echoe.new(&quot;rugalytics&quot;, Rugalytics::VERSION) do |m|
-    m.author = [&quot;Rob McKinnon&quot;]
-    m.email = [&quot;rob ~@nospam@~ rubyforge.org&quot;]
-    m.description = File.readlines(&quot;README&quot;).first
-    m.rubyforge_name = &quot;rugalytics&quot;
-    m.rdoc_options &lt;&lt; '--inline-source'
-    m.rdoc_pattern = [&quot;README&quot;, &quot;CHANGELOG&quot;, &quot;LICENSE&quot;]
-    m.dependencies = [&quot;hpricot &gt;=0.6&quot;, &quot;activesupport &gt;=2.0.2&quot;, &quot;googlebase &gt;=0.2.0&quot;, &quot;morph &gt;=0.2.0&quot;, &quot;fastercsv &gt;=1.4.0&quot;, &quot;rack &gt;=0.4.0&quot;]
-    m.executable_pattern = 'bin/rugalytics'
-  end
-
-rescue LoadError
-  puts &quot;You need to install the echoe gem to perform meta operations on this gem&quot;
-end
-
-desc &quot;Open an irb session preloaded with this library&quot;
-task :console do
-  sh &quot;irb -rubygems -r ./lib/rugalytics.rb&quot;
-end
-
-desc &quot;Run all examples with RCov&quot;
-task :rcov do
-  sh '/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib -S rcov --text-report  -o &quot;coverage&quot; -x &quot;Library&quot; spec/lib/**/*'
+require 'rubygems'; require 'spec'; require 'lib/rugalytics'
+
+begin
+  require 'echoe'
+
+  Echoe.new(&quot;rugalytics&quot;, Rugalytics::VERSION) do |m|
+    m.author = [&quot;Rob McKinnon&quot;]
+    m.email = [&quot;rob ~@nospam@~ rubyforge.org&quot;]
+    m.description = File.readlines(&quot;README&quot;).first
+    m.rubyforge_name = &quot;rugalytics&quot;
+    m.rdoc_options &lt;&lt; '--inline-source'
+    m.rdoc_pattern = [&quot;README&quot;, &quot;CHANGELOG&quot;, &quot;LICENSE&quot;]
+    m.dependencies = [&quot;hpricot &gt;=0.6&quot;, &quot;activesupport &gt;=2.0.2&quot;, &quot;googlebase &gt;=0.2.0&quot;, &quot;morph &gt;=0.2.7&quot;, &quot;fastercsv &gt;=1.4.0&quot;, &quot;rack &gt;=0.4.0&quot;]
+    m.executable_pattern = 'bin/rugalytics'
+  end
+
+rescue LoadError
+  puts &quot;You need to install the echoe gem to perform meta operations on this gem&quot;
+end
+
+desc &quot;Open an irb session preloaded with this library&quot;
+task :console do
+  sh &quot;irb -rubygems -r ./lib/rugalytics.rb&quot;
+end
+
+desc &quot;Run all examples with RCov&quot;
+task :rcov do
+  sh '/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -Ilib -S rcov --text-report  -o &quot;coverage&quot; -x &quot;Library&quot; spec/lib/**/*'
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -18,7 +18,7 @@ end
 
 # See README for usage documentation.
 module Rugalytics
-  VERSION = &quot;0.1.9&quot;
+  VERSION = &quot;0.2.0&quot;
 
   FORMAT_PDF = '0' unless defined? FORMAT_PDF
   FORMAT_XML = '1' unless defined? FORMAT_XML</diff>
      <filename>lib/rugalytics.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6caebea7275f1bc4f71ed000222502b95be3a0a8</id>
    </parent>
  </parents>
  <author>
    <name>robmckinnon</name>
    <email>rob@theyworkforyou.co.nz</email>
  </author>
  <url>http://github.com/robmckinnon/rugalytics/commit/b0e0831be2f9c527282ebe85199158f1b19991dd</url>
  <id>b0e0831be2f9c527282ebe85199158f1b19991dd</id>
  <committed-date>2009-04-16T01:21:17-07:00</committed-date>
  <authored-date>2009-04-16T01:21:17-07:00</authored-date>
  <message>require Morph v0.2.7; ready for 0.2.0 release</message>
  <tree>033f0b5176a46dfe34aaa8df379b5f33f39a1256</tree>
  <committer>
    <name>robmckinnon</name>
    <email>rob@theyworkforyou.co.nz</email>
  </committer>
</commit>
