module CompositePrimaryKeys module VERSION #:nodoc: MAJOR = 0 MINOR = 8 TINY = 5 STRING = [MAJOR, MINOR, TINY].join('.') end end