Sha256: 80030ae4f831aa10b8efb136866b3cd4ce8a8be86e7878c9aad4e3723c2ef712
Contents?: true
Size: 676 Bytes
Versions: 1
Compression:
Stored size: 676 Bytes
Contents
module Licensee module Matchers autoload :Matcher, 'licensee/matchers/matcher' autoload :Cabal, 'licensee/matchers/cabal' autoload :Copyright, 'licensee/matchers/copyright' autoload :Cran, 'licensee/matchers/cran' autoload :Dice, 'licensee/matchers/dice' autoload :DistZilla, 'licensee/matchers/dist_zilla' autoload :Exact, 'licensee/matchers/exact' autoload :Gemspec, 'licensee/matchers/gemspec' autoload :NpmBower, 'licensee/matchers/npm_bower' autoload :Package, 'licensee/matchers/package' autoload :Reference, 'licensee/matchers/reference' autoload :Spdx, 'licensee/matchers/spdx' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
licensee-9.7.0 | lib/licensee/matchers.rb |