<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,11 @@
+== 1.5.2
+
+- Compatibility with latest RSpec (1.1.11 or so); use example
+  description method if available
+- Remove dependency on rubygems when requiring builder (rescue
+  LoadError) (Jari Bakken)
+- Source repository moved to github/git.caldersphere.net
+
 == 1.5.1
 
 - Fix silly load-path error that some had been seeing
@@ -5,33 +13,43 @@
 == 1.5
 
 - Support for RSpec 1.1.1 example groups (which broke ci_reporter 1.4)
-- Change internal model to delegation instead of inheritance, allowing ci_reporter to wrap different output formatters
-- Add 'ci:setup:rspecdoc' task to output specdoc format instead of progress
-- Add support for pending examples; they will be listed in the report XML as successful, but the name will have a '(PENDING)' tag appended
-- Support for RSpec &lt; 0.9 removed as promised; use 1.4 if you still need to use an older version of RSpec
+- Change internal model to delegation instead of inheritance, allowing
+  ci_reporter to wrap different output formatters
+- Add 'ci:setup:rspecdoc' task to output specdoc format instead of
+  progress
+- Add support for pending examples; they will be listed in the report
+  XML as successful, but the name will have a '(PENDING)' tag appended
+- Support for RSpec &lt; 0.9 removed as promised; use 1.4 if you still
+  need to use an older version of RSpec
 
 == 1.4
 
-- Test::Unit tests that fail in multiple places (setup, test method, and teardown) are now tracked (marcog)
+- Test::Unit tests that fail in multiple places (setup, test method,
+  and teardown) are now tracked (marcog)
 - Explicit dependency requirement on Builder (&gt;= 2.1.2)
-- Use of RSpec &lt; 0.9 is now deprecated; support will probably disappear in the next version
+- Use of RSpec &lt; 0.9 is now deprecated; support will probably
+  disappear in the next version
 
 == 1.3.5
 
-- Change way we append to environment variables to appease windows (Tracker #13998, Adam Anderson)
+- Change way we append to environment variables to appease windows
+  (Tracker #13998, Adam Anderson)
 
 == 1.3.4
 
-- Call #to_s on the object passed in as the test suite name; compatibility fix for RSpec
-  trunk which passes a Spec::DSL::Description instead of a string
+- Call #to_s on the object passed in as the test suite name;
+  compatibility fix for RSpec trunk which passes a
+  Spec::DSL::Description instead of a string
 - Fix broken spec due to pending feature introduced in recent RSpec
 - Fix compatibility for JRuby
-- Add stub.rake file as another way to wrap existing Rakefile, with note in README
+- Add stub.rake file as another way to wrap existing Rakefile, with
+  note in README
 
 == 1.3.3
 
 - Use SPEC_OPTS instead of RSPECOPTS (Aslak Helles&#248;y)
-- Add assertions attribute to individual test cases (Tracker #11563, Andy Sipe)
+- Add assertions attribute to individual test cases (Tracker #11563,
+  Andy Sipe)
 
 == 1.3.2
 
@@ -41,12 +59,14 @@
 
 == 1.3.1
 
-- Fixed to be compatible with RSpec 1.0.x (added fourth parameter to Formatter#dump_summary)
+- Fixed to be compatible with RSpec 1.0.x (added fourth parameter to
+  Formatter#dump_summary)
 
 == 1.3
 
 - Fixed to be compatible with RSpec 0.9
-- Failure location text now contains both the exception message and class name (in case the type and message attributes were truncated)
+- Failure location text now contains both the exception message and
+  class name (in case the type and message attributes were truncated)
 
 == 1.2.4
 
@@ -55,12 +75,13 @@
 
 == 1.2.3
 
-- Append to TESTOPTS and RSPECOPTS environment variables (Bret Pettichord) so that other apps can put values
-  in them as well
+- Append to TESTOPTS and RSPECOPTS environment variables (Bret
+  Pettichord) so that other apps can put values in them as well
 
 == 1.2.2
 
-- Responds to environment variable CI_CAPTURE: if set to &quot;off&quot;, stdout/stderr capture will be disabled.
+- Responds to environment variable CI_CAPTURE: if set to &quot;off&quot;,
+  stdout/stderr capture will be disabled.
 
 == 1.2.1
 
@@ -68,12 +89,18 @@
 
 == 1.2
 
-- Capture standard output and standard error during each individual test suite and include in the XML file in system-out and system-err elements, respectively (Tracker#9054[http://rubyforge.org/tracker/index.php?func=detail&amp;aid=9054&amp;group_id=2857&amp;atid=11007])
+- Capture standard output and standard error during each individual
+  test suite and include in the XML file in system-out and system-err
+  elements, respectively
+  (Tracker#9054[http://rubyforge.org/tracker/index.php?func=detail&amp;aid=9054&amp;group_id=2857&amp;atid=11007])
 
 == 1.1
 
-- Add +assertions+ attribute to the +testsuite+ element that will contain per-suite assertion counts when used with Test::Unit.  Not useful with applications that read Ant/JUnit XML, but custom applications may wish to access it.
+- Add +assertions+ attribute to the +testsuite+ element that will
+  contain per-suite assertion counts when used with Test::Unit. Not
+  useful with applications that read Ant/JUnit XML, but custom
+  applications may wish to access it.
 
 == 1.0
 
-- Initial Release.
\ No newline at end of file
+- Initial Release.</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -56,7 +56,6 @@ There's a bit of a chicken and egg problem because rubygems needs to be loaded b
 
 You can get the CI::Reporter source using Git, in any of the following ways:
 
-    git clone git://git.caldersphere.net/ci_reporter.git
     git clone http://git.caldersphere.net/ci_reporter.git
     git clone git://github.com/nicksieger/ci_reporter.git
 
@@ -64,4 +63,4 @@ You can also download a tarball of the latest CI::Reporter source at http://gith
 
 == License
 
-This software is released under an MIT license.  For details, see the LICENSE.txt file included with the distribution.  The software is copyright (c) 2006-2007 Nick Sieger &lt;nicksieger@gmail.com&gt;.
\ No newline at end of file
+This software is released under an MIT license.  For details, see the LICENSE.txt file included with the distribution.  The software is copyright (c) 2006-2007 Nick Sieger &lt;nicksieger@gmail.com&gt;.</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 module CI
   module Reporter
-    VERSION = &quot;1.5.1&quot;
+    VERSION = &quot;1.5.2&quot;
   end
-end
\ No newline at end of file
+end</diff>
      <filename>lib/ci/reporter/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3f402fe44dc358b7ec5d6b41215c23daddde1823</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/ci_reporter/commit/47fb8fae9788d48aa5bf480d9f8c77e1202c58a6</url>
  <id>47fb8fae9788d48aa5bf480d9f8c77e1202c58a6</id>
  <committed-date>2008-11-30T10:17:51-08:00</committed-date>
  <authored-date>2008-11-30T10:17:51-08:00</authored-date>
  <message>Prepare for 1.5.2 release</message>
  <tree>bf4b94f5bbdf3ebadf74007b26ec0dda13ade262</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
