Module Gem::Platform
In: lib/rubygems/specification.rb

Gem::Platform

Available list of platforms for targeting Gem installations. Platform::RUBY is the default platform (pure Ruby Gem).

Constants

RUBY = 'ruby'
WIN32 = 'mswin32'
LINUX_586 = 'i586-linux'
DARWIN = 'powerpc-darwin'
CURRENT = 'current'

[Validate]