diff options
Diffstat (limited to 'dev-ruby/hashie/hashie-0.1.5.ebuild')
-rw-r--r-- | dev-ruby/hashie/hashie-0.1.5.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-ruby/hashie/hashie-0.1.5.ebuild b/dev-ruby/hashie/hashie-0.1.5.ebuild new file mode 100644 index 000000000000..4820a3c86b38 --- /dev/null +++ b/dev-ruby/hashie/hashie-0.1.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-0.1.5.ebuild,v 1.1 2009/11/28 10:52:21 a3li Exp $ + +inherit gems + +DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful." + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +USE_RUBY="ruby18" |