# -*- encoding: utf-8 -*-
# stub: license_scout 1.1.2 ruby lib

Gem::Specification.new do |s|
  s.name = "license_scout".freeze
  s.version = "1.1.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Serdar Sutay".freeze]
  s.date = "2020-01-13"
  s.description = "Discovers license files of a project's dependencies.".freeze
  s.email = ["serdar@chef.io".freeze]
  s.executables = ["license_scout".freeze]
  s.files = ["LICENSE".freeze, "bin/license_scout".freeze, "bin/rebar_lock_json".freeze, "erl_src/rebar_lock_json/README.md".freeze, "erl_src/rebar_lock_json/rebar.config".freeze, "erl_src/rebar_lock_json/rebar.lock".freeze, "erl_src/rebar_lock_json/src/rebar_lock_json.app.src".freeze, "erl_src/rebar_lock_json/src/rebar_lock_json.erl".freeze, "lib/license_scout.rb".freeze, "lib/license_scout/canonical_licenses/BSD-2-Clause.txt".freeze, "lib/license_scout/canonical_licenses/BSD-3-Clause.txt".freeze, "lib/license_scout/canonical_licenses/BSD-4-Clause.txt".freeze, "lib/license_scout/canonical_licenses/Chef-MLSA.txt".freeze, "lib/license_scout/canonical_licenses/ISC.txt".freeze, "lib/license_scout/canonical_licenses/MIT.txt".freeze, "lib/license_scout/collector.rb".freeze, "lib/license_scout/dependency.rb".freeze, "lib/license_scout/dependency_manager.rb".freeze, "lib/license_scout/dependency_manager/base.rb".freeze, "lib/license_scout/dependency_manager/berkshelf.rb".freeze, "lib/license_scout/dependency_manager/bundler.rb".freeze, "lib/license_scout/dependency_manager/bundler/LICENSE.md".freeze, "lib/license_scout/dependency_manager/bundler/_bundler_script.rb".freeze, "lib/license_scout/dependency_manager/cpanm.rb".freeze, "lib/license_scout/dependency_manager/dep.rb".freeze, "lib/license_scout/dependency_manager/glide.rb".freeze, "lib/license_scout/dependency_manager/godep.rb".freeze, "lib/license_scout/dependency_manager/json/README.md".freeze, "lib/license_scout/dependency_manager/manual.rb".freeze, "lib/license_scout/dependency_manager/npm.rb".freeze, "lib/license_scout/dependency_manager/rebar.rb".freeze, "lib/license_scout/exceptions.rb".freeze, "lib/license_scout/license_file_analyzer.rb".freeze, "lib/license_scout/license_file_analyzer/any_matcher.rb".freeze, "lib/license_scout/license_file_analyzer/definitions.rb".freeze, "lib/license_scout/license_file_analyzer/header_matcher.rb".freeze, "lib/license_scout/license_file_analyzer/matcher.rb".freeze, "lib/license_scout/license_file_analyzer/template.rb".freeze, "lib/license_scout/license_file_analyzer/templates/Apache2-short.txt".freeze, "lib/license_scout/license_file_analyzer/templates/Apache2.txt".freeze, "lib/license_scout/license_file_analyzer/templates/BSD-2-Clause-bullets.txt".freeze, "lib/license_scout/license_file_analyzer/templates/BSD-2-Clause.txt".freeze, "lib/license_scout/license_file_analyzer/templates/BSD-3-Clause-alt-format.txt".freeze, "lib/license_scout/license_file_analyzer/templates/BSD-3-Clause.txt".freeze, "lib/license_scout/license_file_analyzer/templates/BSD.txt".freeze, "lib/license_scout/license_file_analyzer/templates/Chef-MLSA.txt".freeze, "lib/license_scout/license_file_analyzer/templates/EPLICENSE.txt".freeze, "lib/license_scout/license_file_analyzer/templates/GPL-2.0.txt".freeze, "lib/license_scout/license_file_analyzer/templates/GPL-3.0.txt".freeze, "lib/license_scout/license_file_analyzer/templates/ISC.txt".freeze, "lib/license_scout/license_file_analyzer/templates/LGPL-3.0.txt".freeze, "lib/license_scout/license_file_analyzer/templates/MIT.txt".freeze, "lib/license_scout/license_file_analyzer/templates/MPL2.txt".freeze, "lib/license_scout/license_file_analyzer/templates/Python-2.0.txt".freeze, "lib/license_scout/license_file_analyzer/templates/Ruby.txt".freeze, "lib/license_scout/license_file_analyzer/text.rb".freeze, "lib/license_scout/net_fetcher.rb".freeze, "lib/license_scout/options.rb".freeze, "lib/license_scout/overrides.rb".freeze, "lib/license_scout/reporter.rb".freeze, "lib/license_scout/version.rb".freeze]
  s.homepage = "https://github.com/chef/license_scout".freeze
  s.licenses = ["Apache-2.0".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Discovers license files of a project's dependencies.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<ffi-yajl>.freeze, ["~> 2.2".freeze])
  s.add_runtime_dependency(%q<mixlib-shellout>.freeze, [">= 2.2".freeze, "< 4.0".freeze])
  s.add_runtime_dependency(%q<toml-rb>.freeze, [">= 1".freeze, "< 3".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 10.0".freeze, "< 14".freeze])
  s.add_development_dependency(%q<rspec>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<pry>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rb-readline>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<chefstyle>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<berkshelf>.freeze, ["~> 4.3".freeze])
end