You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2008/05/29 02:09:05 UTC

svn commit: r661164 - in /incubator/buildr/trunk: NOTICE Rakefile buildr.gemspec

Author: assaf
Date: Wed May 28 17:09:05 2008
New Revision: 661164

URL: http://svn.apache.org/viewvc?rev=661164&view=rev
Log:
Fixed NOTICE file.
Upgraded to RSpec 1.1.4 and RubyForge 1.0.0.

Modified:
    incubator/buildr/trunk/NOTICE
    incubator/buildr/trunk/Rakefile
    incubator/buildr/trunk/buildr.gemspec

Modified: incubator/buildr/trunk/NOTICE
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/NOTICE?rev=661164&r1=661163&r2=661164&view=diff
==============================================================================
--- incubator/buildr/trunk/NOTICE (original)
+++ incubator/buildr/trunk/NOTICE Wed May 28 17:09:05 2008
@@ -4,6 +4,7 @@
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
+
 COPYRIGHT NOTICES
 -----------------
 Copyright 2007 Intalio

Modified: incubator/buildr/trunk/Rakefile
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=661164&r1=661163&r2=661164&view=diff
==============================================================================
--- incubator/buildr/trunk/Rakefile (original)
+++ incubator/buildr/trunk/Rakefile Wed May 28 17:09:05 2008
@@ -16,7 +16,6 @@
 
 require 'rake/gempackagetask'
 
-
 def spec(platform = nil)
   @specs ||= {}
   platform ||= RUBY_PLATFORM =~ /java/ ? 'java' : 'ruby'

Modified: incubator/buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=661164&r1=661163&r2=661164&view=diff
==============================================================================
--- incubator/buildr/trunk/buildr.gemspec (original)
+++ incubator/buildr/trunk/buildr.gemspec Wed May 28 17:09:05 2008
@@ -43,8 +43,8 @@
   spec.add_dependency 'rubyzip',              '0.9.1'
   spec.add_dependency 'highline',             '1.4.0'
   spec.add_dependency 'Antwrap',              '0.7.0'
-  spec.add_dependency 'rspec',                '1.1.3'
+  spec.add_dependency 'rspec',                '1.1.4'
   spec.add_dependency 'xml-simple',           '1.0.11'
   spec.add_dependency 'archive-tar-minitar',  '0.5.2'
-  spec.add_dependency 'rubyforge',            '0.4.5'
+  spec.add_dependency 'rubyforge',            '1.0.0'
 end