Sha256: bd097a52e6e1be1eb49a534c51963636420f13ba66a11ba8aab73f00a8900c0a
Contents?: true
Size: 202 Bytes
Versions: 1
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true module ActionView module Component module VERSION MAJOR = 1 MINOR = 11 PATCH = 1 STRING = [MAJOR, MINOR, PATCH].join(".") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionview-component-1.11.1 | lib/action_view/component/version.rb |