Sha256: 5e3c4d54f4f5c0cfae42318a5d101ff79cf38f321e53a64c8a6012449da74ac9
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true # :nocov: module Primer module ViewComponents module VERSION MAJOR = 0 MINOR = 1 PATCH = 3 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.1.3 | lib/primer/view_components/version.rb |