Sha256: 326306f61d9496f295d847454c9d7649d42a6734230ff387c4324b934636f3d3
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.4.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
milestoner-10.4.0 | lib/milestoner/identity.rb |