Sha256: 77615eb71f07552159a7d0adff34a2122cf705aab9eccd00b82018d91b7d8352

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

module Git
  module Lint
    # Gem identity information.
    module Identity
      NAME = "git-lint"
      LABEL = "Git Lint"
      VERSION = "2.3.3"
      VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
git-lint-2.3.3 lib/git/lint/identity.rb