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