--- !ruby/object:Gem::Specification name: licensee version: !ruby/object:Gem::Version version: 9.15.2 platform: ruby authors: - Ben Balter autorequire: bindir: bin cert_chain: [] date: 2022-02-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: dotenv requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: octokit requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.20' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '4.20' - !ruby/object:Gem::Dependency name: reverse_markdown requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: rugged requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.24' - - "<" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.24' - - "<" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.19' - - "<" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.19' - - "<" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: gem-release requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: mustache requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.9' - - "<" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0.9' - - "<" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.9' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.5' - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.0' - !ruby/object:Gem::Dependency name: rubocop-performance requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.5' - !ruby/object:Gem::Dependency name: rubocop-rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: simplecov requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.16' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.16' - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.1' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.1' description: |2 Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy maths. email: ben.balter@github.com executables: - licensee extensions: [] extra_rdoc_files: [] files: - LICENSE.md - bin/licensee - lib/licensee.rb - lib/licensee/commands/detect.rb - lib/licensee/commands/diff.rb - lib/licensee/commands/license_path.rb - lib/licensee/commands/version.rb - lib/licensee/content_helper.rb - lib/licensee/hash_helper.rb - lib/licensee/license.rb - lib/licensee/license_field.rb - lib/licensee/license_meta.rb - lib/licensee/license_rules.rb - lib/licensee/matchers.rb - lib/licensee/matchers/cabal.rb - lib/licensee/matchers/cargo.rb - lib/licensee/matchers/copyright.rb - lib/licensee/matchers/cran.rb - lib/licensee/matchers/dice.rb - lib/licensee/matchers/dist_zilla.rb - lib/licensee/matchers/exact.rb - lib/licensee/matchers/gemspec.rb - lib/licensee/matchers/matcher.rb - lib/licensee/matchers/npm_bower.rb - lib/licensee/matchers/nuget.rb - lib/licensee/matchers/package.rb - lib/licensee/matchers/reference.rb - lib/licensee/matchers/spdx.rb - lib/licensee/project_files.rb - lib/licensee/project_files/license_file.rb - lib/licensee/project_files/package_manager_file.rb - lib/licensee/project_files/project_file.rb - lib/licensee/project_files/readme_file.rb - lib/licensee/projects.rb - lib/licensee/projects/fs_project.rb - lib/licensee/projects/git_project.rb - lib/licensee/projects/github_project.rb - lib/licensee/projects/project.rb - lib/licensee/rule.rb - lib/licensee/version.rb - licensee.gemspec - spec/bin_spec.rb - spec/fixture_spec.rb - spec/fixtures/apache-with-readme-notice/LICENSE - spec/fixtures/apache-with-readme-notice/LICENSE.header - spec/fixtures/apache-with-readme-notice/README.md - spec/fixtures/bom/LICENSE.txt - spec/fixtures/bsd-3-authorowner/LICENSE - spec/fixtures/bsd-3-lists/LICENSE.BULLETS - spec/fixtures/bsd-3-lists/LICENSE.NUMBERS - spec/fixtures/bsd-3-noendorseslash/LICENSE - spec/fixtures/bsd-plus-patents/PATENTS - spec/fixtures/bsd-plus-patents/license.txt - spec/fixtures/bsl/LICENSE_1_0.txt - spec/fixtures/case-sensitive/LiCeNsE.TxT - spec/fixtures/cc-by-nc-sa/LICENSE - spec/fixtures/cc-by-nd/LICENSE - spec/fixtures/cc-by-sa-mdlinks/License.md - spec/fixtures/cc-by-sa-nocclicensor/License.md - spec/fixtures/cc0-cal2013/LICENSE - spec/fixtures/cc0-cc/LICENSE - spec/fixtures/copyright-encoding/COPYING - spec/fixtures/crlf-bsd/LICENSE.md - spec/fixtures/crlf-license/LICENSE - spec/fixtures/description-license/DESCRIPTION - spec/fixtures/description-license/LICENSE - spec/fixtures/detect.json - spec/fixtures/eupl-cal2017/LICENSE.txt - spec/fixtures/fcpl-modified-mpl/LICENSE - spec/fixtures/fixtures.yml - spec/fixtures/gemspec/project._gemspec - spec/fixtures/gpl3-without-instructions/LICENSE - spec/fixtures/html/license.html - spec/fixtures/ipsum.txt - spec/fixtures/lgpl/COPYING.lesser - spec/fixtures/lgpl/LICENSE - spec/fixtures/license-folder/README.md - spec/fixtures/license-hashes.json - spec/fixtures/license-in-parent-folder/LICENSE.txt - spec/fixtures/license-in-parent-folder/license-folder/LICENSE.txt - spec/fixtures/license-with-readme-reference/LICENSE - spec/fixtures/license-with-readme-reference/README - spec/fixtures/markdown-artistic/LICENSE.md - spec/fixtures/markdown-gpl/LICENSE.md - spec/fixtures/mit-optional/LICENSE.txt - spec/fixtures/mit-with-copyright/COPYRIGHT.md - spec/fixtures/mit-with-copyright/LICENSE.txt - spec/fixtures/mit/LICENSE.txt - spec/fixtures/mit/README.md - spec/fixtures/mpl-without-hrs/LICENSE - spec/fixtures/multiple-arrs/LICENSE - spec/fixtures/multiple-license-files/LICENSE - spec/fixtures/multiple-license-files/LICENSE.txt - spec/fixtures/pixar-modified-apache/LICENSE.txt - spec/fixtures/readme-invalid-encoding/README.md - spec/fixtures/readme/README.md - spec/fixtures/unlicense-noinfo/LICENSE - spec/fixtures/vim/LICENSE - spec/fixtures/webmock/licensee.json - spec/fixtures/wrk-modified-apache/LICENSE - spec/integration_spec.rb - spec/licensee/commands/detect_spec.rb - spec/licensee/commands/license_path_spec.rb - spec/licensee/commands/version_spec.rb - spec/licensee/content_helper_spec.rb - spec/licensee/hash_helper_spec.rb - spec/licensee/license_field_spec.rb - spec/licensee/license_meta_spec.rb - spec/licensee/license_rules_spec.rb - spec/licensee/license_spec.rb - spec/licensee/matchers/cabal_matcher_spec.rb - spec/licensee/matchers/cargo_matcher_spec.rb - spec/licensee/matchers/copyright_matcher_spec.rb - spec/licensee/matchers/cran_matcher_spec.rb - spec/licensee/matchers/dice_matcher_spec.rb - spec/licensee/matchers/dist_zilla_matcher_spec.rb - spec/licensee/matchers/exact_matcher_spec.rb - spec/licensee/matchers/gemspec_matcher_spec.rb - spec/licensee/matchers/matcher_spec.rb - spec/licensee/matchers/npm_bower_matcher_spec.rb - spec/licensee/matchers/nu_get_matcher_spec.rb - spec/licensee/matchers/package_matcher_spec.rb - spec/licensee/matchers/reference_matcher_spec.rb - spec/licensee/matchers/spdx_matcher_spec.rb - spec/licensee/project_files/license_file_spec.rb - spec/licensee/project_files/package_info_spec.rb - spec/licensee/project_files/project_file_spec.rb - spec/licensee/project_files/readme_file_spec.rb - spec/licensee/project_spec.rb - spec/licensee/projects/git_project_spec.rb - spec/licensee/projects/github_project_spec.rb - spec/licensee/rule_spec.rb - spec/licensee_spec.rb - spec/spec_helper.rb - spec/vendored_license_spec.rb - vendor/choosealicense.com/_data/fields.yml - vendor/choosealicense.com/_data/meta.yml - vendor/choosealicense.com/_data/rules.yml - vendor/choosealicense.com/_licenses/0bsd.txt - vendor/choosealicense.com/_licenses/afl-3.0.txt - vendor/choosealicense.com/_licenses/agpl-3.0.txt - vendor/choosealicense.com/_licenses/apache-2.0.txt - vendor/choosealicense.com/_licenses/artistic-2.0.txt - vendor/choosealicense.com/_licenses/bsd-2-clause.txt - vendor/choosealicense.com/_licenses/bsd-3-clause-clear.txt - vendor/choosealicense.com/_licenses/bsd-3-clause.txt - vendor/choosealicense.com/_licenses/bsd-4-clause.txt - vendor/choosealicense.com/_licenses/bsl-1.0.txt - vendor/choosealicense.com/_licenses/cc-by-4.0.txt - vendor/choosealicense.com/_licenses/cc-by-sa-4.0.txt - vendor/choosealicense.com/_licenses/cc0-1.0.txt - vendor/choosealicense.com/_licenses/cecill-2.1.txt - vendor/choosealicense.com/_licenses/ecl-2.0.txt - vendor/choosealicense.com/_licenses/epl-1.0.txt - vendor/choosealicense.com/_licenses/epl-2.0.txt - vendor/choosealicense.com/_licenses/eupl-1.1.txt - vendor/choosealicense.com/_licenses/eupl-1.2.txt - vendor/choosealicense.com/_licenses/gpl-2.0.txt - vendor/choosealicense.com/_licenses/gpl-3.0.txt - vendor/choosealicense.com/_licenses/isc.txt - vendor/choosealicense.com/_licenses/lgpl-2.1.txt - vendor/choosealicense.com/_licenses/lgpl-3.0.txt - vendor/choosealicense.com/_licenses/lppl-1.3c.txt - vendor/choosealicense.com/_licenses/mit-0.txt - vendor/choosealicense.com/_licenses/mit.txt - vendor/choosealicense.com/_licenses/mpl-2.0.txt - vendor/choosealicense.com/_licenses/ms-pl.txt - vendor/choosealicense.com/_licenses/ms-rl.txt - vendor/choosealicense.com/_licenses/mulanpsl-2.0.txt - vendor/choosealicense.com/_licenses/ncsa.txt - vendor/choosealicense.com/_licenses/odbl-1.0.txt - vendor/choosealicense.com/_licenses/ofl-1.1.txt - vendor/choosealicense.com/_licenses/osl-3.0.txt - vendor/choosealicense.com/_licenses/postgresql.txt - vendor/choosealicense.com/_licenses/unlicense.txt - vendor/choosealicense.com/_licenses/upl-1.0.txt - vendor/choosealicense.com/_licenses/vim.txt - vendor/choosealicense.com/_licenses/wtfpl.txt - vendor/choosealicense.com/_licenses/zlib.txt - vendor/license-list-XML/src/0BSD.xml - vendor/license-list-XML/src/AFL-3.0.xml - vendor/license-list-XML/src/AGPL-3.0.xml - vendor/license-list-XML/src/Apache-2.0.xml - vendor/license-list-XML/src/Artistic-2.0.xml - vendor/license-list-XML/src/BSD-2-Clause.xml - vendor/license-list-XML/src/BSD-3-Clause-Clear.xml - vendor/license-list-XML/src/BSD-3-Clause.xml - vendor/license-list-XML/src/BSD-4-Clause.xml - vendor/license-list-XML/src/BSL-1.0.xml - vendor/license-list-XML/src/CC-BY-4.0.xml - vendor/license-list-XML/src/CC-BY-SA-4.0.xml - vendor/license-list-XML/src/CC0-1.0.xml - vendor/license-list-XML/src/CECILL-2.1.xml - vendor/license-list-XML/src/ECL-2.0.xml - vendor/license-list-XML/src/EPL-1.0.xml - vendor/license-list-XML/src/EPL-2.0.xml - vendor/license-list-XML/src/EUPL-1.1.xml - vendor/license-list-XML/src/EUPL-1.2.xml - vendor/license-list-XML/src/GPL-2.0.xml - vendor/license-list-XML/src/GPL-3.0.xml - vendor/license-list-XML/src/ISC.xml - vendor/license-list-XML/src/LGPL-2.1.xml - vendor/license-list-XML/src/LGPL-3.0.xml - vendor/license-list-XML/src/LPPL-1.3c.xml - vendor/license-list-XML/src/MIT-0.xml - vendor/license-list-XML/src/MIT.xml - vendor/license-list-XML/src/MPL-2.0.xml - vendor/license-list-XML/src/MS-PL.xml - vendor/license-list-XML/src/MS-RL.xml - vendor/license-list-XML/src/MulanPSL-2.0.xml - vendor/license-list-XML/src/NCSA.xml - vendor/license-list-XML/src/ODbL-1.0.xml - vendor/license-list-XML/src/OFL-1.1.xml - vendor/license-list-XML/src/OSL-3.0.xml - vendor/license-list-XML/src/PostgreSQL.xml - vendor/license-list-XML/src/UPL-1.0.xml - vendor/license-list-XML/src/Unlicense.xml - vendor/license-list-XML/src/Vim.xml - vendor/license-list-XML/src/WTFPL.xml - vendor/license-list-XML/src/Zlib.xml homepage: https://github.com/benbalter/licensee licenses: - MIT metadata: rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.22 signing_key: specification_version: 4 summary: A Ruby Gem to detect open source project licenses test_files: []