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