Sha256: e929de9f4588739c811b1805f4c1571f6b82bb58fc102323221655bae49429d2
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true # :nocov: module Yattho module ViewComponents module VERSION MAJOR = 0 MINOR = 0 PATCH = 1 STRING = [MAJOR, MINOR, PATCH].join(".") end end end # rubocop:disable Rails/Output puts Yattho::ViewComponents::VERSION::STRING if __FILE__ == $PROGRAM_NAME # rubocop:enable Rails/Output
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.0.1 | lib/yattho/view_components/version.rb |