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