# File lib/jeweler/version_helper.rb, line 15
      def to_hash
        {
          :major => major,
          :minor => minor,
          :patch => patch,
          :build => build
        }
      end