summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-03-26 07:44:20 +0200
committerHans de Graaff <graaff@gentoo.org>2018-03-26 07:45:24 +0200
commitc6797571b3245bce68f9e22ef8f0d5f9e5b3a44c (patch)
tree23e0d35d9dcbff3b2d672a2734e8446fe1884af0 /dev-ruby/combustion/combustion-0.9.0.ebuild
parentdev-ruby/rspec-its: add ruby25 (diff)
downloadgentoo-c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c.tar.gz
gentoo-c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c.tar.bz2
gentoo-c6797571b3245bce68f9e22ef8f0d5f9e5b3a44c.zip
dev-ruby/combustion: add 0.9.0
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/combustion/combustion-0.9.0.ebuild')
-rw-r--r--dev-ruby/combustion/combustion-0.9.0.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-ruby/combustion/combustion-0.9.0.ebuild b/dev-ruby/combustion/combustion-0.9.0.ebuild
new file mode 100644
index 000000000000..8ef121db7a55
--- /dev/null
+++ b/dev-ruby/combustion/combustion-0.9.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby22 ruby23 ruby24"
+
+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
+"