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/arel-helpers/
Date: Tue,  7 Dec 2021 06:42:42 +0000 (UTC)	[thread overview]
Message-ID: <1638859149.d1422886e1631bafe8582b482c28b3ee0d4a53f9.graaff@gentoo> (raw)

commit:     d1422886e1631bafe8582b482c28b3ee0d4a53f9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 06:39:09 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 06:39:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1422886

dev-ruby/arel-helpers: add 2.13.0

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

 dev-ruby/arel-helpers/Manifest                   |  1 +
 dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild | 38 ++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/arel-helpers/Manifest b/dev-ruby/arel-helpers/Manifest
index 8527aea2ac5c..6930f764388e 100644
--- a/dev-ruby/arel-helpers/Manifest
+++ b/dev-ruby/arel-helpers/Manifest
@@ -1,2 +1,3 @@
 DIST arel-helpers-2.12.0.gem 21504 BLAKE2B f2897b70e679df8a58ace7b88204a3345a2f22bedcaf13ef27f4176a5f02a716e9c7a0b09c3d242c8bef96cc6423a513820d20b15999415d99eb3d61b3b93889 SHA512 6da9d69b49d18f70dd911a5f1cf6edb29055423b6179858ae65f8f826f9c98fae7b9d4a7d6f1365c5efe382adbaeb42f30898c2329b721941428b0a6f58b3aef
 DIST arel-helpers-2.12.1.gem 16896 BLAKE2B 32809d895c630d8c5d3d1bfadb70d4b37fdeebe41dd3be303abd20295cb06e210ad48db8996673d5ca851e247420bf65ccbe0a7b3da352943e56094b38937911 SHA512 6d10bd57d74ccf1780927aa1fdccb4697a2e9cdbdf93bcc392b9453890043a8a6a4b57bef25d43f1f7d1597ef92d938afa9c67c54140b9e0b36b7b23c2de1837
+DIST arel-helpers-2.13.0.gem 16896 BLAKE2B 3cdf4164b20dcc3511e058666486ea0d5a5eb50a7825d56338715f5bdba2dc5124ba030ea0e27480225be9d715a86016ff0eb85d0e60f07bdd5f3f214c3f5bcc SHA512 31e88e136a85f49e6b8b6d7c244bf98744cdf0546f0916ff1b403904330a1d2acc4a4d97ba5eb59190b9c0592176e4872d0463b4d4662b63a99f9d3bbcc29c15

diff --git a/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
new file mode 100644
index 000000000000..2ce0bc2f3056
--- /dev/null
+++ b/dev-ruby/arel-helpers/arel-helpers-2.13.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Tools to help construct database queries"
+HOMEPAGE="https://github.com/camertron/arel-helpers"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+ruby_add_rdepend "|| (
+			dev-ruby/activerecord:6.1
+			dev-ruby/activerecord:6.0
+			dev-ruby/activerecord:5.2
+			)"
+
+ruby_add_bdepend "test? (
+	dev-ruby/rr
+	dev-ruby/activerecord[sqlite]
+	dev-ruby/bundler
+)"
+
+all_ruby_prepare() {
+	sed -i -e '/pry-/ s:^:#:' spec/spec_helper.rb || die
+	sed -e '/rake/ s/~>/>=/' -e '/appraisal/ s:^:#:' -e '/database_cleaner/ s/1.8/1.7/' -i arel-helpers.gemspec || die
+}
+
+each_ruby_test() {
+	bundle exec rspec spec || die
+}


             reply	other threads:[~2021-12-07  6:42 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-07  6:42 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10  5:51 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/ Hans de Graaff
2024-03-04 18:33 Rick Farina
2023-10-25  5:22 Hans de Graaff
2023-08-26 15:39 Hans de Graaff
2023-07-17  4:55 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-28 20:20 Sam James
2023-03-27 11:59 Hans de Graaff
2023-03-26  3:03 Sam James
2023-03-13  7:14 Hans de Graaff
2022-05-08  5:44 Hans de Graaff
2021-08-28  6:46 Hans de Graaff
2021-06-18  3:48 Hans de Graaff
2021-02-16  5:45 Hans de Graaff
2020-05-06  5:30 Hans de Graaff
2020-05-06  5:30 Hans de Graaff
2019-12-21  7:24 Hans de Graaff
2019-12-02  8:28 Hans de Graaff
2019-12-02  8:28 Hans de Graaff
2019-07-31 18:58 Hans de Graaff
2019-06-12  4:10 Hans de Graaff
2019-05-04 18:32 Hans de Graaff
2018-12-01  7:30 Hans de Graaff
2018-12-01  7:12 Hans de Graaff
2018-11-21 18:21 Rick Farina
2018-08-17  5:25 Hans de Graaff
2018-08-07 18:12 Hans de Graaff
2018-05-13  4:46 Hans de Graaff
2018-01-19  6:12 Hans de Graaff
2018-01-19  6:12 Hans de Graaff
2017-10-08  6:48 Hans de Graaff
2017-08-16  6:12 Hans de Graaff
2017-05-17  4:51 Hans de Graaff
2017-02-09  6:03 Hans de Graaff
2016-08-13  6:43 Hans de Graaff
2016-07-01  4:43 Hans de Graaff
2016-07-01  4:43 Hans de Graaff
2016-03-27  6:30 Hans de Graaff
2016-01-23  7:47 Hans de Graaff
2015-12-31  8:29 Hans de Graaff
2015-11-01  6:26 Hans de Graaff
2015-09-08  5:35 Hans de Graaff
2015-09-05  6:06 Hans de Graaff
2015-09-04 21:22 Richard Farina

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=1638859149.d1422886e1631bafe8582b482c28b3ee0d4a53f9.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