Sha256: a3dd12d74e2a443f06ba6b54fb5685d19f469030f2465f92edc8e81f10dd6628

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 = "1.3.0"
      VERSION_LABEL = "#{LABEL} #{VERSION}"
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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