diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-04-02 18:18:47 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2020-04-22 06:12:49 +0000 |
commit | 0e747cc36c9926412f947154618887c60951162d (patch) | |
tree | 5b15c2b676534d7746592a5fede8b9f2678c7517 /community/ruby-rspec-expectations | |
parent | ad70a0d8f817228826cad0449261bae5e21eb696 (diff) | |
download | aports-0e747cc36c9926412f947154618887c60951162d.tar.bz2 aports-0e747cc36c9926412f947154618887c60951162d.tar.xz |
community/ruby-rspec-expectations: rebuild against ruby 2.7
Diffstat (limited to 'community/ruby-rspec-expectations')
-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 2ec8cfb9c2..9a98f0d11d 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.9.1 -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" |