diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-05-11 13:11:38 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-09-04 11:04:54 +0000 |
commit | f74a683f1bef57a8c5b889c5488d0c438d7b920c (patch) | |
tree | 0d844df275382e32e91be4a07933413c1efe25d2 /community | |
parent | b82724dd53d055efe5edabe49698681874b837f3 (diff) | |
download | aports-f74a683f1bef57a8c5b889c5488d0c438d7b920c.tar.bz2 aports-f74a683f1bef57a8c5b889c5488d0c438d7b920c.tar.xz |
community/ruby-rspec-expectations: rebuild against ruby 2.6
Diffstat (limited to 'community')
-rw-r--r-- | community/ruby-rspec-expectations/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rspec-expectations/APKBUILD b/community/ruby-rspec-expectations/APKBUILD index 38b0926474..25142e25dd 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.8.4 -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" |