All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.rake-12.3.2.lib.rake.version.rb Maven / Gradle / Ivy

The newest version!
# frozen_string_literal: true
module Rake
  VERSION = "12.3.2"

  module Version # :nodoc: all
    MAJOR, MINOR, BUILD, *OTHER = Rake::VERSION.split "."

    NUMBERS = [MAJOR, MINOR, BUILD, *OTHER]
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy