Sha256: b3bf9241e658bfa00215a606eca3326664e83bd5b97c315314f20dda1ae9ab7c
Contents?: true
Size: 727 Bytes
Versions: 11
Compression:
Stored size: 727 Bytes
Contents
module Licensee module Matchers autoload :Matcher, 'licensee/matchers/matcher' autoload :Cabal, 'licensee/matchers/cabal' autoload :Cargo, 'licensee/matchers/cargo' 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
11 entries across 11 versions & 1 rubygems