<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -27,7 +27,8 @@ unless ENV['MSPEC_RUNNER']
       elsif ENV['USERPROFILE']
         ENV['HOME'] = ENV['USERPROFILE']
       else
-        puts &quot;No suitable HOME environment found. This means that all of HOME, HOMEDIR, HOMEDRIVE, and USERPROFILE are not set&quot;
+        puts &quot;No suitable HOME environment found. This means that all of&quot;
+        puts &quot;HOME, HOMEDIR, HOMEDRIVE, and USERPROFILE are not set&quot;
         exit 1
       end
     end
@@ -39,9 +40,9 @@ unless ENV['MSPEC_RUNNER']
   end
 end
 
-v = MSpec::VERSION.split('.').collect { |d| &quot;1%02d&quot; % d.to_i }.join.to_i
-unless v &gt;= 101105104
-  puts &quot;Please install MSpec version &gt;= 1.5.4 to run the specs&quot;
+minimum_version = &quot;1.5.5&quot;
+unless MSpec::VERSION &gt;= minimum_version
+  puts &quot;Please install MSpec version &gt;= #{minimum_version} to run the specs&quot;
   exit 1
 end
 </diff>
      <filename>spec_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,3 @@
 module RubySpec
-  VERSION = &quot;0.6.2&quot;
+  VERSION = &quot;0.7.0&quot;
 end</diff>
      <filename>version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>87d8ab3452014e239f58d7379cab746d452c46ef</id>
    </parent>
  </parents>
  <author>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </author>
  <url>http://github.com/rubyspec/rubyspec/commit/21139b220763355873b64bd16126abe81e02928c</url>
  <id>21139b220763355873b64bd16126abe81e02928c</id>
  <committed-date>2008-12-30T00:09:55-08:00</committed-date>
  <authored-date>2008-12-30T00:09:55-08:00</authored-date>
  <message>Update version to 0.7.0 and require mspec v1.5.5.</message>
  <tree>6361afa75d5c65723578443c82d05c09717a7e03</tree>
  <committer>
    <name>Brian Ford</name>
    <email>bford@engineyard.com</email>
  </committer>
</commit>
