Sha256: 126f1e991dbef6566bbcef6a10a76211d0d73937cf365704d501a5faa48854cb

Contents?: true

Size: 546 Bytes

Versions: 8

Compression:

Stored size: 546 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'
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
licensee-9.4.0 lib/licensee/matchers.rb
licensee-9.3.1 lib/licensee/matchers.rb
licensee-9.3.0 lib/licensee/matchers.rb
licensee-9.2.1 lib/licensee/matchers.rb
licensee-9.2.0 lib/licensee/matchers.rb
licensee-9.1.0 lib/licensee/matchers.rb
licensee-9.0.0 lib/licensee/matchers.rb
licensee-9.0.0.beta.1 lib/licensee/matchers.rb