Sha256: 769a6ae7af71156f5176b9e66969774b69e2d736a1bea4cbf50e6b9f1f1d03c5
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 = 9 PATCH = 1 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 |
---|---|
openproject-primer_view_components-0.9.1 | lib/primer/view_components/version.rb |