Sha256: 95b7d33e18a9b88551d83eb36e4df03d4e53771dea79a4624419117d6c7e80b7
Contents?: true
Size: 318 Bytes
Versions: 1
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Git module Lint # Gem identity information. module Identity NAME = "git-lint" LABEL = "Git Lint" VERSION = "3.0.2" VERSION_LABEL = "#{LABEL} #{VERSION}".freeze SUMMARY = "A command line interface for linting Git commits." end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-lint-3.0.2 | lib/git/lint/identity.rb |