You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2010/09/30 13:28:18 UTC

svn commit: r1003016 - in /incubator/deltacloud/trunk/client: Rakefile deltacloud-client.gemspec

Author: mfojtik
Date: Thu Sep 30 11:28:17 2010
New Revision: 1003016

URL: http://svn.apache.org/viewvc?rev=1003016&view=rev
Log:
Version bump in gemspec
Replaced testunit with rspec in ci_reporter

Modified:
    incubator/deltacloud/trunk/client/Rakefile
    incubator/deltacloud/trunk/client/deltacloud-client.gemspec

Modified: incubator/deltacloud/trunk/client/Rakefile
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/client/Rakefile?rev=1003016&r1=1003015&r2=1003016&view=diff
==============================================================================
--- incubator/deltacloud/trunk/client/Rakefile (original)
+++ incubator/deltacloud/trunk/client/Rakefile Thu Sep 30 11:28:17 2010
@@ -56,6 +56,6 @@ task 'fixtures:clean' do
 end
 
 begin
-  require 'ci/reporter/rake/test_unit'
+  require 'ci/reporter/rake/rspec'
 rescue LoadError
 end

Modified: incubator/deltacloud/trunk/client/deltacloud-client.gemspec
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/client/deltacloud-client.gemspec?rev=1003016&r1=1003015&r2=1003016&view=diff
==============================================================================
--- incubator/deltacloud/trunk/client/deltacloud-client.gemspec (original)
+++ incubator/deltacloud/trunk/client/deltacloud-client.gemspec Thu Sep 30 11:28:17 2010
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
   s.email = 'deltacloud-users@lists.fedorahosted.org'
   s.name = 'deltacloud-client'
   s.description = %q{Deltacloud REST Client for API}
-  s.version = '0.0.9.6'
+  s.version = '0.0.9.7'
   s.summary = %q{Deltacloud REST Client}
   s.files = Dir['Rakefile', 'lib/**/*.rb', 'init.rb', 'bin/deltacloudc']
   s.bindir = 'bin'