module Rake
module Version # :nodoc: all
MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split '.'
NUMBERS = [MAJOR, MINOR, BUILD, *OTHER]
end