From 97c7bb74e93cf2bbaad01afd8d5b30f7cd663b28 Mon Sep 17 00:00:00 2001 From: Sruthi Chandran Date: Thu, 3 Oct 2019 20:35:58 +0530 Subject: [PATCH] Add heapy gem as component --- debian/gbp.conf | 2 +- debian/watch | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index 6ccefb0896..4a7713248e 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [DEFAULT] -component = [ 'core-js', 'derailed-benchmarks' ] +component = [ 'core-js', 'derailed-benchmarks', 'heapy' ] diff --git a/debian/watch b/debian/watch index ba4b032586..99e5098f89 100644 --- a/debian/watch +++ b/debian/watch @@ -11,3 +11,6 @@ https://registry.npmjs.org/core-js/-/core-js-(3.[\d\.]*)@ARCHIVE_EXT@ ignore opts="pgpmode=none,component=derailed-benchmarks" \ https://gemwatch.debian.net/derailed_benchmarks .*/derailed_benchmarks-(.*).tar.gz ignore + +opts="pgpmode=none,component=heapy" \ +https://gemwatch.debian.net/heapy .*/heapy-(.*).tar.gz ignore