diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-13 16:10:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-13 16:10:47 +0000 |
commit | 59ef7b025912f9859e4d666a6830aa6b9341bf86 (patch) | |
tree | ae6828e15683444425a6751b84c3637dd60dec31 /testing/ruby-rack-protection | |
parent | 7a7ee87c6b8747dc41d81d5b47f3447350adf195 (diff) | |
download | aports-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/APKBUILD | 4 |
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" |