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