Remove licenses from Rubygems licenses

We are still solidifying patterns around how licenses should be managed, but given the Gemfile.lock file is ignored, I don't think it makes sense for linguist to track licenses for Ruby dependencies. A consumer of this gem could end up with a different version of a dependency that has a different license.

In general, I think libraries should only track licenses for code that they vendor. Since linguist vendors the grammars, it makes sense for it to track the licenses for them.
This commit is contained in:
Brandon Keepers
2016-04-16 10:21:21 -04:00
parent 91aa843a4e
commit 92897046ed
8 changed files with 1 additions and 216 deletions

View File

@@ -24,4 +24,4 @@ reviewed:
sources:
npm: false
rubygem: true
rubygem: false