Sha256: fda88fe6eccfa8f644248761c022c4be1a914ca3d40b80101b97a62f0998ac64
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 = 5 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.5.0 | lib/action_view/component/version.rb |