Diff msgpack-1.6.1 with a msgpack-1.7.1

/usr/portage/dev-ruby/msgpack/msgpack-1.7.1.ebuild 2023-10-09 14:52:30.444368374 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
USE_RUBY="ruby27 ruby30 ruby31 ruby32"
6
USE_RUBY="ruby30 ruby31 ruby32"
7 7

  
8 8
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
9 9
RUBY_FAKEGEM_EXTRADOC="ChangeLog README.md"
......
17 17
DESCRIPTION="Binary-based efficient data interchange format for ruby binding"
18 18
HOMEPAGE="https://msgpack.org/"
19 19
# In 1.6.1, they stopped shipping the specs in the gem :(
20
# https://github.com/msgpack/msgpack-ruby/commit/9cbcd0b28527af5ca755f34dfb370e3f4474d129 (https://github.com/msgpack/msgpack-ruby/pull/311)
20
# https://github.com/msgpack/msgpack-ruby/commit/9cbcd0b28527af5ca755f34dfb370e3f4474d129 
21
# (https://github.com/msgpack/msgpack-ruby/pull/311)
21 22
SRC_URI="https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
22 23

  
23 24
LICENSE="Apache-2.0"
Thank you!