1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/ruby-augeas: rebuild against ruby 3.4

...and run tests in verbose mode.
This commit is contained in:
Jakub Jirutka 2024-12-29 13:52:53 +01:00
parent f04265a36e
commit fad4a6b73b

View file

@ -4,7 +4,7 @@
pkgname=ruby-augeas
_gemname=$pkgname
pkgver=0.5.0
pkgrel=14
pkgrel=15
pkgdesc="Ruby bindings for Augeas"
url="https://augeas.net/"
arch="all"
@ -35,7 +35,7 @@ build() {
}
check() {
GEM_PATH='./dist' rake test
GEM_PATH='./dist' rake test TESTOPTS="--verbose"
}
package() {