diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest index 34944309609f5..7d53b100cb5f4 100644 --- a/dev-ruby/combustion/Manifest +++ b/dev-ruby/combustion/Manifest @@ -1 +1,2 @@ DIST combustion-0.5.4.gem 14336 SHA256 69400ecbe0c2f6fa1ebe8e8226b6aea9e346f1ce249bfffe1119b13f1155acf4 SHA512 23bd13b046d5f2a6eba424f4494668a76d5c9998b4e3d06ec8879efab20808bca35a9db5dcd5f516b95064acc64d839257651adcdc27d033bc9d7df9a55bd78f WHIRLPOOL 0810382bb2aa66ac428acce17399bd1a8d6692efe289ca8a84533c0b5ac74236b842fc30189e14b4da2323d5ea7003996091933b60a721447a8baf9e3212a84b +DIST combustion-0.5.5.gem 14848 SHA256 42defae5f64136c2e9e0320d1c56783255cad4e3ee95fa9038373a5701795ff4 SHA512 a27b228c9a9796c9bda61176421e9d03500361316606830b28dc101af9c9c4b94354455acbca0c009a64aedd39aff24d8ad7147a9dd4409b513a0858395c0ab8 WHIRLPOOL 3633fcb21452414815072506cb391e64e18306116c8a7488892d335adfa48465855a77cbe745cecb799e54acc0cf53a76a87a3b2bd16a6489c6dcafdd005171e diff --git a/dev-ruby/combustion/combustion-0.5.5.ebuild b/dev-ruby/combustion/combustion-0.5.5.ebuild new file mode 100644 index 0000000000000..e121808fbf00a --- /dev/null +++ b/dev-ruby/combustion/combustion-0.5.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Elegant Rails Engine Testing" +HOMEPAGE="https://github.com/pat/combustion" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/activesupport-3.0.0:* + >=dev-ruby/railties-3.0.0:* + >=dev-ruby/thor-0.14.6 +"