Sha256: 15cb6b21fcf82fbfb214888ed7303b597cd003aa36b86c5829d15302efeaef1c

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

module ActionPack
  # Returns the version of the currently loaded ActionPack as a Gem::Version
  def self.version
    Gem::Version.new "4.0.1.rc2"
  end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
actionpack-4.0.1.rc2 lib/action_pack/version.rb