Diff redcarpet-3.6.0 with a redcarpet-3.6.1

/usr/portage/dev-ruby/redcarpet/redcarpet-3.6.1.ebuild 2026-01-08 10:18:06.009017862 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
5

  
6
USE_RUBY="ruby32 ruby33 ruby34 ruby40"
6 7

  
7 8
RUBY_FAKEGEM_EXTRADOCS="README.markdown CONTRIBUTING.md CHANGELOG.md doc"
8 9
RUBY_FAKEGEM_TASK_TEST="test:unit"
Thank you!