[DRE-commits] [ruby-rspec] 02/25: use the default ruby interpreter

Cédric Boutillier boutil at moszumanska.debian.org
Sat Mar 28 20:34:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch no_submodules
in repository ruby-rspec.

commit 35f6f4110e3087e0c4481f0a6a99acf61206d7a6
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Mar 16 22:47:33 2015 +0100

    use the default ruby interpreter
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 50d8d20..bb31ac5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ get-orig-sources:
 		https://github.com/rspec/rspec-support/archive/v$(RSPEC_SUPPORT_VERSION).tar.gz
 	cd rspec-support && git fetch origin && git checkout v$(RSPEC_SUPPORT_VERSION)
 	# Let's create a static version of the gemspec as we don't build with git
-	ruby1.9.1 -rrubygems -e ' \
+	ruby -rrubygems -e ' \
 		%w{rspec rspec-core rspec-expectations rspec-mocks}.each do |gem| \
 			Dir.chdir(gem) do \
 				spec = Gem::Specification.load("#{gem}.gemspec"); \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec.git



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