Sha256: 867fda28cfbff98e92c08549fe1d664f8da8e1c88140b0ce60cfae3f6ff62254
Contents?: true
Size: 178 Bytes
Versions: 34
Compression:
Stored size: 178 Bytes
Contents
module Rake VERSION = '10.1.1' module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split '.' NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
34 entries across 33 versions & 4 rubygems