Module: Gem
- Defined in:
- lib/puppet_library/util/patches.rb
Overview
Early versions of Rubygems have problems with version numbers with dashes (e.g. “1.0.0-rc1”). This adds the behaviour or new RG versions to all versions, hopefully without breaking newer versions. In most cases we want to fail silently with bad version numbers so that we don’t crash the server because of weird stuff from a remote forge or elsewhere.