Sha256: 9eab2972743c418332cbd87701bd5a3b7451e1cafd4d9be3f5dac24e8705510b
Contents?: true
Size: 211 Bytes
Versions: 52
Compression:
Stored size: 211 Bytes
Contents
# frozen_string_literal: true desc 'Bumps the version to the next patch level, tags and pushes the code to origin repository and releases the gem. BOOM!' task :release do system 'gem bump --tag --release' end
Version data entries
52 entries across 52 versions & 2 rubygems