Skip to content
Snippets Groups Projects

Draft: Updates for ruby-rack

Closed loqs requested to merge (removed):update into main
1 unresolved thread
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -12,6 +12,10 @@ arch=(any)
license=(MIT)
depends=(ruby)
makedepends=(
ruby-rdoc
ruby-rake
ruby-bundler
ruby-minitest
ruby-minitest-global_expectations
ruby-minitest-sprint
)
@@ -44,6 +48,7 @@ build() {
--bindir tmp_install/usr/bin \
$_gemname-$pkgver.gem
# remove unrepreducible files
rm -rf tmp_install/$_gemdir/cache/
}
Loading