diff options
Diffstat (limited to 'dev-ruby/invisible_captcha/invisible_captcha-2.1.0.ebuild')
-rw-r--r-- | dev-ruby/invisible_captcha/invisible_captcha-2.1.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/invisible_captcha/invisible_captcha-2.1.0.ebuild b/dev-ruby/invisible_captcha/invisible_captcha-2.1.0.ebuild deleted file mode 100644 index 719ddb6b..00000000 --- a/dev-ruby/invisible_captcha/invisible_captcha-2.1.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Unobtrusive, flexible and simple spam protection for Rails applications" -HOMEPAGE="https://github.com/markets/invisible_captcha" - -LICENSE="MIT" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -# All tests are integration tests that require a dummy application that -# gets gemfiles via appraisal. -RESTRICT="test" - -ruby_add_rdepend ">=dev-ruby/rails-5.2:*" |