Skip to content

Commit

Permalink
Add LICENSE file to gem files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oleksii-leonov authored and hsbt committed Jan 18, 2024
1 parent 3816e76 commit 992c2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bigdecimal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 992c2c9

Please sign in to comment.