Module | Gem::Platform |
In: |
lib/rubygems/specification.rb
|
Available list of platforms for targeting Gem installations. Platform::RUBY is the default platform (pure Ruby Gem).
RUBY | = | 'ruby' |
WIN32 | = | 'mswin32' |
LINUX_586 | = | 'i586-linux' |
DARWIN | = | 'powerpc-darwin' |
CURRENT | = | 'current' |