Sha256: 38e12bc8ef1ed3dd595872e3f5b97be0c8458700f767a3ade7ec471f33710af5

Contents?: true

Size: 287 Bytes

Versions: 1

Compression:

Stored size: 287 Bytes

Contents

module ActionPack
  # Returns the version of the currently loaded ActionPack as a Gem::Version
  def self.version
    Gem::Version.new "4.1.0.beta2"
  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.1.0.beta2 lib/action_pack/version.rb