summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 13:19:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 13:19:20 +0000
commit663a5e603113005c756ce8f905ba92989af50367 (patch)
tree564c5e584c11214145d3ece13fb7f0fb5d15a9be
parent60225fc46cc19055e30b3edc01e632ca2d944464 (diff)
downloadabuild-663a5e603113005c756ce8f905ba92989af50367.tar.bz2
abuild-663a5e603113005c756ce8f905ba92989af50367.tar.xz
apkbuild-gem-resolver: add ruby 2.2.2
-rw-r--r--apkbuild-gem-resolver.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/apkbuild-gem-resolver.in b/apkbuild-gem-resolver.in
index b93525e..5d3951d 100644
--- a/apkbuild-gem-resolver.in
+++ b/apkbuild-gem-resolver.in
@@ -36,6 +36,14 @@ class Aport
# that version is not
# published on network
}
+ '2.2.2' = > {
+ 'ruby-json' => ['json', '1.8.1'],
+ 'ruby-minitest' => ['minitest', '5.4.3'],
+ 'ruby-rake' => ['rake', '10.4.2'],
+ 'ruby-rdoc' => ['rdoc', '4.2.0', 'ruby-json'],
+ 'ruby-io-console' => [ 'io-console', '0.4.2'] # its actually 0.4.3 but
+ # that version is not
+ # published on network
}
@@aports = {}