Sha256: 9e8967cce72f654ec93e138a6b9c2d23e447471cc76b0618092655b05d740a59
Contents?: true
Size: 221 Bytes
Versions: 1
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true module Milestoner # Gem identity information. module Identity NAME = "milestoner" LABEL = "Milestoner" VERSION = "10.2.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
milestoner-10.2.0 | lib/milestoner/identity.rb |