module Gem

def match_spec?(spec)

def match_spec?(spec)
  match_gem?(spec.platform, spec.name)
end