summaryrefslogtreecommitdiffstats
path: root/testing/ruby-rack-protection
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-01-13 16:10:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-01-13 16:10:47 +0000
commit59ef7b025912f9859e4d666a6830aa6b9341bf86 (patch)
treeae6828e15683444425a6751b84c3637dd60dec31 /testing/ruby-rack-protection
parent7a7ee87c6b8747dc41d81d5b47f3447350adf195 (diff)
downloadaports-59ef7b025912f9859e4d666a6830aa6b9341bf86.tar.bz2
aports-59ef7b025912f9859e4d666a6830aa6b9341bf86.tar.xz
testing/ruby-rack-protection: remove ruby-gems dep
Diffstat (limited to 'testing/ruby-rack-protection')
-rw-r--r--testing/ruby-rack-protection/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-rack-protection/APKBUILD b/testing/ruby-rack-protection/APKBUILD
index bad72342c..84b80434f 100644
--- a/testing/ruby-rack-protection/APKBUILD
+++ b/testing/ruby-rack-protection/APKBUILD
@@ -3,14 +3,14 @@
_gemname=rack-protection
pkgname=ruby-$_gemname
pkgver=1.5.0
-pkgrel=0
+pkgrel=1
pkgdesc="Protections against typical web attacks"
url="https://rubygems.org/gems/sinatra"
arch="noarch"
license="GPL"
depends="ruby ruby-rack"
depends_dev=
-makedepends="$depends_dev ruby-gems"
+makedepends="$depends_dev"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"