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, 30 Dec 2016 07:15:01 +0000 (UTC)	[thread overview]
Message-ID: <1483081854.658d7da9aad8f6417086699254679803e132b95b.graaff@gentoo> (raw)

commit:     658d7da9aad8f6417086699254679803e132b95b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 07:10:54 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 07:10:54 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=658d7da9

dev-ruby/rails-dom-testing: add 2.0.2

Package-Manager: portage-2.3.0

 dev-ruby/rails-dom-testing/Manifest                |  1 +
 .../rails-dom-testing-2.0.2.ebuild                 | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-ruby/rails-dom-testing/Manifest b/dev-ruby/rails-dom-testing/Manifest
index dbb3365..2532ea8 100644
--- a/dev-ruby/rails-dom-testing/Manifest
+++ b/dev-ruby/rails-dom-testing/Manifest
@@ -1,3 +1,4 @@
 DIST rails-dom-testing-1.0.7.gem 17408 SHA256 6813821425ff44ae3188162d0bae1a2ae08080fc1a584860bf78d50190a112ed SHA512 29999b404e1c0ab8dea2f173feff606c57646fc893be53496d2972b6afbd3b010c0238cfc7be39c088ef2f8ab6421a7ddad5a5b5da2646264a5a7c33d650a26b WHIRLPOOL 47b3fe998bd3d3b008e5c7b70736c633316e47c7de5fbfe774dfa4aa45b72dbe4f05bc380fe3cb5d012ec8ff6e818a44d544b67f83c6ed99ee24f1ec80c876e1
 DIST rails-dom-testing-2.0.0.gem 13824 SHA256 dfe5b894167bdb5dcd24e679a6efe8bb03ca471ed7237b1f873920cfaaa730ea SHA512 87c01525487bf8f7c76f250a3732e9608954f1c96f02ff4aed7011db760f299221cba78abd68a0b8016d7478ce695fa86c028e433e3014797aa439feaa63b89f WHIRLPOOL 627cd589009c869176e1b88207f3335bf1eb1a475183e14217e3fd813b2dbc3dcc013a519519ea77dbfcff41f741b117975a74b327a9ead85cb660cc14f61a9f
 DIST rails-dom-testing-2.0.1.gem 13312 SHA256 b108ebe8d0b61729921e1380983f663912edcf90e8dec822dae9001a9b3d4e97 SHA512 1073c69e67df2799d12a8c46b2be852d764f2f4eaeb631062f1e735c8e64bf4f42fccd19e973543f83eb101f31083a361631e3395b7194fa318c52a217f49467 WHIRLPOOL cefd2b86faccfcfca585ee47a7a3cb34a6cb68a3f8a8269e08fdaf4267c51b7d97a7475e838b347cca432ce44ca50d764c1ba37013af4ddb9c5b77a013e40276
+DIST rails-dom-testing-2.0.2.gem 14336 SHA256 7b7a3813b3ae83d450a7d16a80d5f3f38585b5589a28084443fa9c1b492635d8 SHA512 8a4648de9c1384de66e5fbbdc4558688868b0403f7a2b7fe1ba00d920520c488288b144e470a91e7b29234fe0d8501d81f1e58a711a65feaaa955c5cd6220a93 WHIRLPOOL 1d384ffe55b983d12024eeddd70cb84a929c4e436f7a565c2b072d118322c3addb37389c9ff6de520d40cffa5efa11ffa8f9d3e8cf3b49310e5ece228c95b1fa

diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
new file mode 100644
index 00000000..1e50b53
--- /dev/null
+++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+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 ~ppc64 ~x86 ~amd64-linux"
+IUSE=""
+
+ruby_add_rdepend "
+	>=dev-ruby/activesupport-4.2:* <dev-ruby/activesupport-6.0:*
+	>=dev-ruby/nokogiri-1.6.0:0"
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


             reply	other threads:[~2016-12-30 16:43 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-30  7:15 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-06 13:30 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-dom-testing/ 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
2022-03-25 10:22 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-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=1483081854.658d7da9aad8f6417086699254679803e132b95b.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