<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -6,9 +6,9 @@ require 'rubygems/specification'
 require 'rake'
 require 'rake/gempackagetask'
 require 'spec/rake/spectask'
- 
+
 GEM = &quot;rspec-vraptor&quot;
-GEM_VERSION = &quot;0.9.7&quot;
+GEM_VERSION = &quot;0.9.8&quot;
 SUMMARY = &quot;RSpec for VRaptor Sexy/Nice URLs&quot;
 AUTHOR = &quot;Diego Carrion&quot;
 EMAIL = &quot;dc.rec1@gmail.com&quot;
@@ -21,7 +21,7 @@ spec = Gem::Specification.new do |s|
   s.summary = SUMMARY
   s.require_paths = ['lib']
   s.files = FileList['lib/**/*.rb','[A-Z]*'].to_a
-  
+
   s.author = AUTHOR
   s.email = EMAIL
   s.homepage = HOMEPAGE
@@ -36,11 +36,11 @@ end
 
 task :set_sexy do
   $CLASSPATH &lt;&lt; 'inc/vraptor-2.6.3.jar'
-  $CLASSPATH &lt;&lt; 'inc/picocontainer-1.3.jar' 
+  $CLASSPATH &lt;&lt; 'inc/picocontainer-1.3.jar'
 end
 
 task :set_nice do
-  $CLASSPATH &lt;&lt; 'inc/vraptor-2.6.0.jar' 
+  $CLASSPATH &lt;&lt; 'inc/vraptor-2.6.0.jar'
   $CLASSPATH &lt;&lt; 'inc/picocontainer-2.7.jar'
 end
 
@@ -49,16 +49,16 @@ task :'spec:nice' =&gt; [:set_nice, :spec]
 
 desc &quot;Run specs for VRaptor Sexy URLs&quot;
 task :'spec:sexy' =&gt; [:set_sexy, :spec]
-  
+
 Rake::GemPackageTask.new(spec) do |pkg|
   pkg.gem_spec = spec
 end
- 
+
 desc &quot;Install the gem locally&quot;
 task :install =&gt; [:package] do
   sh %{sudo gem install pkg/#{GEM}-#{GEM_VERSION}}
 end
- 
+
 desc &quot;Create a gemspec file&quot;
 task :make_spec do
   File.open(&quot;#{GEM}.gemspec&quot;, &quot;w&quot;) do |file|</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,11 +2,11 @@
 
 Gem::Specification.new do |s|
   s.name = %q{rspec-vraptor}
-  s.version = &quot;0.9.7&quot;
+  s.version = &quot;0.9.8&quot;
 
   s.required_rubygems_version = Gem::Requirement.new(&quot;&gt;= 0&quot;) if s.respond_to? :required_rubygems_version=
   s.authors = [&quot;Diego Carrion&quot;]
-  s.date = %q{2009-04-01}
+  s.date = %q{2009-09-05}
   s.email = %q{dc.rec1@gmail.com}
   s.files = [&quot;lib/environment.rb&quot;, &quot;lib/spec/vraptor.rb&quot;, &quot;lib/spec/vraptor/mocked_filter_config.rb&quot;, &quot;lib/spec/vraptor/mocked_cookie.rb&quot;, &quot;lib/spec/vraptor/mocked_http_response.rb&quot;, &quot;lib/spec/vraptor/mocked_http_session.rb&quot;, &quot;lib/spec/vraptor/mocked_request_dispatcher.rb&quot;, &quot;lib/spec/vraptor/mocked_servlet_context.rb&quot;, &quot;lib/spec/vraptor/mocked_http_request.rb&quot;, &quot;lib/spec/vraptor/matchers.rb&quot;, &quot;README.textile&quot;, &quot;Rakefile&quot;]
   s.homepage = %q{http://www.diegocarrion.com}</diff>
      <filename>rspec-vraptor.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e3664799114cf5bce2a46a85225515da73c78eb3</id>
    </parent>
  </parents>
  <author>
    <name>Diego Carrion</name>
    <email>dc.rec1@gmail.com</email>
  </author>
  <url>http://github.com/dcrec1/rspec-vraptor/commit/74a946a9a444beff2b8c7af26bc305213cc42829</url>
  <id>74a946a9a444beff2b8c7af26bc305213cc42829</id>
  <committed-date>2009-09-05T11:31:05-07:00</committed-date>
  <authored-date>2009-09-05T11:31:05-07:00</authored-date>
  <message>bumped to version 0.9.8</message>
  <tree>24de29b4cfc98f76ae62eb37790285c7420e588c</tree>
  <committer>
    <name>Diego Carrion</name>
    <email>dc.rec1@gmail.com</email>
  </committer>
</commit>
