Sha256: afcf4997552c59864019696b663bc7846bc163ca96f683474d29118e9f6b89b6
Contents?: true
Size: 259 Bytes
Versions: 17
Compression:
Stored size: 259 Bytes
Contents
class Juwelier module Commands module Version class Write < Base attr_accessor :major, :minor, :patch, :build def update_version version_helper.update_to major, minor, patch, build end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems