Created
March 26, 2015 13:53
-
-
Save ncopa/7fd228b4aa5c62da8357 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ncdev-edge-x86_64:~/aports$ git -C ~/abuild/ diff | |
diff --git a/apkbuild-gem-resolver.in b/apkbuild-gem-resolver.in | |
index bd44e9f..0b17866 100644 | |
--- a/apkbuild-gem-resolver.in | |
+++ b/apkbuild-gem-resolver.in | |
@@ -26,6 +26,13 @@ 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.3'] | |
} | |
} | |
ncdev-edge-x86_64:~/aports$ apk info -L ruby-io-console | |
ruby-io-console-2.2.1-r0 contains: | |
usr/lib/ruby/gems/2.2.0/specifications/default/io-console-0.4.3.gemspec | |
usr/lib/ruby/2.2.0/x86_64-linux-musl/io/console.so | |
usr/lib/ruby/2.2.0/io/console/size.rb | |
ncdev-edge-x86_64:~/aports$ ruby ~/abuild/apkbuild-gem-resolver.in | |
/home/ncopa/abuild/apkbuild-gem-resolver.in:250:in `check_deps': Invalid gem: io-console-0.4.3 (RuntimeError) | |
from /home/ncopa/abuild/apkbuild-gem-resolver.in:163:in `block in check_deps' | |
from /home/ncopa/abuild/apkbuild-gem-resolver.in:162:in `each_value' | |
from /home/ncopa/abuild/apkbuild-gem-resolver.in:162:in `check_deps' | |
from /home/ncopa/abuild/apkbuild-gem-resolver.in:167:in `resolve' | |
from /home/ncopa/abuild/apkbuild-gem-resolver.in:296:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment