diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-14 07:23:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-14 07:23:12 +0000 |
commit | 3a22a16f856c6e7ac88ef3e9151b05a1724315e8 (patch) | |
tree | 1c04e940cb0c4bea4930f384df54e419311adb55 /testing/ruby-shoulda-matchers | |
parent | 9703f76c08ba6898a0e21801262445570d3268c6 (diff) | |
download | aports-3a22a16f856c6e7ac88ef3e9151b05a1724315e8.tar.bz2 aports-3a22a16f856c6e7ac88ef3e9151b05a1724315e8.tar.xz |
testing/ruby-shoulda-matchers: remove ruby-gems dep
Diffstat (limited to 'testing/ruby-shoulda-matchers')
-rw-r--r-- | testing/ruby-shoulda-matchers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-shoulda-matchers/APKBUILD b/testing/ruby-shoulda-matchers/APKBUILD index 94c371f8a3..06a5a7f13f 100644 --- a/testing/ruby-shoulda-matchers/APKBUILD +++ b/testing/ruby-shoulda-matchers/APKBUILD @@ -3,14 +3,14 @@ _gemname=shoulda-matchers pkgname=ruby-shoulda-matchers pkgver=2.3.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 ruby-activesupport" depends_dev="" -makedepends="ruby-dev ruby-gems" +makedepends="ruby-dev" install="" subpackages="" source="http://rubygems.org/downloads/$_gemname-$pkgver.gem" |