Sha256: 29c50b17c16dde399056db93f177dd49ae7c7367822c6fc37cd09533c7bb6d98
Contents?: true
Size: 208 Bytes
Versions: 105
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Rake VERSION = "13.1.0" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "." NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
105 entries across 99 versions & 8 rubygems