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:55 +0000 |
commit | 94d3a16c7e1c74e9095baedeec06b8686219b646 (patch) | |
tree | 0a48e88d2aa09a3fe755959812619a8632ded6d9 /community/ruby-rspec | |
parent | 952c5d212967d7b74988bd2c819e7c6641a4d05d (diff) | |
download | aports-94d3a16c7e1c74e9095baedeec06b8686219b646.tar.bz2 aports-94d3a16c7e1c74e9095baedeec06b8686219b646.tar.xz |
community/ruby-rspec: rebuild against ruby 2.6
Diffstat (limited to 'community/ruby-rspec')
-rw-r--r-- | community/ruby-rspec/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ruby-rspec/APKBUILD b/community/ruby-rspec/APKBUILD index ed1f996952..accfae3cb5 100644 --- a/community/ruby-rspec/APKBUILD +++ b/community/ruby-rspec/APKBUILD @@ -3,7 +3,7 @@ pkgname=ruby-rspec _gemname=${pkgname#ruby-} pkgver=3.8.0 -pkgrel=0 +pkgrel=1 pkgdesc="Behaviour Driven Development for Ruby" url="http://rspec.info/" arch="noarch" |