Sha256: 07dac2b8f37b41223b0879bb3a076d2a5fff674e14d5e00ab47bc828dc43f20f
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.0.1" VERSION_LABEL = "#{LABEL} #{VERSION}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git-lint-1.0.1 | lib/git/lint/identity.rb |