Diff rspec-collection_matchers-1.2.0 with a rspec-collection_matchers-1.2.1

/usr/portage/dev-ruby/rspec-collection_matchers/rspec-collection_matchers-1.2.1.ebuild 2023-10-09 14:52:30.456368374 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

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

  
7 7
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
8 8

  
......
15 15

  
16 16
LICENSE="MIT"
17 17
SLOT="1"
18
KEYWORDS="amd64 ~x86"
18
KEYWORDS="~amd64 ~x86"
19 19
IUSE=""
20 20

  
21 21
ruby_add_rdepend ">=dev-ruby/rspec-expectations-3.0.0"
Thank you!