Sha256: 5b191f1d30081d57c6fa17002e004a5470f75c40acacb1b036159f8c4785b46b
Contents?: true
Size: 758 Bytes
Versions: 4
Compression:
Stored size: 758 Bytes
Contents
# frozen_string_literal: true 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
licensee-9.13.2 | lib/licensee/matchers.rb |
licensee-9.13.1 | lib/licensee/matchers.rb |
licensee-9.13.0 | lib/licensee/matchers.rb |
licensee-9.12.0 | lib/licensee/matchers.rb |