aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby-activesupport
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-12-05 12:39:32 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2014-12-05 12:40:23 +0200
commit82fa7ab6f5bbc2012c92d0ada2785c13519f5525 (patch)
treebe0f59ea488b24d7a31bb73da7eb992508bb73ce /main/ruby-activesupport
parent61e53274600c0ab7fc52b6e1cd6b5367fec2e5d4 (diff)
downloadaports-82fa7ab6f5bbc2012c92d0ada2785c13519f5525.tar.bz2
aports-82fa7ab6f5bbc2012c92d0ada2785c13519f5525.tar.xz
main/ruby*: fix dependencies and update to latest possible versions
Diffstat (limited to 'main/ruby-activesupport')
-rw-r--r--main/ruby-activesupport/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/main/ruby-activesupport/APKBUILD b/main/ruby-activesupport/APKBUILD
index 249435263a..7166d51fe7 100644
--- a/main/ruby-activesupport/APKBUILD
+++ b/main/ruby-activesupport/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ruby-activesupport
_gemname=activesupport
-pkgver=4.0.0
-pkgrel=1
+pkgver=4.1.8
+pkgrel=0
pkgdesc="Utility classes and extension to the standard library"
url="http://rubygems.org/gems/activesupport"
arch="noarch"
license="GPL"
-depends="ruby ruby-i18n ruby-multi_json"
+depends="ruby ruby-i18n ruby-json ruby-rails-minitest ruby-thread_safe
+ ruby-tzinfo"
depends_dev=
makedepends="$depends_dev ruby"
install=""
@@ -33,6 +34,6 @@ package() {
"$pkgdir"/$_geminstdir/.require_paths
}
-md5sums="ef0727e4446ab141dfe3d350ec663c03 activesupport-4.0.0.gem"
-sha256sums="bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29 activesupport-4.0.0.gem"
-sha512sums="355a88c9cc20e73cc1c0290cf90cd25bf873ae68a2cf9a6d185dd9469e9ca9c27b7f6ad209d8f2984094c464a9fe3660cbdea6bf213fec27e7c6cd3fb96689be activesupport-4.0.0.gem"
+md5sums="de53e762334f0a63269b862e81e1f17e activesupport-4.1.8.gem"
+sha256sums="192ddc192011bdfc9a892eda806ceb19c6515aadacfe4ca06270ce8a25315c04 activesupport-4.1.8.gem"
+sha512sums="544e182c60fe86f192d2f448bde28dc796057de00919581d78ededc1d2f16766291157f2f8cff8f0aaccd21eb09683a3546ea4660d3c31f8c4e7a66c1e9d9167 activesupport-4.1.8.gem"