From 663a5e603113005c756ce8f905ba92989af50367 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 28 Apr 2015 13:19:20 +0000 Subject: apkbuild-gem-resolver: add ruby 2.2.2 --- apkbuild-gem-resolver.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'apkbuild-gem-resolver.in') 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 = {} -- cgit v1.2.3