Diff minitest-5.17.0 with a minitest-5.18.0

/usr/portage/dev-ruby/minitest/minitest-5.18.0.ebuild 2023-10-09 14:52:30.444368374 +0300
10 10
inherit ruby-fakegem
11 11

  
12 12
DESCRIPTION="minitest/unit is a small and fast replacement for ruby's huge and slow test/unit"
13
HOMEPAGE="https://github.com/seattlerb/minitest"
13
HOMEPAGE="https://github.com/minitest/minitest"
14 14

  
15 15
LICENSE="MIT"
16 16
SLOT="5"
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
17
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
18 18
IUSE="doc test"
19 19

  
20 20
all_ruby_prepare() {
Thank you!