aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-rspec
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-05 11:25:11 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-05 11:29:30 +0200
commite911e53c3a8a9cf7e457b9cc5a5354d46ab96860 (patch)
treefe51603a545cc36ed2cb6d529fb7408250b9ab6d /community/ruby-rspec
parent9af2b5ba0ab24b0f3636a7e8c1023ef2b34e0e48 (diff)
downloadaports-e911e53c3a8a9cf7e457b9cc5a5354d46ab96860.tar.bz2
aports-e911e53c3a8a9cf7e457b9cc5a5354d46ab96860.tar.xz
community/ruby-rspec*: use ~= instead of >= for components version
Diffstat (limited to 'community/ruby-rspec')
-rw-r--r--community/ruby-rspec/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ruby-rspec/APKBUILD b/community/ruby-rspec/APKBUILD
index 9a219d1b54..15a7dffd42 100644
--- a/community/ruby-rspec/APKBUILD
+++ b/community/ruby-rspec/APKBUILD
@@ -9,9 +9,9 @@ url="http://rspec.info/"
arch="noarch"
license="MIT"
depends="ruby
- ruby-rspec-core>=${pkgver%.*}.0
- ruby-rspec-expectations>=${pkgver%.*}.0
- ruby-rspec-mocks>=${pkgver%.*}.0"
+ ruby-rspec-core~=${pkgver%.*}
+ ruby-rspec-expectations~=${pkgver%.*}
+ ruby-rspec-mocks~=${pkgver%.*}"
options="!check" # no tests provided
source="$pkgname-$pkgver.tar.gz::https://github.com/rspec/$_gemname/archive/v$pkgver.tar.gz
gemspec.patch"