Sha256: 84ee9c149d8d6c07258a2bc5da966a1352c6a47c195bde7e06c59bb0686905f2
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
module ActiveSupport # Returns the version of the currently loaded ActiveSupport as a Gem::Version def self.version Gem::Version.new "4.1.0.beta1" 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.1.0.beta1 | lib/active_support/version.rb |