mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 04:39:07 -07:00
dev-ruby/websocket: add 1.2.3
Add missing test dependency on dev-ruby/rspec-its Package-Manager: portage-2.2.26
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST websocket-1.2.2.gem 26112 SHA256 e42a150316fa957b49da39308338b33c3f8ea9bb8a7720d26a042547e4d32cbb SHA512 a79e87a317a60c021f988edcf51a1fe2e0eaba44a152db1d74d81ac0208ffaa9483959bb162d56cd5c7b916da224bae9598b42510fa24fdcc64ad34e46c406c8 WHIRLPOOL 795bbb92423a382d5707cdf9288b86d7964972fc2d265971cc46875a5901fafb29bc99bcb03fc88a80616f09e3b45c626f3b5681311e2b16dca4226491f74227
|
||||
DIST websocket-1.2.3.gem 26112 SHA256 c0eda9f2eafc124ac9cae19d0f6df881c4a235fe32edecceab3c18ed2f110c69 SHA512 fb98517bc81463850d10bef95efaf5c3297519e3e106d3fde1b97559434cd19d272c60d5875287e171757936fcda0eda385f05317dab56e48eba833433ccfaec WHIRLPOOL 34391c12788bc8b362c9fd4a7f930bcfbbc8995f231faec4af1ce8dd623daff8a1c7fb8dc98de079da02b67b510d36be91a16f6fcce60cc948ce7955261d5563
|
||||
|
||||
22
dev-ruby/websocket/websocket-1.2.3.ebuild
Normal file
22
dev-ruby/websocket/websocket-1.2.3.ebuild
Normal file
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21 ruby22"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Universal Ruby library to handle WebSocket protocol"
|
||||
HOMEPAGE="https://github.com/imanel/websocket-ruby"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
|
||||
Reference in New Issue
Block a user