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-html-sanitizer/
Date: Mon, 16 Dec 2024 06:19:45 +0000 (UTC)	[thread overview]
Message-ID: <1734329972.2b276464aae3732915f28385ddee800b842f3ab6.graaff@gentoo> (raw)

commit:     2b276464aae3732915f28385ddee800b842f3ab6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 06:14:26 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 06:19:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b276464

dev-ruby/rails-html-sanitizer: add 1.6.2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/rails-html-sanitizer/Manifest             |  1 +
 .../rails-html-sanitizer-1.6.2.ebuild              | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/rails-html-sanitizer/Manifest b/dev-ruby/rails-html-sanitizer/Manifest
index 3f5c33c61e67..83298cc350f6 100644
--- a/dev-ruby/rails-html-sanitizer/Manifest
+++ b/dev-ruby/rails-html-sanitizer/Manifest
@@ -1,2 +1,3 @@
 DIST rails-html-sanitizer-1.6.0.gem 23552 BLAKE2B 7bc00cada4bb10a6f3b264a20f555b1e3e81a09d528339f20961ebbd5c958c23a7b14febf8a2e1c07d36e8d67aff30317d2ebc0f9cd009a1b519d24b18a0171b SHA512 265c093872b43794be02a8b1d2574be8270762b46c2b0d930159d3b41e06b897ed8b6edf3b219e0e71591fa5f7d38107ed8d332cebd3dfe4c37c6d06b7b5fa12
 DIST rails-html-sanitizer-1.6.1.gem 25600 BLAKE2B ef9ce472eec5e6fbcf52cd68b61ceb1bf30185400914e1edc831018f1acbeea0afb71915e1552d158cd076bd6f9742f9cd3a89da7df3b51ff63ee6137984a582 SHA512 97b7fb6fc2a420173ff4619e6b58df6d283df77f115d4ebd15e29ba0ab412734565e975bf27c0b46477615eeae3a17ba539f7ea60fa162cb4133acd55db292d5
+DIST rails-html-sanitizer-1.6.2.gem 25600 BLAKE2B b8789f005e58773f041a73b26beb1d479010c64a26ec7050ab86aad622a146540eac03748623aedf42a4af6b78f0086bcfd02dc7cd3ab317b2a3ff9a5f31e86f SHA512 5e2e477a91ea496522fd881610028c539ca6cb280399e912703bbd86387bef72392dfa27fe9cf30e1a64831e57ee0f221ca2ac05cadda14255884bbb516996ec

diff --git a/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.2.ebuild b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.2.ebuild
new file mode 100644
index 000000000000..20b685d1f8f0
--- /dev/null
+++ b/dev-ruby/rails-html-sanitizer/rails-html-sanitizer-1.6.2.ebuild
@@ -0,0 +1,32 @@
+# 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_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Sanitize HTML fragments in Rails applications"
+HOMEPAGE="https://github.com/rails/rails-html-sanitizer"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux"
+IUSE="test"
+
+ruby_add_rdepend ">=dev-ruby/loofah-2.21:0 >=dev-ruby/nokogiri-1.16.8:0"
+
+ruby_add_bdepend "test? ( dev-ruby/rails-dom-testing )"
+
+all_ruby_prepare() {
+	# Avoid tests that depend on nokogiri patches to libxml2.
+#	sed -i -e '/\(name_action\|attr\)_in_a_tag_in_safe_list_sanitizer/askip "libxml2"' test/sanitizer_test.rb || die
+:
+}
+
+each_ruby_test() {
+	${RUBY} -Ilib:test:. -e 'Dir["test/*_test.rb"].each{|f| require f}' || die
+}


             reply	other threads:[~2024-12-16  6:19 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-16  6:19 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-15  5:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rails-html-sanitizer/ Hans de Graaff
2025-04-15  5:05 Hans de Graaff
2025-01-07  7:32 Hans de Graaff
2024-12-03 14:09 Hans de Graaff
2024-06-01  5:41 Hans de Graaff
2024-01-24  9:23 Hans de Graaff
2023-07-12  1:14 Sam James
2023-06-03  8:49 Hans de Graaff
2023-06-03  8:49 Hans de Graaff
2023-04-03  3:03 Sam James
2023-01-21  7:20 Hans de Graaff
2022-12-21  7:34 Hans de Graaff
2022-12-18  9:08 Hans de Graaff
2022-12-13 18:36 Hans de Graaff
2022-09-04 10:54 Hans de Graaff
2022-06-24 10:04 Hans de Graaff
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-11-08  2:51 Yixun Lan
2021-08-24  5:59 Hans de Graaff
2021-08-19  6:33 Hans de Graaff
2021-03-11 10:54 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-09-11  4:06 Hans de Graaff
2020-04-20 20:41 Sergei Trofimovich
2020-03-12 10:57 Hans de Graaff
2019-10-07  5:46 Hans de Graaff
2019-10-07  5:46 Hans de Graaff
2019-10-01 18:06 Hans de Graaff
2019-08-24  7:36 Hans de Graaff
2019-08-05  5:17 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-03-30  9:30 Hans de Graaff
2018-05-14 18:50 Hans de Graaff
2018-04-11 18:50 Markus Meier
2018-03-24  8:35 Hans de Graaff
2018-01-14  8:15 Hans de Graaff
2017-08-25  6:09 Hans de Graaff
2017-07-02  5:43 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-05-18  8:56 Fabian Groffen
2016-02-16 21:14 Hans de Graaff
2016-02-06  8:11 Hans de Graaff
2016-01-26  6:39 Hans de Graaff
2016-01-26  6:39 Hans de Graaff
2016-01-17  8:22 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=1734329972.2b276464aae3732915f28385ddee800b842f3ab6.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