[DRE-commits] [SCM] rubygems-integration.git branch, master, updated. debian/1.2-2-gc2e8d58

Antonio Terceiro terceiro at softwarelivre.org
Mon Jun 3 01:10:46 UTC 2013


The following commit has been merged in the master branch:
commit c2e8d58c8eaadf84d14b5541af7ae30487c3acb1
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Jun 2 22:09:26 2013 -0300

    Make it possible interpreter to run tests under

diff --git a/Makefile b/Makefile
index c7fc134..8359a51 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,11 @@
+RUBY = ruby
 SPECS = $(wildcard spec/*_spec.rb)
 
 all:
 	@echo Nothing to build!
 
 run-specs:
-	ruby -Ilib $(SPECS)
+	$(RUBY) -Ilib $(SPECS)
 
 install:
 	install -m 755 -d $(DESTDIR)/usr/lib/ruby/vendor_ruby/rubygems/defaults

-- 
rubygems-integration.git



More information about the Pkg-ruby-extras-commits mailing list