Module Bundler::GemHelpers
In: lib/bundler/gem_helpers.rb

Methods

Classes and Modules

Class Bundler::GemHelpers::PlatformMatch

Constants

GENERIC_CACHE = {}
GENERICS = [ [Gem::Platform.new("java"), Gem::Platform.new("java")], [Gem::Platform.new("mswin32"), Gem::Platform.new("mswin32")], [Gem::Platform.new("mswin64"), Gem::Platform.new("mswin64")], [Gem::Platform.new("universal-mingw32"), Gem::Platform.new("universal-mingw32")], [Gem::Platform.new("x64-mingw32"), Gem::Platform.new("x64-mingw32")], [Gem::Platform.new("x86_64-mingw32"), Gem::Platform.new("x64-mingw32")], [Gem::Platform.new("mingw32"), Gem::Platform.new("x86-mingw32")]
PlatformMatch = Struct.new(:os_match, :cpu_match, :platform_version_match)

Public Instance methods

[Validate]