--- !ruby/object:Gem::Specification name: license_finder version: !ruby/object:Gem::Version version: 0.2.0 prerelease: platform: ruby authors: - Jacob Maine autorequire: bindir: bin cert_chain: [] date: 2012-04-13 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '2.3' - !ruby/object:Gem::Dependency name: rr 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: Find and display licenses of a project's gem dependencies. email: - jacob.maine@gmail.com executables: - license_finder extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - MIT-LICENSE - README.markdown - Rakefile - bin/license_finder - files/license_finder.yml - lib/license_finder.rb - lib/license_finder/dependency.rb - lib/license_finder/dependency_list.rb - lib/license_finder/file_parser.rb - lib/license_finder/finder.rb - lib/license_finder/gem_spec_details.rb - lib/license_finder/license_file.rb - lib/license_finder/railtie.rb - lib/license_finder/version.rb - lib/tasks/license_finder.rake - lib/templates/Apache-2.0-body - lib/templates/GPL-2.0-body - lib/templates/MIT-body - license_finder.gemspec - spec/dependency_list_spec.rb - spec/dependency_spec.rb - spec/file_parser_spec.rb - spec/finder_spec.rb - spec/fixtures/APACHE-2-LICENSE - spec/fixtures/GPLv2 - spec/fixtures/MIT-LICENSE - spec/fixtures/MIT-LICENSE-with-varied-disclaimer - spec/fixtures/README-with-MIT-LICENSE - spec/fixtures/apache_licensed_gem/LICENSE - spec/fixtures/gplv2_licensed_gem/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/Mit-License - spec/fixtures/license_names/README.rdoc - spec/fixtures/mit_licensed_gem/LICENSE - spec/fixtures/mit_licensed_gem_in_README/README.rdoc - spec/fixtures/mit_licensed_gem_via_url/README - spec/fixtures/nested_gem/vendor/LICENSE - spec/fixtures/nested_readme/vendor/README - spec/fixtures/no_license/.gitkeep - 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/gem_spec_details_spec.rb - spec/license_file_spec.rb - spec/spec_helper.rb homepage: licenses: [] 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: license_finder rubygems_version: 1.8.21 signing_key: specification_version: 3 summary: License finding heaven. test_files: - spec/dependency_list_spec.rb - spec/dependency_spec.rb - spec/file_parser_spec.rb - spec/finder_spec.rb - spec/fixtures/APACHE-2-LICENSE - spec/fixtures/GPLv2 - spec/fixtures/MIT-LICENSE - spec/fixtures/MIT-LICENSE-with-varied-disclaimer - spec/fixtures/README-with-MIT-LICENSE - spec/fixtures/apache_licensed_gem/LICENSE - spec/fixtures/gplv2_licensed_gem/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/Mit-License - spec/fixtures/license_names/README.rdoc - spec/fixtures/mit_licensed_gem/LICENSE - spec/fixtures/mit_licensed_gem_in_README/README.rdoc - spec/fixtures/mit_licensed_gem_via_url/README - spec/fixtures/nested_gem/vendor/LICENSE - spec/fixtures/nested_readme/vendor/README - spec/fixtures/no_license/.gitkeep - 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/gem_spec_details_spec.rb - spec/license_file_spec.rb - spec/spec_helper.rb