Sha256: ddde96cc3d7478b7105851296babbc22d051203ad9533a62e1474be08a47f093
Contents?: true
Size: 208 Bytes
Versions: 6508
Compression:
Stored size: 208 Bytes
Contents
# frozen_string_literal: true module Rake VERSION = "13.0.6" module Version # :nodoc: all MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "." NUMBERS = [MAJOR, MINOR, BUILD, *OTHER] end end
Version data entries
6,508 entries across 6,504 versions & 41 rubygems