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