From 992c2c9433858ccfe509f9e550885309a14fe326 Mon Sep 17 00:00:00 2001 From: Oleksii Leonov Date: Sat, 13 Jan 2024 20:02:28 +0000 Subject: [PATCH] Add LICENSE file to gem files Adding a `LICENSE` file to the bundled gem package is common practice. This way, automated OSS license compliance tools will be able to collect the full text of the license. --- bigdecimal.gemspec | 1 + 1 file changed, 1 insertion(+) diff --git a/bigdecimal.gemspec b/bigdecimal.gemspec index f9f3b456..69423838 100644 --- a/bigdecimal.gemspec +++ b/bigdecimal.gemspec @@ -23,6 +23,7 @@ Gem::Specification.new do |s| s.require_paths = %w[lib] s.files = %w[ + LICENSE bigdecimal.gemspec lib/bigdecimal.rb lib/bigdecimal/jacobian.rb