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