Sha256: 56e2d812f75d40b7a2c11048ed495cc60040d6bd4192fe560ed0b1fa32414f10

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-4.0.1.rc4 lib/active_support/version.rb