Sha256: d8bb72a23f35f2be5163a5762d0fa0cf62ad8c991925d6b4359861a71a5432bc
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 = 6 PATCH = 0 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.6.0 | lib/primer/view_components/version.rb |