Created
October 6, 2021 09:39
-
-
Save v-kolesnikov/dcdd61adb8c3233b61e0339124904c1d to your computer and use it in GitHub Desktop.
Gem licenses ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
text = Gem.loaded_specs.map do |name, spec| | |
"#{name};#{spec.licenses.join(', ')}" | |
end.join("\n") | |
puts text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment