Sha256: b8fc7c56f72e819245da658550a790882cd76175284300edb5b1124f166edbd6
Contents?: true
Size: 357 Bytes
Versions: 1
Compression:
Stored size: 357 Bytes
Contents
module Dldinternet module Mixlib module Thor VERSION = '0.2.0' 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-thor-0.2.0 | lib/dldinternet/thor/version.rb |