Sha256: 81fecbc990aa4d78c32bdda4eea7f9d2a0c32f3a2a173fc8bbe407b231e41ff6
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.1" 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.1 | lib/git/lint/identity.rb |