From 53faea7b7e911de63234fa6c94fd0c673355de5c Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Tue, 26 Dec 2017 12:43:56 +0100 Subject: community/[various]: rebuild against ruby 2.5.0 --- community/ruby-rspec-expectations/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/ruby-rspec-expectations') diff --git a/community/ruby-rspec-expectations/APKBUILD b/community/ruby-rspec-expectations/APKBUILD index b46c04ab8d..ef1e322c73 100644 --- a/community/ruby-rspec-expectations/APKBUILD +++ b/community/ruby-rspec-expectations/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rspec-expectations _gemname=${pkgname#ruby-} pkgver=3.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="Provides a readable API to express expected outcomes of a code example in RSpec" url="https://relishapp.com/rspec/rspec-expectations/" arch="noarch" @@ -20,7 +20,7 @@ build() { } package() { - local gemdir="$pkgdir/$(ruby -rubygems -e 'puts Gem.default_dir')" + local gemdir="$pkgdir/$(ruby -e 'puts Gem.default_dir')" cd "$builddir" gem install --local \ -- cgit v1.2.3