summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/invisible_captcha/Manifest2
-rw-r--r--dev-ruby/invisible_captcha/invisible_captcha-2.1.0.ebuild25
-rw-r--r--dev-ruby/invisible_captcha/invisible_captcha-2.2.0.ebuild24
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-ruby/invisible_captcha/Manifest b/dev-ruby/invisible_captcha/Manifest
index 45805ad8..3b633655 100644
--- a/dev-ruby/invisible_captcha/Manifest
+++ b/dev-ruby/invisible_captcha/Manifest
@@ -1,3 +1 @@
-DIST invisible_captcha-2.1.0.gem 25600 BLAKE2B 201cf2ae5c46a0bb52de2a4434f6fc6268e0c7f08c3c0807170c481b77f2aca1192d39e78dead5e7bcd88d907d294f5c1f4c2dbd1f7fda1a07e2528878f8eb98 SHA512 ade0d3f88f5256838d6fa7775a97c0e385fd490e6d5d9570dfea58cdff2af3719ed1c8fef4e8e2787abe6112397ee67e497e9ccaa243ace90f1c189663842568
-DIST invisible_captcha-2.2.0.gem 25600 BLAKE2B 9475b13d4912572c4103948c4066d0a8304ae16f115f4c8e678061c927ab1a03b9d1a73d06557b7f78bfecbdd1c260b95c38fcb9b3f55607008aa089ed468efc SHA512 9b65345edd6d4d84f759e3cffad554909365283e2ae1bd4efd4287bb60d120299ce7f4d7e75e6f382b7540ddf89a66b1df537fff8e32b8fedc91ed6bd898525c
DIST invisible_captcha-2.3.0.gem 26112 BLAKE2B 748ce5eb3993996f3106c85c03d97dec3e521f7f297da5e9962a7e3189fae8c308c8496416c2af66150da94e40ff49cc0754df3ea783c50726977bfee6a2bddc SHA512 9ff8ef190896dbb75af7bff939e7f4306f60bcdefcfbb21d087a37cab97967378466d574fd802cd0b2bccd00eb49e2898dd923ef29af0b0561bf11f78909026e
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:*"
diff --git a/dev-ruby/invisible_captcha/invisible_captcha-2.2.0.ebuild b/dev-ruby/invisible_captcha/invisible_captcha-2.2.0.ebuild
deleted file mode 100644
index a905f51a..00000000
--- a/dev-ruby/invisible_captcha/invisible_captcha-2.2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="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"
-
-# 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:*"