Sha256: 2b2d604b6a71d83ec7deb5dea7b76e743b35ed80bd1a23f7f85d936d8a77d0af

Contents?: true

Size: 243 Bytes

Versions: 1

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

1 entries across 1 versions & 1 rubygems

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