diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-11-15 07:03:18 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-11-15 07:07:27 +0100 |
commit | 8fbb8c4f1aa6c9e3734806afadae511a87bc53f2 (patch) | |
tree | 22036381ab6f994624e3f1b6e64b1b843240cd8e /dev-ruby/websocket/websocket-1.2.5.ebuild | |
parent | dev-ruby/arel: add 9.0.0 (diff) | |
download | gentoo-8fbb8c4f1aa6c9e3734806afadae511a87bc53f2.tar.gz gentoo-8fbb8c4f1aa6c9e3734806afadae511a87bc53f2.tar.bz2 gentoo-8fbb8c4f1aa6c9e3734806afadae511a87bc53f2.zip |
dev-ruby/websocket: add 1.2.5
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ruby/websocket/websocket-1.2.5.ebuild')
-rw-r--r-- | dev-ruby/websocket/websocket-1.2.5.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/websocket/websocket-1.2.5.ebuild b/dev-ruby/websocket/websocket-1.2.5.ebuild new file mode 100644 index 000000000000..13bc7dbaca4c --- /dev/null +++ b/dev-ruby/websocket/websocket-1.2.5.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby22 ruby23 ruby24" + +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 )" |