Sha256: e557ebc1e25e83239bfdecf8b8e105a44b8938eed1657a3bf0b5e258c5ab12c8
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module Paperclip module PermanentRecords # Patches Bundler::GemHelper to change version tagging without the "v" Prefix, just the plain version # (also ignores any GemHelper.tag_prefix if you would set it!). # # Based on bundler v2.5.23 module GemHelper protected def version_tag version.to_s end end end end
Version data entries
3 entries across 3 versions & 1 rubygems