Sha256: c4de2701bb715e96efac648655686270a42aa0e4986427150d46ff161b6c9a05

Contents?: true

Size: 172 Bytes

Versions: 8

Compression:

Stored size: 172 Bytes

Contents

module ActiveRecord
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 2
    TINY  = 2
    PRE   = nil

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

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
challah-0.6.2 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
challah-0.6.1 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
challah-0.6.0 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
challah-0.5.4 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
challah-0.5.3 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
challah-0.5.2 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
challah-0.5.1 vendor/bundle/gems/activerecord-3.2.2/lib/active_record/version.rb
activerecord-3.2.2 lib/active_record/version.rb