Sha256: 167532a4e528d99c4e9deb835cdc11b17d848e95646052499630798da6bdafd1
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 = 6 PATCH = 2 STRING = [MAJOR, MINOR, PATCH].join(".") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
actionview-component-1.6.2 | lib/action_view/component/version.rb |