apkbuild-gem-resolver: add ruby 2.2.1

This commit is contained in:
Natanael Copa 2015-03-26 14:42:50 +00:00
parent 756a9e0c04
commit fd6f259cc2

View File

@ -26,6 +26,15 @@ class Aport
'ruby-minitest' => ['minitest', '4.7.5'],
'ruby-rake' => ['rake', '10.1.0'],
'ruby-rdoc' => ['rdoc', '4.1.0', 'ruby-json']
},
'2.2.1' => {
'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
}
}