Skip to content

Instantly share code, notes, and snippets.

@zzak
Created October 17, 2013 12:46
Show Gist options
  • Save zzak/7024273 to your computer and use it in GitHub Desktop.
Save zzak/7024273 to your computer and use it in GitHub Desktop.
from lib/rubygems/basic_specification.rb
ruby_api_version =
if 'no' == RbConfig::CONFIG['ENABLE_SHARED'] then
"#{Gem.ruby_api_version}-static"
else
Gem.ruby_api_version
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment