Sha256: 70d5ede5537902577109eb3397d47dcf745d33f840976fcaebf175c6b5302ecb
Contents?: true
Size: 208 Bytes
Versions: 39
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Rake VERSION = "12.3.2" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "." NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
39 entries across 38 versions & 7 rubygems