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