From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 6JXaJCCrGGQhywAASxT56A (envelope-from ) for ; Mon, 20 Mar 2023 19:51:12 +0100 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id AHTfJCCrGGQBGAEA9RJhRA (envelope-from ) for ; Mon, 20 Mar 2023 19:51:12 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx2.migadu.com (Postfix) with ESMTPS id 70DC737722 for ; Mon, 20 Mar 2023 19:51:12 +0100 (CET) Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=mCzlgU2x; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679338272; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=yRiWiGGy4H0AbUg9J0D1qBzMW/ZIFzvZKuiDKEtDSm8=; b=MM7l6kIk712+e3gKpmmoFx1+D1HvTCu/ez9aDHvuMK+bzC8eg2+dIxwXyO8O3+mov5d4FS lFybwJdIz0p1wYT2iPd25vv3P2EDMnaTsKG8wA8tSBl7ogW8cLQcAbepd1fq8s9KG4yp4A Di1Uaoxm6vHsdBQ1s2ItKyypgrCN9QE7yxkwbBFt3Ll/reUbxtBuYM3rk3S3+nd26qkf91 zPLfROUe/ZDKsvDuS2QY4cmyS7x1WU1ClKbmoWhdlmVlmfpq9bu+xnJzDfP+lyuHVGg1x6 3BdAoaDjXInVeoiEjkHgzJNjdNZ41GqSI7tzCvcSFM9s9GxeKFSjL6TA4HjTGg== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=mCzlgU2x; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679338272; a=rsa-sha256; cv=none; b=svUFeyMBvjN8Nr342R56o2S4j2spmVyq8Xl31FifmCSLd84QEkcfhdOXV2HpLy3jeln6sO agBhynXNUuB4J0MSwEE2Hs6R1UUNlf0QLcG8gxe6P5XyDesA3auKB9FTwzp0NdJCWJJ8Uz YxmJ/AZCswSJNJwjxXgScInFTob+54CIBJXbtEIwWVTmSUhrJLgdMdmL6QvT/PKUIGUpgi 0gKR+5HiRrIx51xU3vVS5mQ+r8E6+883+7ope6TPgNp3Xf4TomyCbt2C7ofYna8iA/Mg3x b3yFDwxwywJmKT1j8IxRWdow5mftZjkc6i+qYSdvDkWG8epUki2ds71OXRcLhA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peJHc-00054A-1I; Mon, 20 Mar 2023 13:26:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1peJHG-0004hr-8n for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:35 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peJHF-0005Y2-O4 for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:33 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peJHF-00046H-Hb for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:33 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62196] [PATCH 026/223] gnu: Add ruby-rubocop-rake. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Mar 2023 17:26:33 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62196 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62196@debbugs.gnu.org Cc: Maxim Cournoyer Received: via spool by 62196-submit@debbugs.gnu.org id=B62196.167933315815074 (code B ref 62196); Mon, 20 Mar 2023 17:26:33 +0000 Received: (at 62196) by debbugs.gnu.org; 20 Mar 2023 17:25:58 +0000 Received: from localhost ([127.0.0.1]:56197 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJGf-0003uy-W8 for submit@debbugs.gnu.org; Mon, 20 Mar 2023 13:25:58 -0400 Received: from mail-yw1-f181.google.com ([209.85.128.181]:39642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJFP-0003fC-Po for 62196@debbugs.gnu.org; Mon, 20 Mar 2023 13:24:40 -0400 Received: by mail-yw1-f181.google.com with SMTP id 00721157ae682-5416b0ab0ecso236411457b3.6 for <62196@debbugs.gnu.org>; Mon, 20 Mar 2023 10:24:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679333074; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=yRiWiGGy4H0AbUg9J0D1qBzMW/ZIFzvZKuiDKEtDSm8=; b=mCzlgU2xwF0TrLeUuW1z/bU9dj3dBS9l0JO19oLP4tC3zpoldMV//yNLUMzg6L7T3r O+S0mfbL5mliM3y2isF8lH4o9LNl4OkKS4bmeJ62EYMJzcC5twv2lKze7YgZEhoXAmKI LuMsWCjaK6TYdr63509iEKgXdmfJcNeIyuTNWia3VVlHDtyf3TTsHMf6YDzbAnXCJrMs vlxOGXsusIdlZN4K/d5u/z8tWncNr0ti0V6xHVGCQ/BrynWb1f0Pt/AViJLt7z2zSNyj ieKUVTEdze0AlMjw7TvKXSNyvSE3YLCr98GomUUol5jxmp/tZ2ugVHL6TPhrq/dlffh2 kZoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679333074; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=yRiWiGGy4H0AbUg9J0D1qBzMW/ZIFzvZKuiDKEtDSm8=; b=TYL9ZBz3hCM/hcIborWJ+WRHvPXWM5KitqTDdsvLFAntpSgTibXgXXzu/SuekvHldO WEJxr+DiWpWnQkGgQARlkmAK1be+9ZfilkoJcND0n4TxBz4MvnTgz5etAzENGw/wlExI 3H2o2S7H9QvFwsCxQQFE+28WxiiDffrPENFqkDRvETjl3sJtIBfZoUklSJQE8JVO8jCL OIFyXPoUodAzARjwkw9iLFECL3v9rf/eJVgqUTxPHWRfudjjvXxHnXNN1dE4EN6D/hPZ 4GBHiFH/BwpnylgvArfDXeSb3psoAuLMGRkaEYFKWLF2flylXV44tR8J/fi0oFzFUBIZ /S8w== X-Gm-Message-State: AO0yUKVE9Y3qz1eeeVtw1idbqWC9KgSlCfpxSrJZlZLKkb9z9zdcmzYA 8XxHDozKNhhEXhHbG0urBG85MxB96+4= X-Google-Smtp-Source: AK7set+J6Dr+s/DtZgffUmbQyPsjfgKEPPLbYWmILzHklbfUNiPNarBSSVkYlCNuWr7qJM+sXVMZQg== X-Received: by 2002:a05:622a:2d1:b0:3e3:7d6d:101 with SMTP id a17-20020a05622a02d100b003e37d6d0101mr2257742qtx.26.1679332622994; Mon, 20 Mar 2023 10:17:02 -0700 (PDT) Received: from localhost.localdomain (dsl-10-128-46.b2b2c.ca. [72.10.128.46]) by smtp.gmail.com with ESMTPSA id p17-20020a374211000000b007428e743508sm7673809qka.70.2023.03.20.10.17.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 10:17:02 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 20 Mar 2023 13:13:18 -0400 Message-Id: <20230320171635.11184-26-maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230320171635.11184-1-maxim.cournoyer@gmail.com> References: <20230320171635.11184-1-maxim.cournoyer@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 70DC737722 X-Spam-Score: -2.45 X-Migadu-Spam-Score: -2.45 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-TUID: Za31TccrXRmT * gnu/packages/ruby.scm (ruby-rubocop-rake): New variable. --- gnu/packages/ruby.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index d2e9854904..28e98e5189 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -1602,6 +1602,19 @@ (define ruby-rubocop-rake-minimal (home-page "https://github.com/rubocop/rubocop-rake") (license license:expat))) +(define-public ruby-rubocop-rake + (package + (inherit ruby-rubocop-rake-minimal) + (arguments + (list #:test-target "spec")) + (native-inputs + (list ruby-rake + ruby-rspec + ruby-rubocop + ruby-rubocop-rspec)) + (propagated-inputs + (list ruby-rubocop)))) + ;;; A minimal variant used to build ruby-rubocop itself. (define ruby-rubocop-rspec-minimal (package -- 2.39.1