Sha256: 51ca641fcd30af1b05749f47557c87f8b5de2fe3dc74d6479a9eaeaa9b323ed3

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 = 3
      PATCH = 5

      STRING = [MAJOR, MINOR, PATCH].join(".")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
actionview-component-1.3.5 lib/action_view/component/version.rb