Sha256: 13a3290d25bfac3a241faba49473147aa009c9ba0eedac80338e7baeb4e479aa
Contents?: true
Size: 208 Bytes
Versions: 12
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Rake VERSION = "12.3.1" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "." NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
12 entries across 9 versions & 6 rubygems