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