Skip to content

Commit

Permalink
dev-ruby/pusher-client: add ruby30
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <[email protected]>
  • Loading branch information
graaff committed Nov 26, 2021
1 parent d49449d commit c29dc60
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions dev-ruby/pusher-client/pusher-client-0.6.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
USE_RUBY="ruby26 ruby27 ruby30"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="Client for consuming WebSockets from http://pusher.com"
HOMEPAGE="https://github.com/pusher-community/pusher-websocket-ruby"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_rdepend "
>=dev-ruby/websocket-1:0
dev-ruby/json:*
"

all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die
}

0 comments on commit c29dc60

Please sign in to comment.