Sha256: 564fdaf1a1f33eb20d81ab79a011360c4d7319cb4a34a79432e26654982964cc
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 = 1 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.1.1 | lib/yattho/view_components/version.rb |