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

Version Path
licensee-9.11.0 lib/licensee/matchers.rb
licensee-9.10.1 lib/licensee/matchers.rb
licensee-9.10.0 lib/licensee/matchers.rb
licensee-9.9.4 lib/licensee/matchers.rb
licensee-9.9.3 lib/licensee/matchers.rb
licensee-9.9.2 lib/licensee/matchers.rb
licensee-9.9.1 lib/licensee/matchers.rb
licensee-9.9.0 lib/licensee/matchers.rb
licensee-9.9.0.beta.3 lib/licensee/matchers.rb
licensee-9.9.0.beta.2 lib/licensee/matchers.rb
licensee-9.8.0 lib/licensee/matchers.rb