dev-ruby/prawn-svg: add 0.40.0, drop 0.38.1

Signed-off-by: Huang Rui <vowstar@gmail.com>
This commit is contained in:
Huang Rui
2026-03-31 16:27:18 +08:00
parent ee2fb12b96
commit 68a6baefc3
2 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
DIST prawn-svg-0.38.1.gem 301056 BLAKE2B becc49a759838ecc5bec725ec26b7a3212c487d3467b03dc8ecb90ccc5e249e7429f3d55f25f93d713cad2ce2f45da6c59533dbdc8ef6398b693ad76b2dbb127 SHA512 83b7e65fa0063845ed76c0bf9f136c36f8acd6b40033f4e0f3498d34de649187c79a2ba8944c7fe0404e6756060b37a39b3bd733fe5c2707344149523b9d6dbb
DIST prawn-svg-0.40.0.gem 355328 BLAKE2B 52dfa81ce9aeb060448ec442a03e6ea2d5d511087fed63027a51ff18b287e8375d24bcd074020dfd149011114da5dee77bfdff4f53605df69fbcee332ccfd139 SHA512 dff50c0f59e1281ac653af98ff1499bac10b8321a2f78f61940c2db5c42fdbc77a46085260504e84ac06f13dd37d0b5223915f17ac8b39be9258390922eac2a2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,4 +26,7 @@ all_ruby_prepare() {
# avoid useless dependencies
sed -i '/rubocop/d' Gemfile || die
rm -f Gemfile.lock || die
# replace Bundler usage with direct requires for Gentoo environment
sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
sed -i '1i require "prawn-svg"' spec/spec_helper.rb || die
}