Sha256: cda4fa45475d6a9bc70bd4e41dff744731fdcd2ffcf7044b852ccd0e0e06af3e
Contents?: true
Size: 266 Bytes
Versions: 101
Compression:
Stored size: 266 Bytes
Contents
require 'bundler/gem_helpers' module Bundler module MatchPlatform include GemHelpers def match_platform(p) Gem::Platform::RUBY == platform or platform.nil? or p == platform or generic(Gem::Platform.new(platform)) == p end end end
Version data entries
101 entries across 101 versions & 3 rubygems