Sha256: d051403ea1babf9f3952ef197daf076d36f5f6e02a9fd713cb5465fc931fae71
Contents?: true
Size: 144 Bytes
Versions: 2
Compression:
Stored size: 144 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 1 MINOR = 4 TINY = 4 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
activesupport-1.4.4 | lib/active_support/version.rb |
radiant-0.6.4 | vendor/rails/activesupport/lib/active_support/version.rb |