public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/
Date: Fri, 25 Mar 2022 10:22:56 +0000 (UTC)	[thread overview]
Message-ID: <1648203771.028124692f0a6ecf3bf6e04e2e2e9217dfd91dfb.graaff@gentoo> (raw)

commit:     028124692f0a6ecf3bf6e04e2e2e9217dfd91dfb
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 07:00:57 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 25 10:22:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02812469

dev-ruby/rails-dom-testing: add ruby30; EAPI 8

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 .../rails-dom-testing-2.0.3-r2.ebuild              | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
new file mode 100644
index 000000000000..e9ad3e08cfa4
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27 ruby30"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Compare doms and assert certain elements exists in doms using Nokogiri"
+HOMEPAGE="https://github.com/kaspth/rails-dom-testing"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/activesupport-4.2.0:*
+	>=dev-ruby/nokogiri-1.6"
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


             reply	other threads:[~2022-03-25 10:23 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-25 10:22 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-03  9:12 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/ Hans de Graaff
2024-10-06 13:30 Jakov Smolić
2024-01-07  7:49 Hans de Graaff
2024-01-07  7:49 Hans de Graaff
2023-08-20 10:29 Sam James
2023-08-04  6:12 Hans de Graaff
2023-07-01  8:41 Hans de Graaff
2023-04-03  3:03 Sam James
2022-06-24 10:04 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2022-06-10  4:54 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2021-07-04 10:25 Hans de Graaff
2021-07-04 10:25 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-05-05  8:06 Hans de Graaff
2020-04-21 19:45 Sergei Trofimovich
2020-04-20 20:41 Sergei Trofimovich
2020-03-12  8:44 Hans de Graaff
2019-03-30  9:30 Hans de Graaff
2018-05-14  4:23 Hans de Graaff
2018-04-29  9:42 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-01-14  8:15 Hans de Graaff
2018-01-14  8:15 Hans de Graaff
2017-07-04  5:00 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-05-12  6:36 Hans de Graaff
2017-05-12  6:36 Hans de Graaff
2017-02-25  8:19 Hans de Graaff
2017-02-14  0:36 Michael Weber
2017-01-13  6:54 Hans de Graaff
2016-12-30  7:15 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-06-02  5:16 Hans de Graaff
2016-05-18  8:55 Fabian Groffen
2016-05-09  5:01 Hans de Graaff
2016-02-16 21:14 Hans de Graaff
2016-01-17  8:22 Hans de Graaff
2016-01-17  8:22 Hans de Graaff
2015-08-15  5:42 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1648203771.028124692f0a6ecf3bf6e04e2e2e9217dfd91dfb.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox