Sha256: a1434da62481d4e5d2eb5c305b19652d771c61492ce0f59fe9ecca8ebb107d35

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

module ActiveSupport
  # Returns the version of the currently loaded ActiveSupport as a Gem::Version
  def self.version
    Gem::Version.new "4.0.5"
  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.5 lib/active_support/version.rb