Sha256: 527f4e8fdf99371b5bc664f8c2ab18ec56a56e7c496bd62d1fef7920cfd66f8c

Contents?: true

Size: 175 Bytes

Versions: 1

Compression:

Stored size: 175 Bytes

Contents

module ActiveRecord
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 2
    TINY  = 13
    PRE   = "rc2"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-3.2.13.rc2 lib/active_record/version.rb