{"id":15487868,"url":"https://github.com/dblock/gem-licenses","last_synced_at":"2025-04-07T10:28:39.770Z","repository":{"id":56873794,"uuid":"2101679","full_name":"dblock/gem-licenses","owner":"dblock","description":"Collect gem licenses.","archived":false,"fork":false,"pushed_at":"2019-11-13T13:15:51.000Z","size":67,"stargazers_count":67,"open_issues_count":8,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-31T09:05:21.778Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dblock.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-25T15:12:37.000Z","updated_at":"2023-05-01T12:27:12.000Z","dependencies_parsed_at":"2022-08-20T22:30:56.628Z","dependency_job_id":null,"html_url":"https://github.com/dblock/gem-licenses","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fgem-licenses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fgem-licenses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fgem-licenses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dblock%2Fgem-licenses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dblock","download_url":"https://codeload.github.com/dblock/gem-licenses/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247634856,"owners_count":20970617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T06:42:51.710Z","updated_at":"2025-04-07T10:28:39.750Z","avatar_url":"https://github.com/dblock.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Gem-Licenses\n============\n\n[![Build Status](https://travis-ci.org/dblock/gem-licenses.svg)](https://travis-ci.org/dblock/gem-licenses)\n\nGem-licenses is an attempt to collect license information from project's gems. Similar to [3licenses](https://github.com/dblock/3licenses).\n\nMotivation\n==========\n\nThe overwhelming majority of 3rd party licenses require the application that uses them to reproduce the license verbatim in an artifact that is installed with the application itself. For instance, the BSD license states the following.\n\n_“Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.”_\n\nAre you currently copying individual license.txt files \"by hand\" or are you including license text in your documentation with copy/paste? This project aims at improving this situation.\n\nUsage\n=====\n\nInclude gem-licenses in your project's Gemfile.\n\n```ruby\ngroup :development, :test do\n  gem 'gem-licenses'\nend\n```\n\nInstall Rake tasks from Rakefile.\n\n```ruby\nrequire 'rake'\nrequire 'gem-licenses'\nGem::GemLicenses.install_tasks\n```\n\nTo list licenses try the following Rake task.\n\n```shell\nrake gem:licenses\n```\n\nTo write a CSV file of gems + licenses.\n\n```shell\nrake gem:licenses:csv['licenses.csv']\n```\n\nContributing\n============\n\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\nLicense\n=======\n\nThis project is licenced under the MIT license, see [LICENSE](LICENSE) for details.\n\nCopyright\n=========\n\nCopyright (c) Daniel Doubrovkine, 2011-2016, Artsy, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdblock%2Fgem-licenses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdblock%2Fgem-licenses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdblock%2Fgem-licenses/lists"}