Sha256: 3c84d6bd158562841688b7a095a57477c27866ec05a3621dc1ec31669fa18d8d
Contents?: true
Size: 145 Bytes
Versions: 2
Compression:
Stored size: 145 Bytes
Contents
module ActiveSupport module VERSION #:nodoc: MAJOR = 2 MINOR = 3 TINY = 12 STRING = [MAJOR, MINOR, TINY].join('.') end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
vanity-1.7.1 | vendor/ruby/1.9.1/gems/activesupport-2.3.12/lib/active_support/version.rb |
activesupport-2.3.12 | lib/active_support/version.rb |