diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-26 08:12:22 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-26 08:12:22 +0200 |
commit | dd34a5175451d8d3c53cf8cb7827ce549049d800 (patch) | |
tree | 8404f03ee917457de110a2ae26c906d91e570eaa /dev-ruby/pundit | |
parent | dev-ruby/rack-attack: drop 6.5.0 (diff) | |
download | gentoo-dd34a5175451d8d3c53cf8cb7827ce549049d800.tar.gz gentoo-dd34a5175451d8d3c53cf8cb7827ce549049d800.tar.bz2 gentoo-dd34a5175451d8d3c53cf8cb7827ce549049d800.zip |
dev-ruby/pundit: drop 2.1.1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/pundit')
-rw-r--r-- | dev-ruby/pundit/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/pundit/pundit-2.1.1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/pundit/Manifest b/dev-ruby/pundit/Manifest index 986d61a757e3..f2719fbc1480 100644 --- a/dev-ruby/pundit/Manifest +++ b/dev-ruby/pundit/Manifest @@ -1,2 +1 @@ -DIST pundit-2.1.1.gem 26112 BLAKE2B de517b25d0d062c2a85b6ca28b6dc8ebcea25f4786435788e90394ad29338462073c946d7127172766baeced6dc98d0e21923220b1371861f200b73fe09039e9 SHA512 d5463e21801ef04e82500c671ccbee0e8fb1576a8b7b86283ecc80d1c6e81cd375abf3c81ee5fad8323eb3ba0c296df43c9a78fafc2cd6e7797f1447d02ede0d DIST pundit-2.2.0.gem 27136 BLAKE2B 560843f9e1d19c551ee9bdeb3ead856a483dff68187da20c463fd01cbf1ca68f48adf6d4b9589b2c755cf6c860fba98b3719af8732e9f4c284c7dc4b2a1b2f5b SHA512 fcb8c9305e7ce9301142bd62c08856ee29cf5227d63ae36ccc894c4a3b19ec9c03625c3742890e9aeabc2fc8877a5d9527d28ecc8084103bcfa8321d87458a44 diff --git a/dev-ruby/pundit/pundit-2.1.1.ebuild b/dev-ruby/pundit/pundit-2.1.1.ebuild deleted file mode 100644 index aa5c64669fdb..000000000000 --- a/dev-ruby/pundit/pundit-2.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Object oriented authorization for Rails applications" -HOMEPAGE="https://github.com/elabs/pundit https://rubygems.org/gems/pundit" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*" - -ruby_add_bdepend "test? ( >=dev-ruby/actionpack-3.0.0 - >=dev-ruby/activemodel-3.0.0 )" - -all_ruby_prepare() { - sed -i -e "/pry/d" -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die -} |