Sha256: 492364caa4fa2aab39240ebfd1637201d71012c5208c9baebdf45152be14c23b
Contents?: true
Size: 809 Bytes
Versions: 11
Compression:
Stored size: 809 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 :NuGet, 'licensee/matchers/nuget' 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