Sha256: 340615107a00bfcd0d37de3ba76b53dd847981ff1b063fee882b5585b7a31428
Contents?: true
Size: 208 Bytes
Versions: 219
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Rake VERSION = "12.3.3" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "." NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
219 entries across 146 versions & 27 rubygems