Diff websocket-driver-0.7.6 with a websocket-driver-0.7.7

/usr/portage/dev-ruby/websocket-driver/websocket-driver-0.7.7.ebuild 2025-02-03 17:39:32.906667199 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
22 22
LICENSE="Apache-2.0"
23 23
SLOT="0.7"
24 24
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
25
IUSE=""
26 25

  
27
ruby_add_rdepend ">=dev-ruby/websocket-extensions-0.1.0"
26
ruby_add_rdepend "
27
	dev-ruby/base64
28
	>=dev-ruby/websocket-extensions-0.1.0
29
"
28 30

  
29 31
all_ruby_prepare() {
30 32
	sed -i -e '/bundler/ s:^:#:' spec/spec_helper.rb || die
Thank you!