Sha256: a346a2eb47a84c20b13f34abbf21d672a507b451730d8b411bfde1d5c2c5a8d3
Contents?: true
Size: 245 Bytes
Versions: 12
Compression:
Stored size: 245 Bytes
Contents
require 'papa/command/base' module Papa module Command module Git class Tag < Command::Base def initialize(tag_name) command = "git tag #{tag_name}" super(command) end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems