From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/
Date: Wed, 18 Sep 2024 08:56:34 +0000 (UTC) [thread overview]
Message-ID: <1726649757.91695af5c6cfd8d8c9097a5c71f65cf050d88f25.graaff@gentoo> (raw)
commit: 91695af5c6cfd8d8c9097a5c71f65cf050d88f25
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 05:36:48 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 08:55:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91695af5
dev-ruby/jbuilder: add 2.13.0
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/jbuilder/Manifest | 1 +
dev-ruby/jbuilder/jbuilder-2.13.0.ebuild | 34 ++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-ruby/jbuilder/Manifest b/dev-ruby/jbuilder/Manifest
index 76ea2b89c129..88bdebc38095 100644
--- a/dev-ruby/jbuilder/Manifest
+++ b/dev-ruby/jbuilder/Manifest
@@ -1 +1,2 @@
DIST jbuilder-2.12.0.gem 28160 BLAKE2B e4e32c7d6b71b0daecd0148d74179115b14bb8450c00315518fa31c30c1b510534329804f8050da07edb338d642df9067b28e6b14b7627231518732d7e1f2d3c SHA512 6c5a9bf4bc7c60c8c4f12d94265eee7e1888d5a4aa8653f294ef58aeb936c70e207d559d9b3dd5ce5eaea1847c73b1bf2e4e2d22de3d7a5e66dfb95fa60bc4a7
+DIST jbuilder-2.13.0.gem 28672 BLAKE2B 44f2c93524fc6263407d6851835dada03dca285fe7b71795b9fd0aaab27786044418e59102f0a046b0cf7dfcd6040128edebe1a53db16bdad67637e1f0aa24aa SHA512 0738879152e1b54df2ccb37f39ec8d9dc82eb5838c6af297ec15dbbb38a4781053f1022e864fbc080b4f1de7c9c356869c44f096e771175b887967e89258639a
diff --git a/dev-ruby/jbuilder/jbuilder-2.13.0.ebuild b/dev-ruby/jbuilder/jbuilder-2.13.0.ebuild
new file mode 100644
index 000000000000..51d8bdce0f79
--- /dev/null
+++ b/dev-ruby/jbuilder/jbuilder-2.13.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby31 ruby32 ruby33"
+
+RUBY_FAKEGEM_TASK_TEST="CI=true test"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Create JSON structures via a Builder-style DSL"
+HOMEPAGE="https://github.com/rails/jbuilder"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64"
+IUSE="test"
+
+ruby_add_rdepend "
+ || ( dev-ruby/activesupport:7.2 dev-ruby/activesupport:7.1 dev-ruby/activesupport:7.0 dev-ruby/activesupport:6.1 )
+ || ( dev-ruby/actionview:7.2 dev-ruby/actionview:7.1 dev-ruby/actionview:7.0 dev-ruby/actionview:6.1 )
+"
+
+ruby_add_bdepend "test? (
+ >=dev-ruby/activemodel-5.0.0
+ >=dev-ruby/railties-5.0.0
+ dev-ruby/mocha:2
+)"
+
+all_ruby_prepare() {
+ sed -i -e '/bundler/ s:^:#:' Rakefile test/test_helper.rb || die
+}
next reply other threads:[~2024-09-18 8:56 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-18 8:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-13 6:13 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jbuilder/ Hans de Graaff
2025-08-09 6:05 Hans de Graaff
2025-08-03 12:23 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2024-09-18 9:26 Hans de Graaff
2024-06-02 6:41 Hans de Graaff
2024-06-02 6:41 Hans de Graaff
2024-04-29 9:43 Hans de Graaff
2024-03-18 6:41 Hans de Graaff
2023-07-12 4:59 Hans de Graaff
2023-07-12 4:59 Hans de Graaff
2022-10-02 17:03 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-03-26 7:48 Hans de Graaff
2021-11-15 5:48 Hans de Graaff
2021-02-02 5:56 Hans de Graaff
2021-01-23 8:18 Hans de Graaff
2020-09-19 5:46 Hans de Graaff
2020-09-14 6:09 Hans de Graaff
2020-09-13 4:55 Hans de Graaff
2020-05-23 9:27 Hans de Graaff
2020-05-23 9:27 Hans de Graaff
2020-02-10 6:18 Hans de Graaff
2019-07-20 5:05 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=1726649757.91695af5c6cfd8d8c9097a5c71f65cf050d88f25.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