Sha256: beabec30661c358fdcd9b75e65209b8db3daf8e9de7b15de45642c71df07085b

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 0
    TINY  = 15
    PRE   = nil

    STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-3.0.15 lib/active_support/version.rb