Sha256: 20f1f4acaabb17d5769f1f96d68f3d79224f001c48c9387e11cad0b0bdbaba4b
Contents?: true
Size: 403 Bytes
Versions: 1
Compression:
Stored size: 403 Bytes
Contents
module Dldinternet module Mixlib module Logging # dldinternet-mixlib-logging version VERSION = '0.6.2' module Version # :nodoc: all MAJOR, MINOR, RELEASE, *OTHER = VERSION.split '.' NUMBERS = [MAJOR, MINOR, RELEASE, *OTHER].freeze end # Returns the version string for the library. def self.version VERSION end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dldinternet-mixlib-logging-0.6.2 | lib/dldinternet/mixlib/logging/version.rb |