Sha256: 18af8f1fb22de2b9ccf94c629f89b18fc84765b5f5bd01483903def91581e4bd
Contents?: true
Size: 178 Bytes
Versions: 20
Compression:
Stored size: 178 Bytes
Contents
module Rake VERSION = '10.1.0' module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split '.' NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
20 entries across 20 versions & 8 rubygems