Sha256: ddde96cc3d7478b7105851296babbc22d051203ad9533a62e1474be08a47f093
Contents?: true
Size: 208 Bytes
Versions: 6952
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,952 entries across 6,948 versions & 44 rubygems