Sha256: 6f196f35924ff25939930d7e870de7ae48ecaaa840a5928216fc07ffc7f7448e
Contents?: true
Size: 156 Bytes
Versions: 269
Compression:
Stored size: 156 Bytes
Contents
module Rake module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split '.' NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
269 entries across 218 versions & 67 rubygems