Diff asciimath-2.0.4 with a asciimath-2.0.5

/usr/portage/dev-ruby/asciimath/asciimath-2.0.5.ebuild 2023-10-09 14:52:30.420368374 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
5
USE_RUBY="ruby30 ruby31 ruby32"
6 6

  
7 7
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
8 8

  
......
11 11
inherit ruby-fakegem
12 12

  
13 13
DESCRIPTION="A pure Ruby AsciiMath parsing and conversion library"
14
HOMEPAGE="https://github.com/pepijnve/asciimath"
14
HOMEPAGE="https://github.com/asciidoctor/asciimath"
15 15

  
16 16
LICENSE="MIT"
17 17
SLOT="1"
Thank you!