module Jeweler::VersionHelper::YamlExtension

def to_hash

def to_hash
  {
    :major => major,
    :minor => minor,
    :patch => patch,
    :build => build
  }
end