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

gems.multi_json-1.11.2.lib.multi_json.version.rb Maven / Gradle / Ivy

There is a newer version: 3.7.2
Show newest version
module MultiJson
  class Version
    MAJOR =  1 unless defined? MultiJson::Version::MAJOR
    MINOR = 11 unless defined? MultiJson::Version::MINOR
    PATCH =  2 unless defined? MultiJson::Version::PATCH
    PRE =  nil unless defined? MultiJson::Version::PRE

    class << self

      # @return [String]
      def to_s
        [MAJOR, MINOR, PATCH, PRE].compact.join('.')
      end

    end

  end

  VERSION = Version.to_s.freeze
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy