Sha256: 3edccbc5876f3be5640981da6864b15a57e053d0ae0d5a7985966f3849838808
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.0" 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.0 | lib/git/lint/identity.rb |