Skip to content

Commit

Permalink
dev-ruby/bcrypt-ruby: new ebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazunori Kojima committed Jun 5, 2011
1 parent 223e3bb commit 650e5cd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/bcrypt-ruby/Manifest
@@ -0,0 +1 @@
DIST bcrypt-ruby-2.1.4.gem 39424 RMD160 f2c48e1866bfe984bab4b87bce598a1338a5198f SHA1 80b6bed1b814d9f2d27c66ca0acde2c1b08c17fa SHA256 6198fa6c0c1a2c2fc437e03f956866fa82e2178f4d4006ce5a77823e4643d853
21 changes: 21 additions & 0 deletions dev-ruby/bcrypt-ruby/bcrypt-ruby-2.1.4.ebuild
@@ -0,0 +1,21 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_EXTRADOC="README"
inherit ruby-fakegem

DESCRIPTION="bcrypt-ruby provides a simple, humane wrapper for safely handling passwords."
HOMEPAGE="http://bcrypt-ruby.rubyforge.org/"

KEYWORDS="~amd64"
LICENSE="as-is"
SLOT="0"
IUSE="test"

RDEPEND="dev-ruby/rake-compiler
dev-ruby/rspec"

0 comments on commit 650e5cd

Please sign in to comment.