summaryrefslogtreecommitdiffstats
path: root/testing/ruby-shoulda
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-14 07:23:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-14 07:23:12 +0000
commit58a15dc3bf1b290d9a2be8d47e57b94afa944f1c (patch)
treedf6994b3ae82bd484d168fca26999d0a93ca2e85 /testing/ruby-shoulda
parent3a22a16f856c6e7ac88ef3e9151b05a1724315e8 (diff)
downloadaports-58a15dc3bf1b290d9a2be8d47e57b94afa944f1c.tar.bz2
aports-58a15dc3bf1b290d9a2be8d47e57b94afa944f1c.tar.xz
testing/ruby-shoulda: remove ruby-gems dep
Diffstat (limited to 'testing/ruby-shoulda')
-rw-r--r--testing/ruby-shoulda/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-shoulda/APKBUILD b/testing/ruby-shoulda/APKBUILD
index bbf30a757..9f4845ce7 100644
--- a/testing/ruby-shoulda/APKBUILD
+++ b/testing/ruby-shoulda/APKBUILD
@@ -3,14 +3,14 @@
_gemname=shoulda
pkgname=ruby-shoulda
pkgver=3.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="Making tests easy on the fingers and eyes"
url="https://github.com/thoughtbot/shoulda"
arch="noarch"
license="MIT"
depends="ruby"
depends_dev=""
-makedepends="ruby-dev ruby-gems"
+makedepends="ruby-dev"
install=""
subpackages=""
source="http://rubygems.org/downloads/$_gemname-$pkgver.gem"