You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/11/03 16:46:54 UTC

svn commit: r1030505 - in /buildr/trunk: Rakefile buildr.gemspec

Author: boisvert
Date: Wed Nov  3 15:46:53 2010
New Revision: 1030505

URL: http://svn.apache.org/viewvc?rev=1030505&view=rev
Log:
More rspec 2.0.0 tweaks; use rspec 2.0.1

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

Modified: buildr/trunk/Rakefile
URL: http://svn.apache.org/viewvc/buildr/trunk/Rakefile?rev=1030505&r1=1030504&r2=1030505&view=diff
==============================================================================
--- buildr/trunk/Rakefile (original)
+++ buildr/trunk/Rakefile Wed Nov  3 15:46:53 2010
@@ -13,8 +13,6 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 
-gem 'rspec', '2.0.0'
-
 # We need JAVA_HOME for most things (setup, spec, etc).
 unless ENV['JAVA_HOME']
   if RUBY_PLATFORM[/java/]

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1030505&r1=1030504&r2=1030505&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Wed Nov  3 15:46:53 2010
@@ -62,7 +62,7 @@ for those one-off tasks, with a language
   spec.add_dependency 'rjb',                  '1.2.5' if spec.platform.to_s == 'ruby'
   spec.add_dependency 'rjb',                  '1.2.5' if spec.platform.to_s == 'x86-mswin32'
   spec.add_dependency 'atoulme-Antwrap',      '0.7.1'
-  spec.add_dependency 'rspec',                '>= 1.2.9'
+  spec.add_dependency 'rspec',                '= 2.0.1'
   spec.add_dependency 'xml-simple',           '1.0.12'
   spec.add_dependency 'minitar',              '0.5.3'
   spec.add_dependency 'jruby-openssl',        '>= 0.7' if spec.platform.to_s == 'java'