Sha256: 8530873331a2f8c79a3db987ee019880fd0326140993b19264081f9db628cb0a
Contents?: true
Size: 198 Bytes
Versions: 9
Compression:
Stored size: 198 Bytes
Contents
module ActiveRecord # :nodoc: module Extensions # :nodoc: module VERSION MAJOR, MINOR, REVISION = %W( 0 9 2 ) STRING = [ MAJOR, MINOR, REVISION ].join( '.' ) end end end
Version data entries
9 entries across 9 versions & 4 rubygems