From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36144) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fmo1r-0007Fs-AS for guix-patches@gnu.org; Mon, 06 Aug 2018 18:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fmo1o-00011M-0M for guix-patches@gnu.org; Mon, 06 Aug 2018 18:31:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37964) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fmo1n-00011A-Rb for guix-patches@gnu.org; Mon, 06 Aug 2018 18:31:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fmo1n-0004X8-K1 for guix-patches@gnu.org; Mon, 06 Aug 2018 18:31:03 -0400 Subject: [bug#32370] [PATCH 4/4] gnu: Add ruby-multi-test. Resent-Message-ID: Date: Tue, 7 Aug 2018 00:30:15 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180807003015.7467dd90@alma-ubu> In-Reply-To: <20180805144322.4705-4-mail@cbaines.net> References: <20180805144322.4705-1-mail@cbaines.net> <20180805144322.4705-4-mail@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/wbP0h_y7uETAT61cqy9gbRR"; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 32370@debbugs.gnu.org --Sig_/wbP0h_y7uETAT61cqy9gbRR Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 5 Aug 2018 15:43:22 +0100 Christopher Baines wrote: > From: Ben Woodcroft >=20 > * gnu/packages/ruby.scm (ruby-multi-test): New variable. >=20 > Signed-off-by: Christopher Baines > --- > gnu/packages/ruby.scm | 26 ++++++++++++++++++++++++++ > 1 file changed, 26 insertions(+) >=20 > diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm > index 888a31e89..e199d2b92 100644 > --- a/gnu/packages/ruby.scm > +++ b/gnu/packages/ruby.scm > @@ -2304,6 +2304,32 @@ NSJSONSerialization, gson.rb, JrJackson, and > OkJson.") (home-page "https://github.com/intridea/multi_json") > (license license:expat))) > =20 > +(define-public ruby-multi-test > + (package > + (name "ruby-multi-test") Do we have name conventions for Ruby? The original name is with underscore: multi_test, here it is written with hyphen: multi-test. Compare: ruby-data_uri is with underscore. It also has this strange reproducibility-problem with diffoscope showing nothing. Otherwise, LGTM. Bj=C3=B6rn --Sig_/wbP0h_y7uETAT61cqy9gbRR Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAltoy/gACgkQvyhstlk+X/0eQgCeK9Z6B8tlToPaNoWJ41FngkV6 GWAAoKZP4q/ruPyxXbvgoYTII7pDzUYS =+KZ0 -----END PGP SIGNATURE----- --Sig_/wbP0h_y7uETAT61cqy9gbRR--