<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,7 @@
 	&lt;name&gt;RSpec Maven Plugin&lt;/name&gt;
 	&lt;description&gt;Maven plugin to execute Ruby Spec tests&lt;/description&gt;
 	&lt;packaging&gt;maven-plugin&lt;/packaging&gt;
-	&lt;version&gt;1.0-beta-8&lt;/version&gt;
+	&lt;version&gt;1.0-beta-9&lt;/version&gt;
 	&lt;inceptionYear&gt;2007&lt;/inceptionYear&gt;
 	&lt;organization&gt;
 		&lt;name&gt;Codehaus&lt;/name&gt;
@@ -55,7 +55,7 @@
 		&lt;dependency&gt;
 			&lt;groupId&gt;org.jruby&lt;/groupId&gt;
 			&lt;artifactId&gt;jruby-complete&lt;/artifactId&gt;
-			&lt;version&gt;1.1.6&lt;/version&gt;
+			&lt;version&gt;1.2.0&lt;/version&gt;
 		&lt;/dependency&gt;
 	&lt;/dependencies&gt;
 	&lt;build&gt;</diff>
      <filename>pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -85,7 +85,7 @@ public class RspecRunnerMojo extends AbstractMojo {
 			throw new MojoExecutionException(
 					&quot;$JRUBY_HOME or jrubyHome directory not specified&quot;);
 		}
-		
+
 		Ruby runtime = Ruby.newInstance();
 		getLog().info(&quot;JRuby Home: &quot; + jrubyHome);
 		runtime.setJRubyHome(jrubyHome);
@@ -112,7 +112,7 @@ public class RspecRunnerMojo extends AbstractMojo {
 				.append(&quot;'\n&quot;)
 				.append(
 						&quot;options = ::Spec::Runner::OptionParser.parse([spec_dir, '-f', \&quot;html:#{@report_file}\&quot;], STDERR, STDOUT)\n&quot;)
-				 .append(&quot;::Spec::Runner::CommandLine.run(options)\n&quot;);
+				.append(&quot;::Spec::Runner::CommandLine.run(options)\n&quot;);
 
 		runtime.evalScriptlet(script.toString());
 
@@ -127,18 +127,18 @@ public class RspecRunnerMojo extends AbstractMojo {
 				.toString());
 
 		if (failure.isTrue()) {
-			String message = &quot;RSpec tests failed. See '&quot; + reportPath
+			String msg = &quot;RSpec tests failed. See '&quot; + reportPath
 					+ &quot;' for details.&quot;;
-			getLog().warn(message);
+			getLog().warn(msg);
 			if (!ignoreFailure) {
-				throw new MojoFailureException(message);
+				throw new MojoFailureException(msg);
 			}
 		} else {
-			getLog().info(
-					&quot;RSpec tests successful. See '&quot; + reportPath
-							+ &quot;' for details.&quot;);
+			String msg = &quot;RSpec tests successful. See '&quot; + reportPath
+					+ &quot;' for details.&quot;;
+			getLog().info(msg);
 		}
-		
+
 	}
 
 	private String handleClasspathElements(Ruby runtime)</diff>
      <filename>src/main/java/org/codehaus/mojo/rspec/RspecRunnerMojo.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>784b23da324bbde53916a1b1dba866c158747df4</id>
    </parent>
  </parents>
  <author>
    <name>dcrec1</name>
    <email>dc.rec1@gmail.com</email>
  </author>
  <url>http://github.com/dcrec1/rspec-maven-plugin/commit/ebed6bd436183cc3e1ec7811d0d19684bc45113f</url>
  <id>ebed6bd436183cc3e1ec7811d0d19684bc45113f</id>
  <committed-date>2009-03-20T14:38:18-07:00</committed-date>
  <authored-date>2009-03-20T14:38:18-07:00</authored-date>
  <message>updated to jruby 1.2.0</message>
  <tree>c80b2511178993d5f8ac059b798b3319bf63e41d</tree>
  <committer>
    <name>dcrec1</name>
    <email>dc.rec1@gmail.com</email>
  </committer>
</commit>
