Sha256: 6f3adccfbabc08656313482db7f2b38be238a027175153b696f96b25a11715df
Contents?: true
Size: 339 Bytes
Versions: 1
Compression:
Stored size: 339 Bytes
Contents
# frozen_string_literal: true module Primer module ViewComponents module VERSION MAJOR = 0 MINOR = 0 PATCH = 98 STRING = [MAJOR, MINOR, PATCH].join(".") end end end # rubocop:disable Rails/Output puts Primer::ViewComponents::VERSION::STRING if __FILE__ == $PROGRAM_NAME # rubocop:enable Rails/Output
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
primer_view_components-0.0.98 | lib/primer/view_components/version.rb |