module Gem::Specification::RequirePathFlattener

def from_yaml(input)

def from_yaml(input)
  spec = super(input)
  spec.flatten_require_paths
  spec
end