AlkantarClanX12

Your IP : 3.149.254.25


Current Path : /proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/rake/
Upload File :
Current File : //proc/thread-self/root/opt/alt/ruby22/lib64/ruby/2.2.0/rake/version.rb

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

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