testing/ruby-sinatra: remove ruby-gems dep

This commit is contained in:
Natanael Copa 2014-01-13 16:10:47 +00:00
parent fc47b04fcd
commit ad7f798045

View File

@ -3,14 +3,14 @@
_gemname=sinatra
pkgname=ruby-$_gemname
pkgver=1.4.3
pkgrel=0
pkgrel=1
pkgdesc="Sinatra is a DSL for quickly creating web applications in Ruby with minimal effort."
url="https://rubygems.org/gems/sinatra"
arch="noarch"
license="GPL"
depends="ruby ruby-tilt ruby-rack ruby-rack-protection"
depends_dev=
makedepends="$depends_dev ruby-gems"
makedepends="$depends_dev"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"