diff options
author | Hans de Graaff <hans@degraaff.org> | 2024-11-13 07:34:34 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2024-11-13 07:34:34 +0100 |
commit | 3fddd721158e5b215d99f31d2d5c35e12ca3aa32 (patch) | |
tree | 76681f616b4986afe7b1a8e89925f8765f131b46 | |
parent | dev-ruby/active_storage_validations: add 1.3.3 (diff) | |
download | graaff-3fddd721158e5b215d99f31d2d5c35e12ca3aa32.tar.gz graaff-3fddd721158e5b215d99f31d2d5c35e12ca3aa32.tar.bz2 graaff-3fddd721158e5b215d99f31d2d5c35e12ca3aa32.zip |
dev-ruby/active_storage_validations: drop 1.1.4, 1.3.0
Signed-off-by: Hans de Graaff <hans@degraaff.org>
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-ruby/active_storage_validations/Manifest b/dev-ruby/active_storage_validations/Manifest index fafb3f2f..33db7e87 100644 --- a/dev-ruby/active_storage_validations/Manifest +++ b/dev-ruby/active_storage_validations/Manifest @@ -1,5 +1,3 @@ -DIST active_storage_validations-1.1.4.gem 26624 BLAKE2B 7c4c58bd7540274af6af6c405e6e4eec8a192df824206a1e236fb3cde7238d95f4215025940583fb1f2e5ddd67ac5df1a95be072a972d2058ce467350449f236 SHA512 a4f99ed81fd56b85eea3ee8efc12cbc027e39144942f53a7abfbd3ffcb72850f8cc50c9e2ed98570de7d8680987485d17eb4eb854070671f86dbdefd619f68e3 DIST active_storage_validations-1.2.0.gem 29696 BLAKE2B ade996cf95a9d44a8c597908a922bb10d1b23a0c231496fd10039632218ef6a313cad87a6ed61dba9f64cd81f2f39a86bc88a7dd1f0d585c307b206e938cc792 SHA512 a168223a02791e77673999f9856a82e2bfe565cd37dded05ad24408e5974dbd197a26559f89bf2c8996ac753352a27029b3de137f9096743585d6631973024fc -DIST active_storage_validations-1.3.0.gem 33280 BLAKE2B 4ea4a295afc53de00d8e6aa8056b42bc6676858dc90cc1149432746b9d26e69450d46f882fee43ba2e9bd70438e53178f67e96ba6a57bc4eec555588a370b7b1 SHA512 91c1f0d1b2b96d4124b142b1b02994db76879f778301591e04f0382a58913f15a52a1cbc1afb7902636248cd7418d9dbe4ab1f6c4e26f4df4ca5dce4207d595c DIST active_storage_validations-1.3.1.gem 33792 BLAKE2B 63cddb82c356a1172de2669ea29d642591afcaa005702f1dd18ca40933e149356ef1df34b228db7dc0fe88f6fdd39bea8f75c6ab6ff03a67c3daa874af76ec2f SHA512 6add291f924f22572e80ff69d692928d3a2813339df6122689b2d05a285454c2bb2ef64e3185e728db2eaf790767d1a5c3efc16206df2078189d4aa14b8101b6 DIST active_storage_validations-1.3.3.gem 33792 BLAKE2B c15c8ccfb716d9b768273a76597773464f0112b829dd099f5cb163407f6f2018bb7292fbc55f3154a92db0fc7149e5c7bb8da3f9b8ef219841517fe1ee08e0e8 SHA512 ab315cec3f9fc60d3a29028ae26aab373b7f7ee9604d5499f607d3b11d7862c18d7670fe5885bd8cd1ee82e5a48fb88fc98af8cf28716630ca0ac48fce95bad0 diff --git a/dev-ruby/active_storage_validations/active_storage_validations-1.1.4.ebuild b/dev-ruby/active_storage_validations/active_storage_validations-1.1.4.ebuild deleted file mode 100644 index 4d1d2df9..00000000 --- a/dev-ruby/active_storage_validations/active_storage_validations-1.1.4.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -# No tests in gem and upstream not tagged -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_EXTRAINSTALL="config" - -inherit ruby-fakegem - -DESCRIPTION="Validations for Active Storage (presence)" -HOMEPAGE="https://github.com/igorkasyanchuk/active_storage_validations" -LICENSE="MIT" - -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" - -ruby_add_rdepend " - >=dev-ruby/rails-5.2.0 -" diff --git a/dev-ruby/active_storage_validations/active_storage_validations-1.3.0.ebuild b/dev-ruby/active_storage_validations/active_storage_validations-1.3.0.ebuild deleted file mode 100644 index e49a8061..00000000 --- a/dev-ruby/active_storage_validations/active_storage_validations-1.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -# No tests in gem and upstream not tagged -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_EXTRAINSTALL="config" - -inherit ruby-fakegem - -DESCRIPTION="Validations for Active Storage (presence)" -HOMEPAGE="https://github.com/igorkasyanchuk/active_storage_validations" -LICENSE="MIT" - -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64" - -ruby_add_rdepend " - >=dev-ruby/rails-6.1.4 -" |