Sha256: a42816eda10400512fac1552e2b8124c98fc9a373f68bcc1cdb282102439119a

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

module ActionView
  # Returns the version of the currently loaded ActionView as a Gem::Version
  def self.version
    Gem::Version.new "4.1.0.beta2"
  end

  module VERSION #:nodoc:
    MAJOR, MINOR, TINY, PRE = ActionView.version.segments
    STRING = ActionView.version.to_s
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
actionview-4.1.0.beta2 lib/action_view/version.rb