apkbuild-gem-resolver: add ruby 2.2.2

This commit is contained in:
Natanael Copa 2015-04-28 13:19:20 +00:00
parent 60225fc46c
commit 663a5e6031

View File

@ -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 = {}