[DRE-commits] [ruby-rspec] 18/25: add rspec-support to the list of gemspecs to be recreated

Cédric Boutillier boutil at moszumanska.debian.org
Sat Mar 28 20:34:13 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 16b3415bd66446717a77a07bcb2e5c4fac671518
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Mar 25 00:37:50 2015 +0100

    add rspec-support to the list of gemspecs to be recreated
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0445ef4..f985f1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ get-orig-sources:
 gen-gemspecs:
 	# Let's create a static version of the gemspec as we don't build with git
 	ruby -rrubygems -e ' \
-		%w{rspec rspec-core rspec-expectations rspec-mocks}.each do |gem| \
+		%w{rspec rspec-core rspec-expectations rspec-mocks rspec-support}.each do |gem| \
 			Dir.chdir(gem) do \
 				spec = Gem::Specification.load("#{gem}.gemspec"); \
 				File.write("../debian/#{gem}.gemspec", spec.to_ruby); \

-- 
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