--- !ruby/object:Gem::Specification name: license_finder version: !ruby/object:Gem::Version version: 0.7.1 prerelease: platform: ruby authors: - Jacob Maine - Matthew Kane Parker - Ian Lesperance - David Edwards - Paul Meskers autorequire: bindir: bin cert_chain: [] date: 2013-02-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '3' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: cucumber requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: pry requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: nokogiri requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: xpath requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: capybara requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: ! " Do you know the licenses of all your application's dependencies? What open source software licenses will your business accept?\n\n LicenseFinder culls your Gemfile, detects the licenses of the gems in it, and gives you a report that you can act on. If you already know \n what licenses your business is comfortable with, you can whitelist them, leaving you with an action report of only those dependencies that have \n licenses that fall outside of the whitelist.\n" email: - licensefinder@pivotalabs.com executables: - license_finder extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .travis.yml - Gemfile - LICENSE - Rakefile - bin/license_finder - features/approve_dependencies.feature - features/html_report.feature - features/ignore_bundle_groups.feature - features/license_finder.feature - features/license_finder_rake_task.feature - features/rails_rake.feature - features/set_license.feature - features/step_definitions/steps.rb - features/text_report.feature - features/whitelist.feature - files/license_finder.yml - lib/data/licenses/Apache2.txt - lib/data/licenses/BSD.txt - lib/data/licenses/GPLv2.txt - lib/data/licenses/ISC.txt - lib/data/licenses/LGPL.txt - lib/data/licenses/MIT.txt - lib/data/licenses/NewBSD.txt - lib/data/licenses/Ruby.txt - lib/data/licenses/SimplifiedBSD.txt - lib/license_finder.rb - lib/license_finder/bundle.rb - lib/license_finder/bundle_syncer.rb - lib/license_finder/bundled_gem.rb - lib/license_finder/cli.rb - lib/license_finder/configuration.rb - lib/license_finder/dependency.rb - lib/license_finder/dependency_report.rb - lib/license_finder/html_report.rb - lib/license_finder/license.rb - lib/license_finder/license/apache2.rb - lib/license_finder/license/bsd.rb - lib/license_finder/license/gplv2.rb - lib/license_finder/license/isc.rb - lib/license_finder/license/lgpl.rb - lib/license_finder/license/mit.rb - lib/license_finder/license/new_bsd.rb - lib/license_finder/license/ruby.rb - lib/license_finder/license/simplified_bsd.rb - lib/license_finder/license_url.rb - lib/license_finder/persistence.rb - lib/license_finder/persistence/yaml.rb - lib/license_finder/persistence/yaml/configuration.rb - lib/license_finder/persistence/yaml/dependency.rb - lib/license_finder/possible_license_file.rb - lib/license_finder/railtie.rb - lib/license_finder/reporter.rb - lib/license_finder/source_syncer.rb - lib/license_finder/text_report.rb - lib/tasks/license_finder.rake - lib/templates/dependency.html.erb - lib/templates/html_report.erb - lib/templates/text_report.erb - license_finder.gemspec - readme.md - spec/fixtures/APACHE-2-LICENSE - spec/fixtures/GPLv2 - spec/fixtures/ISC-LICENSE - spec/fixtures/MIT-LICENSE - spec/fixtures/MIT-LICENSE-with-varied-disclaimer - spec/fixtures/README-with-MIT-LICENSE - spec/fixtures/license_directory/COPYING - spec/fixtures/license_directory/LICENSE/BSD-2-Clause.txt - spec/fixtures/license_directory/LICENSE/GPL-2.0.txt - spec/fixtures/license_directory/LICENSE/LICENSE - spec/fixtures/license_directory/LICENSE/MIT.txt - spec/fixtures/license_directory/LICENSE/RUBY.txt - spec/fixtures/license_names/COPYING.txt - spec/fixtures/license_names/LICENSE - spec/fixtures/license_names/Licence.rdoc - spec/fixtures/license_names/Mit-License - spec/fixtures/license_names/README.rdoc - spec/fixtures/mit_licensed_gem/LICENSE - spec/fixtures/nested_gem/vendor/LICENSE - spec/fixtures/nested_readme/vendor/README - spec/fixtures/other_licensed_gem/LICENSE - spec/fixtures/readme/Project ReadMe - spec/fixtures/readme/README - spec/fixtures/readme/Readme.markdown - spec/fixtures/utf8_gem/README - spec/lib/license_finder/bundle_spec.rb - spec/lib/license_finder/bundle_syncer_spec.rb - spec/lib/license_finder/bundled_gem_spec.rb - spec/lib/license_finder/cli_spec.rb - spec/lib/license_finder/configuration_spec.rb - spec/lib/license_finder/dependency_spec.rb - spec/lib/license_finder/html_report_spec.rb - spec/lib/license_finder/license/apache_spec.rb - spec/lib/license_finder/license/bsd_spec.rb - spec/lib/license_finder/license/gplv2_spec.rb - spec/lib/license_finder/license/isc_spec.rb - spec/lib/license_finder/license/lgpl_spec.rb - spec/lib/license_finder/license/mit_spec.rb - spec/lib/license_finder/license/new_bsd_spec.rb - spec/lib/license_finder/license/ruby_spec.rb - spec/lib/license_finder/license/simplified_bsd_spec.rb - spec/lib/license_finder/license_spec.rb - spec/lib/license_finder/license_url_spec.rb - spec/lib/license_finder/persistence/yaml/dependency_spec.rb - spec/lib/license_finder/possible_license_file_spec.rb - spec/lib/license_finder/reporter_spec.rb - spec/lib/license_finder/source_syncer_spec.rb - spec/lib/license_finder/text_report_spec.rb - spec/lib/license_finder_spec.rb - spec/spec_helper.rb - spec/support/license_examples.rb - spec/support/shared_examples/persistence/configuration.rb - spec/support/shared_examples/persistence/dependency.rb homepage: https://github.com/pivotal/LicenseFinder licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Audit the OSS licenses of your application's dependencies. test_files: - features/approve_dependencies.feature - features/html_report.feature - features/ignore_bundle_groups.feature - features/license_finder.feature - features/license_finder_rake_task.feature - features/rails_rake.feature - features/set_license.feature - features/step_definitions/steps.rb - features/text_report.feature - features/whitelist.feature - spec/fixtures/APACHE-2-LICENSE - spec/fixtures/GPLv2 - spec/fixtures/ISC-LICENSE - spec/fixtures/MIT-LICENSE - spec/fixtures/MIT-LICENSE-with-varied-disclaimer - spec/fixtures/README-with-MIT-LICENSE - spec/fixtures/license_directory/COPYING - spec/fixtures/license_directory/LICENSE/BSD-2-Clause.txt - spec/fixtures/license_directory/LICENSE/GPL-2.0.txt - spec/fixtures/license_directory/LICENSE/LICENSE - spec/fixtures/license_directory/LICENSE/MIT.txt - spec/fixtures/license_directory/LICENSE/RUBY.txt - spec/fixtures/license_names/COPYING.txt - spec/fixtures/license_names/LICENSE - spec/fixtures/license_names/Licence.rdoc - spec/fixtures/license_names/Mit-License - spec/fixtures/license_names/README.rdoc - spec/fixtures/mit_licensed_gem/LICENSE - spec/fixtures/nested_gem/vendor/LICENSE - spec/fixtures/nested_readme/vendor/README - spec/fixtures/other_licensed_gem/LICENSE - spec/fixtures/readme/Project ReadMe - spec/fixtures/readme/README - spec/fixtures/readme/Readme.markdown - spec/fixtures/utf8_gem/README - spec/lib/license_finder/bundle_spec.rb - spec/lib/license_finder/bundle_syncer_spec.rb - spec/lib/license_finder/bundled_gem_spec.rb - spec/lib/license_finder/cli_spec.rb - spec/lib/license_finder/configuration_spec.rb - spec/lib/license_finder/dependency_spec.rb - spec/lib/license_finder/html_report_spec.rb - spec/lib/license_finder/license/apache_spec.rb - spec/lib/license_finder/license/bsd_spec.rb - spec/lib/license_finder/license/gplv2_spec.rb - spec/lib/license_finder/license/isc_spec.rb - spec/lib/license_finder/license/lgpl_spec.rb - spec/lib/license_finder/license/mit_spec.rb - spec/lib/license_finder/license/new_bsd_spec.rb - spec/lib/license_finder/license/ruby_spec.rb - spec/lib/license_finder/license/simplified_bsd_spec.rb - spec/lib/license_finder/license_spec.rb - spec/lib/license_finder/license_url_spec.rb - spec/lib/license_finder/persistence/yaml/dependency_spec.rb - spec/lib/license_finder/possible_license_file_spec.rb - spec/lib/license_finder/reporter_spec.rb - spec/lib/license_finder/source_syncer_spec.rb - spec/lib/license_finder/text_report_spec.rb - spec/lib/license_finder_spec.rb - spec/spec_helper.rb - spec/support/license_examples.rb - spec/support/shared_examples/persistence/configuration.rb - spec/support/shared_examples/persistence/dependency.rb