Sha256: 94127fec6b613113b24a5451417e533b762302df28895f7514259d6e628fea07

Contents?: true

Size: 172 Bytes

Versions: 6

Compression:

Stored size: 172 Bytes

Contents

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

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

Version data entries

6 entries across 5 versions & 3 rubygems

Version Path
challah-rolls-0.2.0 vendor/bundle/gems/activerecord-3.2.8/lib/active_record/version.rb
challah-rolls-0.2.0 vendor/bundle/gems/challah-0.8.3/vendor/bundle/gems/activerecord-3.2.8/lib/active_record/version.rb
challah-0.8.3 vendor/bundle/gems/activerecord-3.2.8/lib/active_record/version.rb
challah-0.8.1 vendor/bundle/gems/activerecord-3.2.8/lib/active_record/version.rb
challah-rolls-0.1.0 vendor/bundle/gems/activerecord-3.2.8/lib/active_record/version.rb
activerecord-3.2.8 lib/active_record/version.rb